You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/01 05:44:10 UTC

[GitHub] [orc] dependabot[bot] opened a new pull request #796: Bump scala-library from 2.12.10 to 2.13.6 in /java

dependabot[bot] opened a new pull request #796:
URL: https://github.com/apache/orc/pull/796


   Bumps [scala-library](https://github.com/scala/scala) from 2.12.10 to 2.13.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/scala/scala/releases">scala-library's releases</a>.</em></p>
   <blockquote>
   <h2>Scala 2.13.6</h2>
   <p>The Scala 2 team at Lightbend is pleased to announce the availability of Scala 2.13.6.</p>
   <h3>Highlights</h3>
   <ul>
   <li>TASTy Reader support for Scala 3.0.0 (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9617">#9617</a> by <a href="https://github.com/bishabosha"><code>@​bishabosha</code></a>)</li>
   <li>The <a href="https://github.com/tek/splain">splain compiler plugin</a> by <a href="https://github.com/tek"><code>@​tek</code></a> was integrated into the compiler, available with the <code>-Vimplicits</code> and <code>-Vtype-diffs</code> flags (<a href="https://github-redirect.dependabot.com/scala/scala/pull/7785">#7785</a>)</li>
   <li>Escaped double quotes now work as expected in string interpolations, both <code>s&quot;\&quot;&quot;</code> and <code>s&quot;$&quot;&quot;</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/8830">#8830</a> by <a href="https://github.com/eed3si9n"><code>@​eed3si9n</code></a> and <a href="https://github-redirect.dependabot.com/scala/scala/pull/9536">#9536</a> by <a href="https://github.com/martijnhoekstra"><code>@​martijnhoekstra</code></a>)</li>
   </ul>
   <h3>Other Changes</h3>
   <ul>
   <li>Optimized <code>BigInt</code> implementation (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9628">#9628</a>) by <a href="https://github.com/denisrosset"><code>@​denisrosset</code></a></li>
   <li>Support JDK15 text blocks in Java parser (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9548">#9548</a>) by <a href="https://github.com/harpocrates"><code>@​harpocrates</code></a></li>
   <li>Stricter override checking for protected Scala members which override Java members (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9525">#9525</a>) by <a href="https://github.com/kynthus"><code>@​kynthus</code></a></li>
   <li>Check <code>private[this]</code> members in override checking (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9542">#9542</a>)</li>
   <li>More accurate outer checks in patterns (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9504">#9504</a>)</li>
   <li>Allow renaming imports from <code>_root_</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9482">#9482</a>) by <a href="https://github.com/som-snytt"><code>@​som-snytt</code></a></li>
   <li>Make more annotations extend <code>ConstantAnnotation</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9336">9336</a>) by <a href="https://github.com/BalmungSan"><code>@​BalmungSan</code></a></li>
   <li>A number of syntax changes were added to simplify cross-building between Scala 2 and 3
   <ul>
   <li>Don't error (only warn) on symbol literals under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9602">#9602</a>)</li>
   <li>Support writing <code>&amp;</code> instead of <code>with</code> in types under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9594">#9594</a>)</li>
   <li>Support Scala 3 vararg splice syntax under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9584">#9584</a>)</li>
   <li>Support Scala 3 wildcard and renaming imports under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9582">#9582</a>)</li>
   <li>Allow soft keywords open and infix under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9580">#9580</a>)</li>
   <li>Align leading infix operator with Scala 3 improvements (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9567">#9567</a>)</li>
   <li>Support <code>?</code> as wildcard marker under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9560">#9560</a>)</li>
   <li>Support case in pattern bindings under <code>-Xsource:3</code> (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9558">#9558</a>)</li>
   <li>Parse <code>+_</code> and <code>-_</code> in types as identifiers under <code>-Xsource:3</code> to support Scala 3.2 placeholder syntax (<a href="https://github-redirect.dependabot.com/scala/scala/pull/9605">#9605</a>)</li>
   </ul>
   </li>
   </ul>
   <p>Some small changes that will ship in 2.12.14 are also included in this release.</p>
   <p>For the complete 2.13.6 change lists, see <a href="https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.6">all merged PRs</a> and <a href="https://github.com/scala/bug/issues?utf8=%E2%9C%93&amp;q=is%3Aclosed+milestone%3A2.13.6">all closed bugs</a>.</p>
   <h2>Compatibility</h2>
   <p>As usual for our minor releases, Scala 2.13.6 is binary-compatible with the whole Scala 2.13 series.</p>
   <p>Upgrading from 2.12? Enable <code>-Xmigration</code> while upgrading to request migration advice from the compiler.</p>
   <h2>Contributors</h2>
   <p>A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent.</p>
   <p>This release was brought to you by 25 contributors, according to <code>git shortlog -sn --no-merges HEAD ^v2.13.5 ^2.12.x</code>. Thank you A. P. Marki, Lukas Rytz, Dale Wijnand, Jamie Thompson, Seth Tisue, 梦境迷离, Guillaume Martres, Martijn Hoekstra, Denis Rosset, Aaron S. Hawley, Kai, Eugene Yokota, Jason Zaugg, Anatolii Kmetiuk, Ikko Ashimine, superseeker13, Eugene Platonov, Diego E. Alonso Blas, Filipe Regadas, Hatano Yuusuke, Luis Miguel Mejía Suárez, Rafał Sumisławski, Alec Theriault, Tom Grigg, Torsten Schmits.</p>
   <p>Thanks to <a href="https://www.lightbend.com/scala">Lightbend</a> for their continued sponsorship of the Scala core team’s efforts. Lightbend offers <a href="https://www.lightbend.com/lightbend-platform-subscription">commercial support</a> for Scala.</p>
   <h2>Scala 2.13 notes</h2>
   <p>The <a href="https://github.com/scala/scala/releases/v2.13.0">release notes for Scala 2.13.0</a> have important information applicable to the whole 2.13 series.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/scala/scala/commit/9468b9abcda6955688804194c02fe11db8c78a38"><code>9468b9a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9630">#9630</a> from SethTisue/unseal-substmap</li>
   <li><a href="https://github.com/scala/scala/commit/35a935404ecf7debc749c951533ff7f655be1179"><code>35a9354</code></a> Restore SubstMap's public API (unsealed, constructors, etc)</li>
   <li><a href="https://github.com/scala/scala/commit/cefcd53b5b9bf7c00e8f15c24daa66369def51d6"><code>cefcd53</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9631">#9631</a> from dotty-staging/scala3-release-3.0.0</li>
   <li><a href="https://github.com/scala/scala/commit/4fa6da5aa9d00c281258e1efcdee9b84d2486b64"><code>4fa6da5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9617">#9617</a> from scalacenter/tasty/support-3.0.0-RC3</li>
   <li><a href="https://github.com/scala/scala/commit/851903a13680fd246b9118b596ae7b3eba010801"><code>851903a</code></a> support Scala 3.0.0 final</li>
   <li><a href="https://github.com/scala/scala/commit/97bdd49d027b6fa013343cff912ae39f44b985bf"><code>97bdd49</code></a> refactor Erasure</li>
   <li><a href="https://github.com/scala/scala/commit/a23259f4e8e8f48149662d50803eced80d6f0f6d"><code>a23259f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9567">#9567</a> from som-snytt/issue/12071</li>
   <li><a href="https://github.com/scala/scala/commit/74c629edf1247f050397d9835e12a8c350d276cb"><code>74c629e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9628">#9628</a> from denisrosset/bigint-optimization-2</li>
   <li><a href="https://github.com/scala/scala/commit/a554fc0a6195aaf84aaada72b70e8a9c058542dd"><code>a554fc0</code></a> Upgrade Dotty to 3.0.0</li>
   <li><a href="https://github.com/scala/scala/commit/c2021dee775bf0023aa21f0af34ccb336a98cf7c"><code>c2021de</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/scala/scala/issues/9622">#9622</a> from dwijnand/t12392</li>
   <li>Additional commits viewable in <a href="https://github.com/scala/scala/compare/v2.12.10...v2.13.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.scala-lang:scala-library&package-manager=maven&previous-version=2.12.10&new-version=2.13.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
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: dev-unsubscribe@orc.apache.org

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



[GitHub] [orc] williamhyun commented on pull request #796: Bump scala-library from 2.12.10 to 2.13.6 in /java

Posted by GitBox <gi...@apache.org>.
williamhyun commented on pull request #796:
URL: https://github.com/apache/orc/pull/796#issuecomment-890566976


   Scala-library version should be the same version as the one in Apache Spark. I will make a PR to pin this. 


-- 
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: dev-unsubscribe@orc.apache.org

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



[GitHub] [orc] dongjoon-hyun commented on pull request #796: Bump scala-library from 2.12.10 to 2.13.6 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #796:
URL: https://github.com/apache/orc/pull/796#issuecomment-890572719


   +1
   
   > Scala-library version should be the same version as the one in Apache Spark. I will make a PR to pin this.


-- 
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: dev-unsubscribe@orc.apache.org

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



[GitHub] [orc] williamhyun closed pull request #796: Bump scala-library from 2.12.10 to 2.13.6 in /java

Posted by GitBox <gi...@apache.org>.
williamhyun closed pull request #796:
URL: https://github.com/apache/orc/pull/796


   


-- 
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: dev-unsubscribe@orc.apache.org

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



[GitHub] [orc] dongjoon-hyun edited a comment on pull request #796: Bump scala-library from 2.12.10 to 2.13.6 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun edited a comment on pull request #796:
URL: https://github.com/apache/orc/pull/796#issuecomment-890572719


   +1 for pinning.
   
   > Scala-library version should be the same version as the one in Apache Spark. I will make a PR to pin this.


-- 
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: dev-unsubscribe@orc.apache.org

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



[GitHub] [orc] dependabot[bot] commented on pull request #796: Bump scala-library from 2.12.10 to 2.13.6 in /java

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #796:
URL: https://github.com/apache/orc/pull/796#issuecomment-890601478


   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: dev-unsubscribe@orc.apache.org

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