Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dependency org.scala-native:sbt-scala-native to v0.5.6 #434

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Type Update Change
org.scala-native:sbt-scala-native (source) plugin patch 0.5.4 -> 0.5.6

Release Notes

scala-native/scala-native (org.scala-native:sbt-scala-native)

v0.5.6: 0.5.6

Compare Source

0.5.6 (2024-11-13)

We're happy to announce the release of Scala Native 0.5.6!

Supported Scala versions

Scala Binary Version | Supported Scala Versions |
-------------------- | ------------------------ |
2.12 | 2.12.14 ... 2.12.20 |
2.13 | 2.13.8 ... 2.13.15 |
3 | 3.1.2 ... 3.1.3
3.2.0 ... 3.2.2
3.3.0 ... 3.3.4
3.4.0 ... 3.4.3
3.5.2 ... 3.5.2 |

Upon release of new Scala version (stable, or Scala 3 RC) version dependent artifacts would be published without a new release.

Commits since last release 32
Merged PRs 30
Contributors 10

Contributors

Big thanks to everybody who contributed to this release or reported an issue!

$ git shortlog -sn --no-merges v0.5.5..v0.5.6
    15	Wojciech Mazur
     5	Maksym Ochenashko
     4	LeeTibbert
     3	João Costa
     2	Eric K Richardson
     1	Corey O'Connor
     1	Rikito Taniguchi
     1	dependabot[bot]
     1	unarist
     1	澪

Merged PRs

0.5.6 (2024-11-13)

Full Changelog

Merged pull requests:

Java Standard Library

Scala Native Library

  • Fix unsafe.toCWideString was returning a double pointer to a string #​4029 (unarist)

Scala Native Runtime

  • fix [immix/commix/none gc]: Revert using free memory size instead of total memory size to control size of the heap #​4047 (WojciechMazur)
  • [improve/build] Remove two FreeBSD 14.1 build defects #​4059 (LeeTibbert)

Scala Native Toolchain

Scala Standard Library

POSIX bindings

  • Fix compilation error of _CS_PATH for Termux on Android #​4037 (mio-19)

Windows API Bindings

  • feature [windowslib]: add GetProcessTimes to the ProcessThreadsApi #​4035 (iRevive)

Documentations

Scala Native Compiler Plugin

  • fix[compiler-plugin] Intrinisic ClassFieldRawPtr should always mangle symbol names when comparing symbols #​4045 (WojciechMazur)
  • Don't allow to define CFuncPtr lambda closing over this #​4079 (WojciechMazur)

Scala Native sbt plugin

  • [fix/sbt-plugin] Always override default build target in Test scope to application #​4050 (WojciechMazur)

v0.5.5

Compare Source

0.5.5 (2024-08-18)
Supported Scala versions

Scala Binary Version | Supported Scala Versions |
-------------------- | ------------------------ |
2.12 | 2.12.14 ... 2.12.19 |
2.13 | 2.13.8 ... 2.13.14 |
3 | 3.1.2 ... 3.1.3
3.2.0 ... 3.2.2
3.3.0 ... 3.3.3
3.4.0 ... 3.4.3
3.5.0 |

Upon release of new Scala version (stable, or Scala 3 RC) version dependent artifacts would be published without a new release.

Commits since last release 28
Merged PRs 27
Contributors 7
Contributors

Big thanks to everybody who contributed to this release or reported an issue!

$ git shortlog -sn --no-merges v0.5.4..v0.5.5
  16 LeeTibbert
   6 Wojciech Mazur
   2 Maksym Ochenashko
   1 Eric K Richardson
   1 Guest user
   1 Natsu Kagami
   1 dependabot[bot]
Merged PRs
v0.5.5 (2024-08-18)

Full Changelog

Merged pull requests:

Scala Native Runtime
  • Optimizations for Delimited Continuations implementation #​3978 (natsukagami)
  • feature [nativelib]: add runtimeVersion to the LinktimeInfo #​4028 (iRevive)
  • feature [nativelib]: implement MemoryMXBean and ManagementFactory #​4021 (iRevive)
Java Standard Library
  • fix[javalib]: Use FunctionalInterface annotation consistently #​3981 (LeeTibbert)
  • fix[javalib]: Math#max & Math.min now order IEEE754 negative zeros correctly. #​3985 (LeeTibbert)
  • feature[javalib]: Math.TAU & four Math.clamp() methods #​3989 (LeeTibbert)
  • improvement [javalib]: Implement List static methods #​3992 (LeeTibbert)
  • improvement [javalib]: Implement Set & HashSet static methods #​3993 (LeeTibbert)
  • improvement [javalib]: Implement Map & HashMap static methods #​3994 (LeeTibbert)
  • improvement [javalib]: AbstractSet#equals now matches other Sets only #​3996 (LeeTibbert)
  • improvement [javalib]: add required override for Set#spliterator #​3997 (LeeTibbert)
  • improvement [javalib]: simplify 'Stream#toList' implementation #​4000 (LeeTibbert)
  • improvement [javalib]: Correct file name to j.u.SplittableRandom.scala #​4004 (LeeTibbert)
  • improvement [javalib]: Implement Java 21 Collections.shuffle(List, RandomGenerator) #​4005 (LeeTibbert)
  • improvement [javalib]: implement ju.LinkedHashMap#newLinkedHashMap static method #​4006 (LeeTibbert)
  • improvement [javalib]: Four *Stream#skip methods now pass an accurate estimatedSize downstream #​4008 (LeeTibbert)
  • improvement [javalib]: implement ju.LinkedHashSet#newLinkedHashSet static method #​4009 (LeeTibbert)
Scala compiler plugins
Scala Native toolchain
  • [fix] Traversing unreachable code blocks in lowering phase in nonoptimized builds #​4013 (WojciechMazur)
Documentation
POSIX bindings
  • feature [posixlib]: Add partial Open Group Issue 8 support to unistd.scala #​4019 (LeeTibbert)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) October 10, 2024 14:37
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from f620141 to 18a6942 Compare November 14, 2024 10:51
@renovate renovate bot changed the title Update dependency org.scala-native:sbt-scala-native to v0.5.5 Update dependency org.scala-native:sbt-scala-native to v0.5.6 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch 2 times, most recently from 1fbded7 to fde4bd7 Compare December 29, 2024 01:26
@renovate renovate bot force-pushed the renovate/org.scala-native-sbt-scala-native-0.x branch from fde4bd7 to 8bb6ff8 Compare January 5, 2025 02:33
@renovate renovate bot merged commit 3dadea6 into main Jan 5, 2025
11 checks passed
@renovate renovate bot deleted the renovate/org.scala-native-sbt-scala-native-0.x branch January 5, 2025 02:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant