Skip to content

Fix TupleLambda macros under Scala 3.10 - #67

Merged
danslapman merged 1 commit into
leviysoft:mainfrom
WojciechMazur:fix/scala-3.10
Aug 13, 2026
Merged

Fix TupleLambda macros under Scala 3.10#67
danslapman merged 1 commit into
leviysoft:mainfrom
WojciechMazur:fix/scala-3.10

Conversation

@WojciechMazur

Copy link
Copy Markdown
Contributor

Fixes issue spotted by Scala 3 Open Community Build

Scala 3.10 is going to inline -> tuple syntax scala/scala3#24728 - this change would brake macros in this project - see build logs from OpenCB
The fix fixes compilation and was tested on both Scala 3.9.0-RC5 (before mentioned change) and 3.10.0-RC1-bin-20260813-afdb1e2-NIGHTLY

Notes

Feel free to take over this PR from this point as I might not be able to apply additional changes if required

Checklist

  • Unit test all changes
  • Update README.md if applicable
  • Add [WIP] to the pull request title if it's work in progress
  • Squash commits that aren't meaningful changes

@oolong/maintainers

@danslapman
danslapman merged commit 0e5c929 into leviysoft:main Aug 13, 2026
4 of 5 checks passed
@danslapman

Copy link
Copy Markdown
Member

Thank you very much @WojciechMazur! I will release a new version soon

@WojciechMazur
WojciechMazur deleted the fix/scala-3.10 branch August 13, 2026 20:01
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