summary refs log tree commit diff stats
path: root/tests/pragmas/t8741.nim
Commit message (Collapse)AuthorAgeFilesLines
* custom pragmas: correct error condition, remove outdated symkind whitelist ↵metagn2023-04-131-1/+1
| | | | | | | | | | | | | | | (#21653) * test not restricting custom pragma applied symbols fixes #21652 * fix other test * different patch * fix tests * actually test #18212 and other routines
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) ↵Timothee Cour2021-05-261-1/+1
| | | | (#18085)
* fixes #12171 (#12173)Andreas Rumpf2019-09-111-2/+21
|
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
|
* More checks for custom pragmas placement (#8765)LemonBoy2018-08-251-1/+1
| | | | We're not interested in custom pragmas attached to certain node kinds so the compiler silently ignored them.
* Validate pragmas attached to for variables (#8749)LemonBoy2018-08-241-0/+10
Fixes #8741