Skip to content

Scala 3 support #186

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

Merged
merged 7 commits into from
Mar 8, 2021
Merged

Scala 3 support #186

merged 7 commits into from
Mar 8, 2021

Conversation

gaeljw
Copy link
Member

@gaeljw gaeljw commented Mar 7, 2021

This PR brings Scala 3 (RC1) support.

Closes #139

Changes

  • minor syntactic changes
  • removal of Manifest in favour of some home-made macros (published as a separate library) to replicate the behaviour of getting erased types from generic type parameters
    • side effect of this is we have different sources between Scala 2 and Scala 3 for the trait StepDsl and the associated tests
    • another side effect: we don't need anymore the implicit conversion to Fun0

@gaeljw gaeljw changed the base branch from main to v7.x March 7, 2021 16:15
@gaeljw gaeljw added this to the 7.x milestone Mar 7, 2021
@gaeljw gaeljw force-pushed the scala3rc1 branch 2 times, most recently from 797d205 to 91c1758 Compare March 8, 2021 07:32
@gaeljw gaeljw merged commit 4f69db5 into v7.x Mar 8, 2021
@gaeljw gaeljw deleted the scala3rc1 branch March 8, 2021 07:44
@gaeljw gaeljw mentioned this pull request Mar 8, 2021
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.

1 participant