You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all!
I'm just trying to port scala-uri from parboiled2 to cats-parse.
One thing I find rather confusing is the with1 method to make a Parser0 behave like a Parser.
I'm wondering if a different way to encode this could work, e.g.
That could be nice. If you want to make a PR showing the changes, we could consider it.
I think we would want to be source code compatible with this change, but probably not binary compatible (since we don't want to bring using with1, but maybe make it deprecated or something).
Hi all!
I'm just trying to port scala-uri from parboiled2 to cats-parse.
One thing I find rather confusing is the
with1
method to make aParser0
behave like aParser
.I'm wondering if a different way to encode this could work, e.g.
The text was updated successfully, but these errors were encountered: