summary refs log tree commit diff stats
path: root/tests/modules
Commit message (Collapse)AuthorAgeFilesLines
* fixes #12420 [backport] (#12456)Andreas Rumpf2019-10-183-0/+9
|
* fixes #11872; include now gives a proper error message for all invalid infix ↵nc-x2019-08-171-0/+6
| | | | operators (#11965)
* Remove duplicate line number from 'invalid forward declaration' error (#11966)nc-x2019-08-171-1/+1
|
* fixes #11188 (#11319)Andreas Rumpf2019-05-243-0/+17
|
* fixes #11187 (#11315)Andreas Rumpf2019-05-243-0/+16
|
* Merge branch 'devel' into expand-amb-identifier-outputjrfondren2019-05-035-3/+10
|\
| * add whitespace on the right-hand side of `--`narimiran2019-05-031-1/+1
| | | | | | | | This is an em-dash, not some `--use` flag.
| * remove the restriction that module names need to be unique per Nimble… ↵Andreas Rumpf2019-04-205-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 errorJulian Fondren2019-04-291-2/+2
|/ | | | | the test is only against the first line, but testament doens't support multi-line error messages yet.
* make tests green againAndreas Rumpf2019-02-081-1/+1
|
* fix off by 1 error in `col` shown by toFileLineCol (#10138)Timothee Cour2018-12-311-1/+1
| | | | | * fix off by 1 error in `col` shown by toFileLineCol * fix test failures
* fixes #9994Andreas Rumpf2018-12-153-1/+5
|
* fixes #9978Andreas Rumpf2018-12-142-0/+9
|
* require errormsg to be specified before file.Arne Döring2018-12-1110-20/+10
|
* Fix compilation of test on linux and macNeelesh Chandola2018-12-093-1/+1
|
* Add final newlinesNeelesh Chandola2018-12-093-3/+3
|
* add testsNeelesh Chandola2018-12-093-0/+9
|
* make run the default action of a test in testerArne Döring2018-11-232-1/+12
|
* adopt testsArne Döring2018-11-081-4/+4
|
* fix testawr2018-09-041-2/+1
|
* Fix nkImportAs regression (#8796)Oscar Nihlgård2018-08-281-0/+5
|
* Fix for module alias inside brackets (#8726)Oscar Nihlgård2018-08-231-0/+11
|
* sfForward is also sfReorder for skModule symbols (#8692)LemonBoy2018-08-211-0/+1
| | | | | Take this into account while searching for undefined forward references. Fixes #8665
* implement the export/except statementZahary Karadjov2018-05-072-0/+7
|
* make the 'canimport' template workAndreas Rumpf2018-03-061-0/+19
|
* fixes #6965Araq2017-12-282-3/+10
|
* make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693Araq2017-12-152-0/+11
|
* Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-281-7/+5
|
* reorder pass: consider the 'using' statement; disabled debug outputAndreas Rumpf2017-08-111-4/+8
|
* distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-261-0/+42
|
* Lineinfo change (#6084)Arne Döring2017-07-171-1/+1
|
* make tests green againAraq2017-06-091-1/+1
|
* Fixes #5112 (Fix error messages raised when multiple modules have the same ↵Lolo Iccl2017-01-174-0/+14
| | | | | | original name) (#5220) Fixes #5112
* fixes #5076Araq2016-11-302-0/+14
|
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-243-6/+5
|
* disallow recursive module dependenciesAraq2016-11-235-4/+14
|
* new language feature: explicit 'import system' statements are allowedAndreas Rumpf2016-07-071-0/+9
|
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-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 whitespaceAdam Strzelecki2015-09-048-21/+21
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fixes #2584Dominik Picheta2015-06-041-4/+4
| | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields.
* Fix tests a bit moredef2015-03-102-4/+4
|
* cleaned up some testsAraq2015-02-1011-0/+89
|
* Clean up tests/modulesdef2015-02-041-2/+2
|
* fixes #1612Araq2014-11-063-1/+6
|
* Merge pull request #1589 from Varriount/fix-1561Andreas Rumpf2014-11-021-0/+9
|\ | | | | Fixes #1561
| * Fix #1561Varriount2014-10-291-0/+9
| |
* | updated the testAraq2014-10-313-0/+16
|/
* fixes #1029Araq2014-10-221-0/+3
|
* fixes 'import x as y' regressionAraq2014-10-221-1/+2
|
* Added test caseSimon Krauter2014-10-151-0/+8
|