Bung
|
354eb2a86c
|
fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876)
|
2022-11-22 20:05:16 +01:00 |
|
Bung
|
1410243d3b
|
fix #3505 wrong var {.global.} initialization, asign variable to it (#20812)
* 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>
|
2022-11-12 22:57:07 +01:00 |
|
Arne Döring
|
1105d03644
|
require errormsg to be specified before file.
|
2018-12-11 21:23:21 +01:00 |
|
Arne Döring
|
031bfdec6f
|
make run the default action of a test in tester
|
2018-11-23 11:58:28 +01:00 |
|
LemonBoy
|
9543689306
|
Make static blocks introduce their own scope
Treat the static block as a normal block, don't leak any identifier in
the outer scope.
Fixes #5958
|
2018-06-24 18:27:40 +02:00 |
|
Adam Strzelecki
|
e80465dacf
|
tests: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:04:32 +02:00 |
|
Araq
|
24ae0c387f
|
some love for the testsuite; fixed regressions
|
2015-03-01 21:41:21 +01:00 |
|
Zahary Karadjov
|
cda92048ba
|
fix some trivial errors in the test suite and some more regressions caused by tyTypeDesc[tyNone]
|
2014-02-18 02:46:14 +02:00 |
|
Araq
|
20b5f31c03
|
new tester; all tests categorized
|
2014-01-13 02:10:03 +01:00 |
|