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

Modified project to cross-compile to scala 3 and 2 #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

javierfvargas
Copy link

Proposal for scala 3 using macros instead of shapeless.

I'd suggest moving sbt version even upward and as part of my ignorance I added this line

ThisBuild / version := "11.0.0-local"

Of course it has to be removed, just left it there so that you can check it locally.

If you guide me on your coding standards I am happy to help. Maybe insteade of requesting this PR to master you could create a mirror branch and we work on a PR to that branch.

…sal for scala 3 using macros instead of shapeless.
@julienrf julienrf self-assigned this Nov 14, 2024
@julienrf
Copy link
Owner

Thank you @javierfvargas for opening the PR! I didn’t have a look at the implementation yet but it seems there is a test failure:

https://github.com/julienrf/play-json-derived-codecs/actions/runs/11803446878/job/33012046622?pr=97#step:6:126

It looks like the discriminator name is not correct. Could you please investigate this CI failure?

@julienrf julienrf linked an issue Nov 17, 2024 that may be closed by this pull request
@julienrf julienrf assigned javierfvargas and unassigned julienrf Nov 17, 2024
@javierfvargas
Copy link
Author

@julienrf pls have a little patience. I am traveling with my company and additionally I found some issues when I decided to switch to a more recent scala version. It seems the compiler got stricter and requires the code to be different. I think it is a good idea to understand what should be different and be sure to include it in advance.

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.

Scala 3 support
2 participants