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

Scala 3 support #828

Open
agourlay opened this issue Jan 29, 2024 · 1 comment
Open

Scala 3 support #828

agourlay opened this issue Jan 29, 2024 · 1 comment

Comments

@agourlay
Copy link
Owner

Most of the complexity comes from migrating the BodyElementCollectorMacro macro.

Might be tacked with #736

Acceptance criteria:

  • cross compiling 2.12, 2.13, 3.x (dropping 2.12?)
  • introduce new unit tests for validating that the DSL yields the same Feature objects across Scala versions
  • no performance regression
@agourlay
Copy link
Owner Author

agourlay commented Mar 2, 2024

It seems the dependency on PureConfig with auto derivation is also a problem to tackle during the migration.

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

No branches or pull requests

1 participant