Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a race combinator #52

Open
ekmett opened this issue Jan 17, 2016 · 6 comments
Open

Add a race combinator #52

ekmett opened this issue Jan 17, 2016 · 6 comments

Comments

@ekmett
Copy link
Owner

ekmett commented Jan 17, 2016

#28 pointed out that we need a race combinator for when (<|>) doesn't do what someone expects. We should do that.

@ekmett
Copy link
Owner Author

ekmett commented Jan 17, 2016

(This will require us to actually track offsets in the consuming error case)

@mikeplus64
Copy link

Any progress on this?

@ekmett
Copy link
Owner Author

ekmett commented Apr 13, 2016

I haven't looked at it yet.

More or less all what has to happen is a porting of the idea from

https://github.com/ekmett/js-parsers

@ekmett
Copy link
Owner Author

ekmett commented Apr 13, 2016

@ekmett
Copy link
Owner Author

ekmett commented Apr 13, 2016

This requires a change to the way unresumable errors are tracked.

@mikeplus64
Copy link

#58 : hack to support this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants