summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage of parameters types in templates #6756 (#6768)Anatoly Galiulin2017-11-291-0/+18
|
* Merge pull request #6817 from nim-lang/fixes-6223Dominik Picheta2017-11-291-0/+4
|\ | | | | Fixes #6223.
| * Fixes #6223.Dominik Picheta2017-11-281-0/+4
| |
* | closes #985Araq2017-11-291-1/+25
| |
* | destructors: harden the test caseAraq2017-11-291-1/+4
| |
* | destructors: some improvements for bug #4214: object constructors are moved tooAraq2017-11-291-0/+32
|/
* Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
|
* make tests green againAraq2017-11-231-12/+0
|
* fixes #3993Araq2017-11-231-0/+14
|
* fixes #6489Araq2017-11-231-1/+7
|
* closes #6121Araq2017-11-231-0/+21
|
* fixes #6555Araq2017-11-231-1/+12
|
* fixes #6682Araq2017-11-221-0/+26
|
* Async upcoming (#6585)Dominik Picheta2017-11-222-2/+1
| | | | | | | | | | | | | * Merge upcoming async with current. * Various improvements to selectors (mostly docs). Two changes to highlight: * Renamed ``setEvent`` to ``trigger`` * Reused setBlocking from nativesockets. * Various changes/fixes to asyncdispatch after upcoming merge. * Make some attempts to be compatible with older selectors. * Reuse epoll module in ioselectors_epoll.
* fixes #6753Andreas Rumpf2017-11-221-1/+14
|
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-0/+100
| | | | | | | | | | | | | | | | * added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section
* make tests green againAndreas Rumpf2017-11-212-15/+3
|
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-211-2/+2
|
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-1/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-11-2139-305/+437
|\
| * make tests green againAndreas Rumpf2017-11-192-95/+95
| |
| * fixes #5521 object variants superclass trigger bad codegen (#6120)andri lim2017-11-191-1/+24
| |
| * pass nim path to subprocess testament (#6779)Jacek Sieka2017-11-191-1/+4
| |
| * Fixes #5979 (#5980)Yuriy Glukhov2017-11-191-0/+10
| |
| * fixes #6724Andreas Rumpf2017-11-191-0/+33
| |
| * added a test case for bug #6776Andreas Rumpf2017-11-181-0/+23
| |
| * make tests green againAndreas Rumpf2017-11-183-8/+12
| |
| * fixes #6073Andreas Rumpf2017-11-181-0/+13
| |
| * fixes #6775Andreas Rumpf2017-11-181-0/+1
| |
| * closes #6166Andreas Rumpf2017-11-181-1/+20
| |
| * Fix compiler crash (#6773) (#6774)cooldome2017-11-181-0/+47
| |
| * use targets from test spec when running testament tests (#6687)Jacek Sieka2017-11-1521-125/+136
| |
| * Move deprecated romans module from stdlib to Nimble package (#6660)Lynn C. Rees2017-11-151-71/+0
| |
| * Appveyor thttpclient (#6744)Fredrik Høisæther Rasch2017-11-152-0/+4
| | | | | | | | | | | | * App option value for disabling tests for AppVeyor * Disable thttpclient on AppVeyor
| * Tests should not rely on external services (#6703)Sergey Avseyev2017-11-151-2/+13
| | | | | | | | This test depends on example.com site to be reachable, and fails when there is no internet connection.
| * bugfix: make 'macros' module available for nimscriptAndreas Rumpf2017-11-141-0/+1
| |
| * Fix endianness in the test (#6715)Sergey Avseyev2017-11-111-1/+1
| |
* | added a version of macros.expectLen that takes min/max valuesAraq2017-11-211-0/+0
|/
* fixes #6710Andreas Rumpf2017-11-081-0/+4
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-11-071-1/+10
|\
| * Block expressions (#6695)Fabian Keller2017-11-061-1/+10
| | | | | | | | | | | | * enabled parsing of block expressions * added test case; closes #3827 * adjusted grammar doc strings * updated grammar in docs
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-0714-8/+168
|\|
| * fixes a tester regressionAndreas Rumpf2017-11-061-3/+2
| |
| * pass on testament args to sub-process (#6688)Jacek Sieka2017-11-061-2/+9
| |
| * fixes #6532 array bounds check for non zero based arrays on the js backend ↵skilchen2017-11-061-0/+44
| | | | | | | | (#6550)
| * attempt to make travis green againAndreas Rumpf2017-11-054-0/+7
| |
| * concepts: fixes the stack overflow that happens for #6691Andreas Rumpf2017-11-051-0/+13
| |
| * make tests green againAndreas Rumpf2017-11-051-2/+2
| |
| * fixes #6692Araq2017-11-051-0/+46
| |
| * fixes #6609; 'if' expressions support multiple statements; minor breaking changeAraq2017-11-051-0/+18
| |