Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMiri now supports catching panics #186
Conversation
|
This is missing https://github.com/servo/rust-smallvec/blob/master/lib.rs#L1987 too, but otherwise is awesome to see. |
|
@thomcc that test is quite odd as it is never actually enabled even without Miri! The However, when Miri runs |
|
Okay, Miri can now ignore leaks and I added that flag here. Should be good to go. |
|
@bors-servo r+ Thanks! |
|
|
Miri now supports catching panics Also fix a mistake in the .gitignore (at least on my system, this didn't actually ignore the lockfile)
|
|
Version 1.1.0 Changes in this release: * Added new method `SmallVec::into_boxed_slice` (#190). * Added new methods `IntoIter::as_slice` and `as_mut_slice` (#182). * `IntoIter` now implements `Clone` (#192). * Improved documentation and testing (#186, #189). * Minor code cleanups (#176). Also added a simple example to the README.
RalfJung commentedDec 6, 2019
Also fix a mistake in the .gitignore (at least on my system, this didn't actually ignore the lockfile)