Denys Séguret
Denys Séguret
> Update: I just upgraded to version 2.0.1 and the issue appears to be fixed. This is very unexpected. Were you in 2.0.0 or in 1.2.5 before ?
@ultrapoci Can you please test with the 2.0.1 ?
> Overall it works as intended No: parsing doesn't seem to work at all. It looks like some styling information, which is used for parsing, is lost.
> Any updates? I had just forgotten this issue, sorry.
This should be fixed on branch fix-issue-81 : the job takes a new "allow_warnings" setting. More tests are needed before I merge into main. I'd appreciate your tests.
Hum. I can't reproduce the last line being swallowed :\  There are sometimes synchronization problem since the switch to tokio so that might be another occurence.
I also have the panic:  I'll merge this and we'll create other issues for the last line being swallowed if confirmed.
Thanks. It will take some time to test that, and I'll also see whether there's a simple way to avoid the tokio dependency, so don't expect a merge before the...
Just tried with ``` fn main() { println!("starting..."); loop {} println!("done"); } ``` The first `println!` isn't displayed
I'll have a look ASAP (still testing)