Skip to content

Update basic examples for Scala 3.5 and later #331

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

logc
Copy link

@logc logc commented Aug 9, 2025

solves #320

Basic examples run into error No given instance of type fastparse.ParsingRun[$] since Scala 3.5. This can be manually worked around by replacing parse("a", parseA(_)) with parse("a", using _) since a using keyword is now required.

logc added 2 commits August 9, 2025 19:05
solves com-lihaoyi#320

Basic examples run into error `No given instance of type
fastparse.ParsingRun[$]` since Scala 3.5. This can be manually worked
around by replacing `parse("a", parseA(_))` with `parse("a", using _)`
since a using keyword now appears to be required.
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

Successfully merging this pull request may close these issues.

1 participant