Skip to content

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

Merged
lrytz merged 1 commit intoscala:2.12.xfrom
som-snytt:backport/using-args
Jul 18, 2022
Merged

Accept and ignore using in method signature (to aid cross-building with Scala 3)#10075
lrytz merged 1 commit intoscala:2.12.xfrom
som-snytt:backport/using-args

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
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

Development

Successfully merging this pull request may close these issues.

4 participants