mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 15:02:11 +03:00
Notable improvements: - [track_caller](https://github.com/rust-lang/rfcs/blob/master/text/2091-inline-semantic.md): We can get the location of the caller of a message, which makes logging easier as you can have dedicated functions (not only macros), e.g. write a function `log(self: Result, msg: string) -> Option` - The output after a panic is shorter and hides lots of uninteresting function calls - Test output is better captured After merging, we should probably wait a bit with using the track_caller feature to make going back easier, should we get problems again.
2 lines
7 B
Plaintext
2 lines
7 B
Plaintext
1.49.0
|