Open wsowens opened 9 months ago
Hi, it's been a while since I looked at it but I think that #7 is complete in that all the tests pass, looking at the code there is still a FIXME around error handling (stream_parser.rs, maybe other places too?) which would be good to get fixed before merging. If you have some time to take a look at that, and also generally just testing the branch with your project I would really appreciate it.
I appreciate this package
Thanks!
@dlesl : I can compile gb-io.py
without any change using the nom-7
branch, and it passes the downstream Python tests as well.
Hi there, thanks for your work on this project!
I got a compiler warning in a project that sues
gb-io
:This is fixed in subsequent version of nom. It looks like #7 already addresses this issue, but the PR is still open. As someone currently using this package, I figured I would make this issue to say 1) I appreciate this package and 2) it would also appreciate if #7 could be merged at some point.
Also happy to lend a hand if there are still any difficulties porting from nom 4 to nom 7.