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

ParseResult and its subtype are members of scala.util.parsing.combinator.Parsers #236

Open
jm-g opened this issue Aug 19, 2019 · 1 comment

Comments

@jm-g
Copy link

jm-g commented Aug 19, 2019

ParseResult and its subtype are members of scala.util.parsing.combinator.Parsers. Why? This limits the ability to write code using ParseResult without any added benefit as far as I can see.

E.g. I would like to define a scalatest Matcher. I have to wrap it now into a scope, parameterized by a Parsers instance or I have to redefine the Matcher in every test case.

@SethTisue
Copy link
Member

it wouldn't surprise me if it's for no reason

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