Merged
Conversation
The @migration annotation can now be used like @Deprecation. Old syntax is still supported, but deprecated. Improve wording and consistency of migration messages, migration warnings also print the version in which the change occurred now. Partially fixes SI-4990.
Contributor
|
I think this was merged, right? |
Contributor
Author
|
No, it has not. The first pull request was closed because it had conflicts on merge (it conflicted with other pull requests that were merged). I then fixed it and opened this one, which has not been merged so far. |
This was referenced Apr 7, 2017
szeiger
pushed a commit
to szeiger/scala
that referenced
this pull request
Mar 20, 2018
Add groupBy (on top of scala#110)
da-liii
pushed a commit
to da-liii/scala
that referenced
this pull request
Nov 11, 2018
update breeze-icons 5.34
eed3si9n
added a commit
to eed3si9n/scala
that referenced
this pull request
May 14, 2019
FPORT: Fixes incremental compiler missing member ref from macro expansion
lrytz
pushed a commit
to lrytz/scala
that referenced
this pull request
Nov 5, 2019
FPORT: Fixes incremental compiler missing member ref from macro expansion Rewritten from sbt/zinc@ddefbb0
anatoliykmetyuk
pushed a commit
to anatoliykmetyuk/subscript
that referenced
this pull request
Jan 26, 2026
add community representatives to front page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The @migration annotation can now be used like @Deprecation.
Old syntax is still supported, but deprecated.
Improve wording and consistency of migration messages, migration
warnings also print the version in which the change occurred now.
Partially fixes SI-4990.