chore(deps): update dependency org.scala-native:sbt-scala-native to v0.5.7 #445
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.6
->0.5.7
Release Notes
scala-native/scala-native (org.scala-native:sbt-scala-native)
v0.5.7
: 0.5.7Compare Source
0.5.7 (2025-02-26)
We're happy to announce the release of Scala Native 0.5.7.
Breaking changes
Users of libraries published using Scala Native 0.5.7 are required to update to Scala Native 0.5.7 or higher
Highlights of the release
@scala.scalanative.unsafe.linkCppRuntime
annotation can be used on extern methods bindings to require linking with C++ standard library if these are used.Scala Native would still use C++ runtime on Windows or if the LTO is enabled, due to not yet resolved issues.
Adding
-fno-cxx-exceptions
or-fcxx-exceptions
settings toNativeConfig.compileOptions
allows to explicitlly control if Scala Native should use it's own exception handling implementation or to continue using C++ exception wrappers.SCALANATIVE_THREAD_STACK_SIZE
environment variable can now be used to control default platform Thread size at runtime (-Xss on the JVM)Supported Scala versions
Scala Binary Version | Supported Scala Versions |
-------------------- | ------------------------ |
2.12 | 2.12.14 ... 2.12.20 |
2.13 | 2.13.8 ... 2.13.16 |
3 | 3.1.2 ... 3.1.3
3.2.0 ... 3.2.2
3.3.0 ... 3.3.5
3.4.0 ... 3.4.3
3.5.0 ... 3.5.2
3.6.2 ... 3.6.3 |
Contributors
Big thanks to everybody who contributed to this release or reported an issue!
Merged PRs
0.5.7 (2025-02-26)
Full Changelog
Merged pull requests:
Scala Native compiler plugin
j.l.Object
toj.l.Throwable
#4089 (WojciechMazur)Scala Native runtime
Scala Native toolchain
hasUnwind
lazy val in Opt.scala #4110 (lolgab)@alwaysinline
#4106 (lolgab)scalanative_catch
calls #4179 (WojciechMazur)Scala Native sbt plugin
Java Standard Library
java.lang.Properties
be evaluated lazily #4103 (lolgab)java.lang.Class.forName
#4113 (WojciechMazur)java.util.concurrent.CompletableFuture
#4117 (WojciechMazur){ClosedByInterrupt,AsynchronousClose}Exception
#4130 (armanbilge)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.