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

Add mention of breaking change about [_] in generics to changelog #21437

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

PhilippMDoerner
Copy link
Contributor

As described by #21435 , generic proc declarations making use of _ as generic parameter are no longer possible. This is a change that was introduced by #21192 . During the debate over if this should be part of the intended spec in #21435 we concluded that it is and thus should be mentioned as a breaking change in the changelogs.

As described by nim-lang#21435 , generic proc declarations making use of `_` as generic
parameter are no longer possible. This is a change that was introduced by 
nim-lang#21192 . During the debate over if this should be part of the intended spec in
nim-lang#21435 we concluded that it is and thus should be mentioned as a breaking
change in the changelogs.
@PhilippMDoerner PhilippMDoerner changed the title Add mention of breaking change to changelog Add mention of breaking change about [_] in generics to changelog Feb 26, 2023
@ringabout ringabout merged commit 4252251 into nim-lang:devel Feb 26, 2023
@github-actions
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 4252251

Hint: mm: orc; opt: speed; options: -d:release
166274 lines; 8.104s; 610.73MiB peakmem

survivorm pushed a commit to survivorm/Nim that referenced this pull request Feb 28, 2023
…im-lang#21437)

Add mention of breaking change to changelog

As described by nim-lang#21435 , generic proc declarations making use of `_` as generic
parameter are no longer possible. This is a change that was introduced by 
nim-lang#21192 . During the debate over if this should be part of the intended spec in
nim-lang#21435 we concluded that it is and thus should be mentioned as a breaking
change in the changelogs.
capocasa pushed a commit to capocasa/Nim that referenced this pull request Mar 31, 2023
…im-lang#21437)

Add mention of breaking change to changelog

As described by nim-lang#21435 , generic proc declarations making use of `_` as generic
parameter are no longer possible. This is a change that was introduced by 
nim-lang#21192 . During the debate over if this should be part of the intended spec in
nim-lang#21435 we concluded that it is and thus should be mentioned as a breaking
change in the changelogs.
bung87 pushed a commit to bung87/Nim that referenced this pull request Jul 29, 2023
…im-lang#21437)

Add mention of breaking change to changelog

As described by nim-lang#21435 , generic proc declarations making use of `_` as generic
parameter are no longer possible. This is a change that was introduced by 
nim-lang#21192 . During the debate over if this should be part of the intended spec in
nim-lang#21435 we concluded that it is and thus should be mentioned as a breaking
change in the changelogs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants