Thomas Bahn
Thomas Bahn
I also see frequent (one per couple of hours) crashes. A coredump shows that resizing a string (inside Ipc::recv) caused an abort. In another coredump the abort also occured in...
I also run Arch Linux which uses systemd. You can use `coredumpctl` and `coredumpctl debug $PID` to list coredumps and start `gdb` on the coredump. The command `bt` shows the...
I did some work already and got stuck at the implementation of the custom iterators. I'm currently not at home and will push a new branch soon.
The most methods returning an ascii string already use the `ascii_str` suffix, for example `AsciiStr::to_ascii_string()`. It also applies to all conversion traits, which return ascii strings (`AsAsciiStr::as_ascii_str()`). If the suffix...
The APIs `std::str::pattern::{Pattern, CharSearcher}` are nightly only. Should we introduce a `nightly` feature for enabling these. Are there better ways of conditionally building code for nightly?
I've yanked these versions because they contain an unsafety issue #64. I guess the way forward here is to release another version 0.8.8 that contains the backported fix. Also I'm...