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

Cross publish native #477

Merged
merged 5 commits into from
Apr 10, 2022
Merged

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 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    df9e214 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 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0c156f0 View commit details
    Browse the repository at this point in the history
  3. fix: add necessary parens to method calls

    Kamil Podsiadlo committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    02d7878 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    20a2c54 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    5963593 View commit details
    Browse the repository at this point in the history