summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Untyped pointers godegen changed. addr expression fixed.Yuriy Glukhov2015-08-211-0/+8
|
* implemented macros.getImplAraq2015-08-211-0/+20
|
* implements experimental new config system based on NimScriptAraq2015-08-162-0/+21
|
* 'parallel' now requires --experimental modeAraq2015-08-141-0/+1
|
* Merge pull request #3177 from zah/generic-types-in-macrosAndreas Rumpf2015-08-141-0/+74
|\ | | | | Generic types in macros
| * fix #1858 again; restores the support for static macro paramsZahary Karadjov2015-08-021-0/+74
| |
* | Merge pull request #3131 from zachaysan/develDominik Picheta2015-08-131-4/+44
|\ \ | | | | | | Create chomp proc and tests
| * | Update tests to proposed changesZach Aysan2015-07-211-16/+39
| | |
| * | Add tests for chompZach Aysan2015-07-171-4/+21
| | |
* | | fixes #1965Araq2015-08-102-0/+11
| | |
* | | fixes #3066Araq2015-08-091-0/+17
| | |
* | | fixes #1329Araq2015-08-091-1/+11
| | |
* | | Merge pull request #3146 from c-blake/develAndreas Rumpf2015-08-093-0/+17
|\ \ \ | | | | | | | | Add MemFile text interface factored so users can optionally skip Nim …
| * \ \ Merge ../Nim into develCharles Blake2015-08-097-1/+112
| |\ \ \
| * \ \ \ Merge ../Nim into develCharles Blake2015-08-041-0/+19
| |\ \ \ \
| * | | | | Move tests to stdlib.Charles Blake2015-08-033-0/+0
| | | | | |
| * | | | | toString --> `$`.Charles Blake2015-08-031-1/+1
| | | | | |
| * | | | | Fix accidentally deleted inp argument.Charles Blake2015-08-031-1/+1
| | | | | |
| * | | | | Merge ../Nim into develCharles Blake2015-08-033-339/+367
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Add some very simple tests for memfiles iterators.Charles Blake2015-08-023-0/+17
| | | | | |
* | | | | | fixes #2752Araq2015-08-091-0/+27
| |_|_|/ / |/| | | |
* | | | | fixes #2670Araq2015-08-081-0/+13
| | | | |
* | | | | breaking change: symbol lookups in generics follows spec more closely; fixes ↵Araq2015-08-072-0/+21
| | | | | | | | | | | | | | | | | | | | #2664
* | | | | Fixed defer test.Yuriy Glukhov2015-08-071-0/+1
| | | | |
* | | | | destructors now work with overloaded assignment operators; fixes #2811; ↵Araq2015-08-053-1/+72
| | | | | | | | | | | | | | | | | | | | fixes #1632
* | | | | Merge pull request #3172 from Nycto/develDominik Picheta2015-08-051-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | Unittest module: Fix multiple requires in a test
| * | | | Fix multiple requires in a testNycto2015-08-011-0/+5
| | |/ / | |/| |
* / | | added system.unsafeAddrAraq2015-08-041-0/+19
|/ / /
* | | fixes #3158Araq2015-08-021-0/+20
| | |
* | | made test green againAraq2015-08-021-339/+339
| | |
* | | fixes #3171Araq2015-08-021-0/+8
|/ /
* | Merge branch 'async_callback_issue_0412' of https://github.com/l04m33/Nim ↵Dominik Picheta2015-07-262-0/+98
|\ \ | | | | | | | | | | | | | | | | | | into l04m33-async_callback_issue_0412-2 Conflicts: lib/pure/asyncdispatch.nim
| * | Check for async errors inKay Zheng2015-04-181-0/+33
| | |
| * | Only run the test for the fixed version of poll(...)Kay Zheng2015-04-171-33/+36
| | |
| * | Add a test case for the EvError handling issueKay Zheng2015-04-171-0/+62
| | |
* | | Merge pull request #3094 from fenekku/unittest-workDominik Picheta2015-07-261-0/+14
|\ \ \ | | | | | | | | document unittest.nim + code agreement
| * | | document unittest.nim + code agreementfenekku2015-07-091-0/+14
| | | |
* | | | fixes #3144Araq2015-07-261-0/+28
| | | |
* | | | fixes #1832Araq2015-07-241-0/+16
| | | |
* | | | fixes #2823Araq2015-07-241-0/+6
| | | |
* | | | Merge pull request #3137 from vegansk/findFile_absoluteAndreas Rumpf2015-07-231-2/+8
|\ \ \ \ | | | | | | | | | | Added absolute path support to options.findFile
| * | | | Added absolute path support to options.findFileAnatoly Galiulin2015-07-211-2/+8
| | |_|/ | |/| |
* | | | fix recently introduced regressionsAraq2015-07-221-1/+1
| | | |
* | | | fixes #2841Araq2015-07-221-0/+6
| | | |
* | | | fixes #3079, fixes #1146, fixes #2879Araq2015-07-222-0/+15
| | | |
* | | | fixes #2963Araq2015-07-221-1/+12
|/ / /
* | | fixes #3112Araq2015-07-141-7/+29
| | |
* | | disabled dubious testcaseAraq2015-07-141-0/+1
|/ /
* | Merge pull request #3036 from nanoant/patch/macros-sametypeAndreas Rumpf2015-07-041-0/+41
|\ \ | | | | | | macros: Introduce sameType(a, b) for node types
| * | macros: Introduce sameType(a, b) for node typesAdam Strzelecki2015-07-031-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously introduced node comparison `==` was working somehow wrong on nodes returned from getType(a), comparing just ids of the symbols. Recently introduced `==` change 47dce2688633fad840a2f5e4073c531f1cd640ca started comparing symbol nodes pointer-wise, thus strictly. Since getType(a) always creates new symbol pointing to the type, comparing two such nodes using `==` always returns false, even they point to the same type. That is why we need a new sameType macro to be able to tell if these nodes point to the same type.