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 links to issues discussing the change in Release Notes #351

Open
kuchta opened this issue Dec 22, 2022 · 0 comments
Open

Add links to issues discussing the change in Release Notes #351

kuchta opened this issue Dec 22, 2022 · 0 comments

Comments

@kuchta
Copy link

kuchta commented Dec 22, 2022

Guys, many thanks for the new RC: https://nim-lang.org/blog/2022/12/21/version-20-rc.html

There are a lot of great changes, but unfortunatelly there are some I don't understand the reasoning for like:

Previously, calls like foo(a, b): ... or foo(a, b) do: ... where the final argument of foo had type proc () were assumed by the compiler to mean foo(a, b, proc () = ...). This behavior is now deprecated. Use foo(a, b) do (): ... or foo(a, b, proc () = ...) instead.

So it would be immensely valuable to link each change with some issue(s) discussing that feature (removal) to have some background.

Anyway, great work, thank you very much ❤️

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

No branches or pull requests

1 participant