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

Crossbuild scala-3 #206

Merged
merged 2 commits into from
Jul 20, 2021
Merged

Crossbuild scala-3 #206

merged 2 commits into from
Jul 20, 2021

Commits on Jul 19, 2021

  1. Crossbuild scala 3

    - This doesn't include derivation macros yet
    - I've tried to keep api changes to a minimum
    - The various `data` types `apply`/`un` methods in scala3 use `.isInstanceOf` directly - this might be slower than the scala2 `fastCast` macro
    Daenyth committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    833c4ee View commit details
    Browse the repository at this point in the history
  2. Add support for deriveTraverse in scala3

    By shamelessly copying code from `kittens`
    Daenyth committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    51fe47f View commit details
    Browse the repository at this point in the history