Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | {.deprecated: msg.} now works for vars and lets (#10234) | Neelesh Chandola | 2019-01-08 | 1 | -7/+0 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | More robust handling of deprecated pragmas (#8696) | LemonBoy | 2018-08-21 | 1 | -0/+7 |
Prevent `deprecated` annotations to "slip" up to the parent module and warn about unsupported annotations. Accidentally fixes #7867 |