You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/09/19 12:47:19 UTC

[GitHub] [daffodil] scala-steward opened a new pull request, #843: Update scala-library, scala-reflect to 2.12.17

scala-steward opened a new pull request, #843:
URL: https://github.com/apache/daffodil/pull/843

   Updates 
   * [org.scala-lang:scala-library](https://github.com/scala/scala)
   * [org.scala-lang:scala-reflect](https://github.com/scala/scala)
   
    from 2.12.15 to 2.12.17.
   [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.17) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.17)
   
   I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
   
   If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
   
   Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b38f25673d5484107dba15f3ace47a65d20c9952/docs/repo-specific-configuration.md) file.
   
   Have a fantastic day writing Scala!
   
   <details>
   <summary>Files still referring to the old version number</summary>
   
   The following files still refer to the old version number (2.12.15).
   You might want to review and update them manually.
   ```
   daffodil-japi/build.sbt
   ```
   </details>
   <details>
   <summary>Adjust future updates</summary>
   
   Add this to your `.scala-steward.conf` file to ignore future updates of this dependency:
   ```
   updates.ignore = [ { groupId = "org.scala-lang" } ]
   ```
   Or, add this to slow down future updates of this dependency:
   ```
   dependencyOverrides = [{
     pullRequests = { frequency = "@monthly" },
     dependency = { groupId = "org.scala-lang" }
   }]
   ```
   </details>
   
   labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil] stevedlawrence commented on pull request #843: Update scala-library, scala-reflect to 2.12.17

Posted by GitBox <gi...@apache.org>.
stevedlawrence commented on PR #843:
URL: https://github.com/apache/daffodil/pull/843#issuecomment-1285755832

   +1
   
   sbt-scoverage has created a new release that fixes the problems with windows. Due to dependencies, I've updated this PR to update scala, sbt-scoverage, and sbt-native-packager.
   
   We do not distribute the two sbt plugins so there are no licensing concerns There are no new features we really need compared to the old versions, but they do update dependencies, e.g. scala-xml
   
   The scala update is ALv2 and so is compatible with Apache licenses, and our NOTICE/LICENSE files are already accurate. This also includes some important changes, such as always generating Java 8 bytecode for compatibility.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil] stevedlawrence commented on pull request #843: Update scala-library, scala-reflect to 2.12.17

Posted by GitBox <gi...@apache.org>.
stevedlawrence commented on PR #843:
URL: https://github.com/apache/daffodil/pull/843#issuecomment-1260834332

   It looks like scoverage has only created 2.12.17 builds for versions 2.0.5 and 2.0.3 of the scalac plugin:
   
   https://search.maven.org/artifact/org.scoverage/scalac-scoverage-plugin_2.12.17
   
   To get either of those versions of the scalac plugin we need to bump the sbt-scoverage plugin to 2.0.x, but those versions have known issues with windows. So because we can't bump sbt-scoverage, we can't bump the scala version. And we also can't bump sbt-native-packager (PR #826).
   
   So we're now running into issues because of this windows problem in sbt-scoverage.
   
   We could maybe try to disable coverage on windows until this is fixed. The GitHub actions files might get a bit ugly.
   
   Alternatively, we could try to put some effort into fixing the sbt-scoverage issue and submitting a PR. It doesn't seem like it's high priority for the devs, so it may not get fixed without outside input.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil] tuxji merged pull request #843: Update scala-library, scala-reflect to 2.12.17

Posted by GitBox <gi...@apache.org>.
tuxji merged PR #843:
URL: https://github.com/apache/daffodil/pull/843


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org