summary refs log tree commit diff stats
path: root/tests/deprecated/tnoannot.nim
Commit message (Collapse)AuthorAgeFilesLines
* {.deprecated: msg.} now works for vars and lets (#10234)Neelesh Chandola2019-01-081-7/+0
|
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
|
* More robust handling of deprecated pragmas (#8696)LemonBoy2018-08-211-0/+7
Prevent `deprecated` annotations to "slip" up to the parent module and warn about unsupported annotations. Accidentally fixes #7867