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

support scala 3 #195

Merged
merged 10 commits into from
Jun 4, 2023
Merged

support scala 3 #195

merged 10 commits into from
Jun 4, 2023

Conversation

cornerman
Copy link
Owner

@cornerman cornerman commented May 10, 2023

This PR is a first version to add support for scala 3 to this library, adding new macros for router and client generation.

Todo:

  • scala 3 macros for co-variant client/router
  • scala 3 macros for contra-variant client/router
  • (fix invalid return type method check - nice to have, generated code will produce a less readable compiler error anyhow)
  • scala-js tests with scala 3
  • (scala 3 macros for checksum - probably in another PR)

fixes #188

@cornerman cornerman merged commit 77bc8cb into master Jun 4, 2023
4 checks passed
@cornerman cornerman deleted the scala-3 branch June 4, 2023 17:03
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.

Support for scala 3
1 participant