Christian Bourjau

Results 85 comments of Christian Bourjau

Cool! I'll take a closer look in the next few days. Concerning documentation I had the same problem back in the days. I recommend: - This post of me asking...

@strangeglyph I finally found the time to take a closer look at this PR. Thanks again! Clearly, there is a lot going on in this PR and I think it...

Are you still interested in pushing this PR forward? I think it would be very nice to see these changes land and I am also warming up to `nom-supreme` :D

I was actually just looking into this, too! I think it would be nice to use `eof` or `all_consuming` as much as possible, but as it happens, there are sometimes...

Sorry for the late reply. sounds like a rustfmt issue. I'll take a look!

Alright! things were indeed just a `cargo fmt` to get everything formatted. That said, I am afraid that this PR is still too large and has a few things where...

Yes, pretty much. I have to say that I am not quite sold on the merits of `nom-local` and `ouroboros`, though (given their added complexity and dependencies). This is one...

I think the commonly recommended library for applications is [`anyhow`](https://crates.io/crates/anyhow) which depends on `thiserror`. I think its fine to only migrate some of the sub-crates for now, though, and leave...

Thanks for the PR and I'm glad you find this project useful! Just so that I understand you correctly: You want to build a project and run **all** (as in...

> As an aside, this is a breaking change hence I think it should be "hidden" behind a cli option. `--accept-all` or `--multiple` perhaps? Is it? Previously execution aborted with...