Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow let to not have value when using importc (#14258) | PMunch | 2020-05-12 | 2 | -0/+32 |
| | | | | | | | | | | | | | | * Allow let to not have value when using importc This allows a let statement with the `{.importc.}` pragma to not be initialised with a value. This allows us to declare C constants as Nim lets without putting the value in the Nim code (which can lead to errors, and requires us to go looking for the value). Fixes #14253 * Proper fix and documentation + changelog entry * Improve testcase with one from timotheecour * Add test to verify it working with macros | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 2 | -4/+2 |
| | |||||
* | Revert #7964 | LemonBoy | 2018-09-21 | 1 | -0/+27 |
| | | | | | | | Somehow the test case doesn't crash anymore and the regression in the doc generation is fixed. Fixes #9019 | ||||
* | make more tests green | Araq | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Fix tests some more | def | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | more tests green | Araq | 2014-08-31 | 1 | -2/+2 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 2 | -0/+27 |