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

Fix macros under Scala 3.6 change to context bounds #3623

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

WojciechMazur
Copy link
Contributor

@WojciechMazur WojciechMazur commented Sep 2, 2024

Since Scala 3.6 context bounds would be mapped to using arguments, previously they were using implicit arguments.
This change affects the macros which eliminate ClassTag context bound arguments.

The issue was detected by the Scala 3 Open Community build - build logs

@github-actions github-actions bot added the bug label Sep 2, 2024
@xerial xerial merged commit 6daf647 into wvlet:main Sep 3, 2024
16 checks passed
@xerial
Copy link
Member

xerial commented Sep 3, 2024

@WojciechMazur Thank you for fixing that! I appreciate the effort put into maintaining the community build, which makes proactive fixes like this possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants