Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #12420 [backport] (#12456) | Andreas Rumpf | 2019-10-18 | 3 | -0/+9 |
| | |||||
* | fixes #11872; include now gives a proper error message for all invalid infix ↵ | nc-x | 2019-08-17 | 1 | -0/+6 |
| | | | | operators (#11965) | ||||
* | Remove duplicate line number from 'invalid forward declaration' error (#11966) | nc-x | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | fixes #11188 (#11319) | Andreas Rumpf | 2019-05-24 | 3 | -0/+17 |
| | |||||
* | fixes #11187 (#11315) | Andreas Rumpf | 2019-05-24 | 3 | -0/+16 |
| | |||||
* | Merge branch 'devel' into expand-amb-identifier-output | jrfondren | 2019-05-03 | 5 | -3/+10 |
|\ | |||||
| * | add whitespace on the right-hand side of `--` | narimiran | 2019-05-03 | 1 | -1/+1 |
| | | | | | | | | This is an em-dash, not some `--use` flag. | ||||
| * | remove the restriction that module names need to be unique per Nimble… ↵ | Andreas Rumpf | 2019-04-20 | 5 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | (#11064) * remove the restriction that module names need to be unique per Nimble package * make tests green again * use the 'response' linker file also on Unix in order to fix megatest | ||||
* | | fix test expecting ambiguous-identifier error | Julian Fondren | 2019-04-29 | 1 | -2/+2 |
|/ | | | | | the test is only against the first line, but testament doens't support multi-line error messages yet. | ||||
* | make tests green again | Andreas Rumpf | 2019-02-08 | 1 | -1/+1 |
| | |||||
* | fix off by 1 error in `col` shown by toFileLineCol (#10138) | Timothee Cour | 2018-12-31 | 1 | -1/+1 |
| | | | | | * fix off by 1 error in `col` shown by toFileLineCol * fix test failures | ||||
* | fixes #9994 | Andreas Rumpf | 2018-12-15 | 3 | -1/+5 |
| | |||||
* | fixes #9978 | Andreas Rumpf | 2018-12-14 | 2 | -0/+9 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 10 | -20/+10 |
| | |||||
* | Fix compilation of test on linux and mac | Neelesh Chandola | 2018-12-09 | 3 | -1/+1 |
| | |||||
* | Add final newlines | Neelesh Chandola | 2018-12-09 | 3 | -3/+3 |
| | |||||
* | add tests | Neelesh Chandola | 2018-12-09 | 3 | -0/+9 |
| | |||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 2 | -1/+12 |
| | |||||
* | adopt tests | Arne Döring | 2018-11-08 | 1 | -4/+4 |
| | |||||
* | fix test | awr | 2018-09-04 | 1 | -2/+1 |
| | |||||
* | Fix nkImportAs regression (#8796) | Oscar Nihlgård | 2018-08-28 | 1 | -0/+5 |
| | |||||
* | Fix for module alias inside brackets (#8726) | Oscar Nihlgård | 2018-08-23 | 1 | -0/+11 |
| | |||||
* | sfForward is also sfReorder for skModule symbols (#8692) | LemonBoy | 2018-08-21 | 1 | -0/+1 |
| | | | | | Take this into account while searching for undefined forward references. Fixes #8665 | ||||
* | implement the export/except statement | Zahary Karadjov | 2018-05-07 | 2 | -0/+7 |
| | |||||
* | make the 'canimport' template work | Andreas Rumpf | 2018-03-06 | 1 | -0/+19 |
| | |||||
* | fixes #6965 | Araq | 2017-12-28 | 2 | -3/+10 |
| | |||||
* | make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693 | Araq | 2017-12-15 | 2 | -0/+11 |
| | |||||
* | Add sections (type, var, let, const, using) support for reorder pragma (#6326) | BigEpsilon | 2017-10-28 | 1 | -7/+5 |
| | |||||
* | reorder pass: consider the 'using' statement; disabled debug output | Andreas Rumpf | 2017-08-11 | 1 | -4/+8 |
| | |||||
* | distinguish between 'reorder' and 'noforward' | Andreas Rumpf | 2017-07-26 | 1 | -0/+42 |
| | |||||
* | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | make tests green again | Araq | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Fixes #5112 (Fix error messages raised when multiple modules have the same ↵ | Lolo Iccl | 2017-01-17 | 4 | -0/+14 |
| | | | | | | original name) (#5220) Fixes #5112 | ||||
* | fixes #5076 | Araq | 2016-11-30 | 2 | -0/+14 |
| | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 3 | -6/+5 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 5 | -4/+14 |
| | |||||
* | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 1 | -0/+9 |
| | |||||
* | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 1 | -1/+1 |
| | | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code. | ||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 8 | -21/+21 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fixes #2584 | Dominik Picheta | 2015-06-04 | 1 | -4/+4 |
| | | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields. | ||||
* | Fix tests a bit more | def | 2015-03-10 | 2 | -4/+4 |
| | |||||
* | cleaned up some tests | Araq | 2015-02-10 | 11 | -0/+89 |
| | |||||
* | Clean up tests/modules | def | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | fixes #1612 | Araq | 2014-11-06 | 3 | -1/+6 |
| | |||||
* | Merge pull request #1589 from Varriount/fix-1561 | Andreas Rumpf | 2014-11-02 | 1 | -0/+9 |
|\ | | | | | Fixes #1561 | ||||
| * | Fix #1561 | Varriount | 2014-10-29 | 1 | -0/+9 |
| | | |||||
* | | updated the test | Araq | 2014-10-31 | 3 | -0/+16 |
|/ | |||||
* | fixes #1029 | Araq | 2014-10-22 | 1 | -0/+3 |
| | |||||
* | fixes 'import x as y' regression | Araq | 2014-10-22 | 1 | -1/+2 |
| | |||||
* | Added test case | Simon Krauter | 2014-10-15 | 1 | -0/+8 |
| |