summary refs log tree commit diff stats
path: root/tests/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* new tester; all tests categorizedAraq2014-01-134-0/+35