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

[BUG] Scala 3 remaining issues #781

Open
3 of 7 tasks
Grifs opened this issue Dec 9, 2024 · 0 comments
Open
3 of 7 tasks

[BUG] Scala 3 remaining issues #781

Grifs opened this issue Dec 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Grifs
Copy link
Collaborator

Grifs commented Dec 9, 2024

What happened?

The code is well merged into develop now, but there are some open questions/issues:

  • Circe can't be higher than 0.14.7 or it breaks the history
  • There are some @unchecked annotations for incomplete regex matches, because Scala 3 now checks this
  • All encoders & decoders have to be explicitly imported. Seems like it's functionality that wasn't copied to the new version of Circe (previously in circe-generic-extras).
  • Empty files are decoded to Json.false instead of a null of the requested class. Some minor checks were added to prevent this from happening, but it's still that's not 100% investigated.
  • Some other -feature warnings (quite new, is about implicit conversion methods needing to be explicitly defined).

Steps to reproduce

.

Expected behavior

.

Relevant log output

No response

Version

.

Possible solution

No response

Confirmation

  • I have searched the existing issues to make sure this is not a duplicate.
  • I have provided clear and concise information about the bug.

Additional context

No response

@Grifs Grifs added the bug Something isn't working label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant