Denys Séguret

Results 760 comments of 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 :\ ![image](https://user-images.githubusercontent.com/617006/187061840-da2010f2-7665-4703-a01c-78a154e699e4.png) There are sometimes synchronization problem since the switch to tokio so that might be another occurence.

I also have the panic: ![image](https://user-images.githubusercontent.com/617006/187063762-46902afe-341b-424a-b6e3-e161564c3f9d.png) 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)