Lukas Kalbertodt

Results 339 comments of Lukas Kalbertodt

I'm still slightly confused by the "runtime" part of it because the list of `Trial`s is constructed at runtime too. So you can do whatever check you want to perform...

May I ask why the default is 1? That's basically the only thing where I disagree with the standard style. I'd love to avoid having a `rustfmt.toml`. My reasoning: more...

The discussion [here](https://github.com/rust-dev-tools/fmt-rfcs/issues/57) seems like we will not change the default, unfortunately. So we could go ahead and stabilize this option. Only these conditions left: - The design and implementation...

I surprisingly found some time and motivation to work on this again, so some of these boxes are now ticked. I have currently no plans to implement any of the...

@jbabyhacker Thanks for the suggestion, but `libtest-mimic` tries to be very close to the official test harness. And since that doesn't have a progress bar, this library won't have one...

I don't have plans to tackle this any time soon. What's your use case for it?

I think I don't like the approach to have a very nice syntax for something very specific ( @nixpulvis last suggestion). I would prefer something more general, that is not...

Very true :-/ However, I'm not sure if it's really a bad thing, that it looks like any other production. `Self` was chosen in Rust and it looks like a...

Those changes are now released as 0.3.0

I just read the tracking issue for this feature again and it seems like libtest's JSON output is not really all that great. And certainly not close to stabilization from...