Skip to content
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

Accept and ignore using in method signature (to aid cross-building with Scala 3) #10075

Merged
merged 1 commit into from Jul 18, 2022

Conversation

som-snytt
Copy link
Contributor

@som-snytt som-snytt commented Jul 17, 2022

Also accept and use a few essential option aliases (aka abbreviations), such as -Werror and -Vprint.

#10064

Also accept and use a few essential option aliases
(aka abbrevations), such as `-Werror` and `-Vprint`.
@scala-jenkins scala-jenkins added this to the 2.12.17 milestone Jul 17, 2022
@som-snytt som-snytt marked this pull request as ready for review July 17, 2022 17:12
@@ -141,6 +141,7 @@ trait ScalaSettings extends StandardScalaSettings with Warnings { _: MutableSett
val require = MultiStringSetting ("-Xplugin-require", "plugin", "Abort if a named plugin is not loaded.")
val pluginsDir = StringSetting ("-Xpluginsdir", "path", "Path to search for plugin archives.", Defaults.scalaPluginPath)
val Xprint = PhasesSetting ("-Xprint", "Print out program after")
.withAbbreviation ("-Vprint")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@lrytz
Copy link
Member

lrytz commented Jul 18, 2022

Thanks!

@lrytz lrytz merged commit a23aabe into scala:2.12.x Jul 18, 2022
@som-snytt som-snytt deleted the backport/using-args branch July 18, 2022 14:45
@SethTisue SethTisue added the release-notes worth highlighting in next release notes label Jul 18, 2022
@SethTisue SethTisue changed the title [backport] Accept and ignore using in args Aid cross building with Scala 3: Accept and ignore using in method signature Aug 31, 2022
@SethTisue SethTisue changed the title Aid cross building with Scala 3: Accept and ignore using in method signature Accept and ignore using in method signature (to aid cross-building with Scala 3) Aug 31, 2022
dongjoon-hyun pushed a commit to apache/spark that referenced this pull request Sep 17, 2022
### What changes were proposed in this pull request?
This PR aims to upgrade Scala to 2.12.17
- https://www.scala-lang.org/news/2.12.17

### Why are the changes needed?
The main [change](https://github.com/scala/scala/pulls?q=is%3Apr+sort%3Aupdated-desc+milestone%3A2.12.17+is%3Amerged+label%3Arelease-notes) fo this version as follows:

- scala/scala#10109
- scala/scala#10075
- scala/scala#10108
- scala/scala#10045
- scala/scala#10063
- scala/scala#10042
- scala/scala#10040
- scala/scala#10095

### Does this PR introduce _any_ user-facing change?
Yes, this is a Scala version change.

### How was this patch tested?
Existing Test

Closes #37892 from LuciferYang/SPARK-40436.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
LuciferYang added a commit to LuciferYang/spark that referenced this pull request Sep 20, 2022
### What changes were proposed in this pull request?
This PR aims to upgrade Scala to 2.12.17
- https://www.scala-lang.org/news/2.12.17

### Why are the changes needed?
The main [change](https://github.com/scala/scala/pulls?q=is%3Apr+sort%3Aupdated-desc+milestone%3A2.12.17+is%3Amerged+label%3Arelease-notes) fo this version as follows:

- scala/scala#10109
- scala/scala#10075
- scala/scala#10108
- scala/scala#10045
- scala/scala#10063
- scala/scala#10042
- scala/scala#10040
- scala/scala#10095

### Does this PR introduce _any_ user-facing change?
Yes, this is a Scala version change.

### How was this patch tested?
Existing Test

Closes apache#37892 from LuciferYang/SPARK-40436.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes worth highlighting in next release notes
Projects
None yet
4 participants