Martin Pool

Results 161 comments of Martin Pool

We should have enough data from the AST to discern the different types in most cases. We probably don't need to start from the string form. It might be especially...

cargo-nextest has an interesting output format that can also be inspiration: in particular the pass/fail and the timing is all vertically aligned to the left of the screen. I do...

Hi, yeah, I had not realized you were going to start right away. I can give you some guidance on the weekend.

I'm happy to talk about it more when you want! I would suggest perhaps starting with options to write trace to a log file that is not stdout, without removing...

Thanks, I'll look on the weekend at the latest.

Thinking about this a bit more overnight: perhaps the monitor interface should look more like something that just accepts `Event` and `Problem` enums. Then, the implementation used in testing can...

Hi, I appreciate all the work you put into it. At the moment this gets only a small amount of time from me because it's a spare time project and...

`cargo nextest run` does pass in this tree, in 7.4s on my desktop vs 7.6s for `cargo test`. So, not too noticeable. But this tree spends most of its time...

cc @sunshowers fyi