-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
deprecation syntax inconsistent for objects, not possible for const/let/var #9331
Comments
This could have been separated to two issues, each with a small, not an essay title:
Seriously, you should start minimizing your issue title to not scare people away, avoiding symbols might be a good start. Just my 2¢. |
I understand your points and will keep in mind; there's a tradeoff between precision and conciseness; regarding symbols, |
Part 2 fixed by - 05b8085 |
…20114 also move extractPragma to ast to pave the way for things like {.strdefine: "abc".} etc
…20114 also move extractPragma to ast to pave the way for things like {.strdefine: "abc".} etc
* continue #9582 for consts, close #9331, fix #20114 also move extractPragma to ast to pave the way for things like {.strdefine: "abc".} etc * changelog correctly * fix jsgen * update tgetimpl * fix sighashes * fix #19766, add comment about postfix * fix noRewrite LOL refs #16620 * fix changelog * fix destructors
* continue nim-lang#9582 for consts, close nim-lang#9331, fix nim-lang#20114 also move extractPragma to ast to pave the way for things like {.strdefine: "abc".} etc * changelog correctly * fix jsgen * update tgetimpl * fix sighashes * fix nim-lang#19766, add comment about postfix * fix noRewrite LOL refs nim-lang#16620 * fix changelog * fix destructors
for pretty much everything,
{.deprecated: "blabla".}
goes before the=
but not for object type:The text was updated successfully, but these errors were encountered: