Skip to content

Backport changes from 2.13 #227

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

Merged
merged 14 commits into from
May 9, 2025
Merged

Backport changes from 2.13 #227

merged 14 commits into from
May 9, 2025

Conversation

lrytz
Copy link
Member

@lrytz lrytz commented May 9, 2025

Mainly

Diff between 2.12 with this PR and 2.13.x looks clean: https://github.com/lrytz/scala-dist/compare/merg-13..scala:scala-dist:2.13.x

raboof and others added 14 commits May 9, 2025 09:33
When using `sbt -Dscala.version=2.X.Y` to test out packages,
newer version of sbt-git have been setting `isSnapshot` to false
if there isn't a tag associated with the current commit of
scala/scala-dist. This makes it hard to test out changes in
this repo as we get diffs like:

```
$ rpm -qip /home/ubuntu/code/scala-dist-baseline/target/scala-2.13.6.rpm
Name        : scala
Version     : 2.13.6
Release     : 1
Architecture: noarch
Install Date: (not installed)
Group       : Development/Languages
Size        : 649267584
License     : BSD
Signature   : (none)
Source RPM  : scala-2.13.6-1.src.rpm
```

```
$ rpm -qip  /home/ubuntu/code/scala-dist/target/scala-2.13.6.rpm
Name        : scala
Version     : 2.13.6
Release     : SNAPSHOT
Architecture: noarch
Install Date: (not installed)
Group       : Development/Languages
Size        : 649267584
License     : BSD
Signature   : (none)
Source RPM  : scala-2.13.6-SNAPSHOT.src.rpm
...
```
tested it on a branch, upload to github works now.
@lrytz
Copy link
Member Author

lrytz commented May 9, 2025

The changes and updates (sbt-native-packager in particular) could make one a little nervous, but the clean diff to 2.13.x gives me confidence. Also the artifacts built here can be fixed and replaced if something is wrong, unlike those on maven-central.

@lrytz lrytz merged commit 406cac5 into scala:2.12.x May 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants