Joshua Barretto
Joshua Barretto
Interesting, that seems odd. Any chance you could cut bits off until you have a minimum testable example that exhibits the behaviour?
Do you have something I can compile and run locally? This seems to depend on a lot of external things.
There is a compromise here between two unfortunate constraints. Specifically, a lot of users use the `Debug` impl to debug their compiler in the early stages of development. But, as...
I definitely like this idea! I'm not sure I have time to implement it at the current time, but I think the way I'd go about this would be to...
> .then(...).or_not() doesn't work well in such cases, because when there's a parse error in the type, or_not would just suppress it and return None, leaving the following parsers confusing,...
Is this still an API hole for you, or is my suggested solution sufficient?
Have you see [`Input::map_span`](https://docs.rs/chumsky/latest/chumsky/input/trait.Input.html#method.map_span)?
Hmm, looks like there are CI failures too.
> Got it, just need to check if the operator is actually non-associative. Great! > What do you thing about the error handling/message? I think this is fine for an...
Thanks! I may make some minor modifications to this post-merge, but I really appreciate all of the work you've put into this!