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

Publish for Scala 3 + Native #511

Closed
wants to merge 7 commits into from

Commits on Apr 8, 2022

  1. build: cross compile Scala 3 & Scala Native

    Drop 3.0.x and pretend it never existed, use 3.1.x for JVM, JS and Native platforms
    Kamil Podsiadlo authored and armanbilge committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a7bc3ad View commit details
    Browse the repository at this point in the history
  2. refactor: unify usage of parens for Scala 3

    Scala 3 doesn't allow to call method with parentheses without them. Normally class can extends trait/interface and overwrite their def's using val/override val no matter if def was declared with or without parentheses. However for Scala 3 this is no llonger true. This PR uses a workaround with underscores.
    Kamil Podsiadlo authored and armanbilge committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    09a158f View commit details
    Browse the repository at this point in the history
  3. fix: add necessary parens to method calls

    Kamil Podsiadlo authored and armanbilge committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c0e5d94 View commit details
    Browse the repository at this point in the history
  4. Update regex for SJS 1.8+

    Co-authored-by: Sébastien Doeraene <[email protected]>
    armanbilge and sjrd committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b2d9743 View commit details
    Browse the repository at this point in the history
  5. Revert "Update regex for SJS 1.8+"

    This reverts commit b2d9743.
    armanbilge committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8c8a0bb View commit details
    Browse the repository at this point in the history
  6. Fix regex, take 2 :)

    Co-authored-by: Sébastien Doeraene <[email protected]>
    armanbilge and sjrd committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    843a0e0 View commit details
    Browse the repository at this point in the history
  7. Bump platform versions

    armanbilge committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4b2d9fb View commit details
    Browse the repository at this point in the history