Skip to content

Conversation

@logc
Copy link
Contributor

@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.
@lihaoyi lihaoyi merged commit ff1dfac into com-lihaoyi:master Sep 3, 2025
4 of 5 checks passed
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.

2 participants