Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876) | Bung | 2022-11-22 | 1 | -1/+9 |
| | |||||
* | fix #3505 wrong var {.global.} initialization, asign variable to it (#20812) | Bung | 2022-11-12 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | * fix #3505 wrong var {.global.} initialization, asign variable to it * fix #5132 as well * follow suggestions * handle all call kinds * Update tests/global/t3505.nim * Update compiler/semstmts.nim * Update compiler/semstmts.nim * Update compiler/semstmts.nim * follow suggestion * Update compiler/semstmts.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 1 | -1/+3 |
| | |||||
* | Make `static` blocks introduce their own scope | LemonBoy | 2018-06-24 | 1 | -0/+9 |
| | | | | | | | Treat the static block as a normal block, don't leak any identifier in the outer scope. Fixes #5958 | ||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 2 | -0/+19 |
| | | | | by tyTypeDesc[tyNone] | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 2 | -0/+23 |