summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-1425-39/+145
|
* make tfragment_gc more robustAraq2017-12-121-1/+4
|
* modify getTypeImpl to reduce result to final implementation (#6891)jcosborn2017-12-091-2/+12
| | | | | * added test case for getTypeImpl * modify getTypeImpl to reduce result to final implementation
* Use addCallback rather than callback= in asyncfutures.all() (#6850)Mathias Stearn2017-12-091-0/+17
| | | | | | | | | | * Use addCallback rather than callback= in asyncfutures.all() Addresses part of #6849 * Stop using do notation for #6849 * Update example style
* fixes #6889Andreas Rumpf2017-12-081-0/+15
|
* Merge branch 'devel' into araq-new-mm2Araq2017-12-083-6/+47
|\
| * fix getTypeInst for tyGenericInst (#6868)jcosborn2017-12-041-6/+26
| |
| * Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-012-0/+21
| |
* | fixes another sighashes problemAraq2017-12-082-0/+14
| |
* | change tfragment_gc test for appveyorAndreas Rumpf2017-12-081-1/+1
| |
* | lets see what appveyor reports as the used memoryAndreas Rumpf2017-12-071-1/+4
| |
* | enable fragmentation testsAraq2017-12-072-10/+26
| |
* | cleanup todo.txtAraq2017-12-073-0/+7664
| |
* | GC test workaround: use a lock for 'echo' for WindowsAraq2017-12-071-3/+10
|/
* make tests green againAraq2017-12-011-40/+44
|
* Merge branch 'nexecProcesses' of https://github.com/cheatfate/Nim into ↵Andreas Rumpf2017-12-011-0/+32
|\ | | | | | | cheatfate-nexecProcesses
| * Refactored version of execProcesses with test.cheatfate2017-11-281-0/+32
| |
* | dotops: add a simple object delegation testAndreas Rumpf2017-12-011-1/+23
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-013-2/+175
|\ \
| * | Support all int, uint and float variants in json.to macro.Dominik Picheta2017-11-301-1/+27
| | |
| * | Fix infinite recursion when using json.to on ref with cycle.Dominik Picheta2017-11-302-3/+22
| | |
| * | Implement support for JsonNode in json.to.Dominik Picheta2017-11-301-1/+18
| | |
| * | Implement Table/OrderedTable support for json.to macro.Dominik Picheta2017-11-301-2/+25
| | |
| * | Implement support for Option[T] in json.to macro. Fixes #5848.Dominik Picheta2017-11-301-2/+23
| | |
| * | Fixes #6604. Rejects unnamed tuples with error.Dominik Picheta2017-11-302-1/+39
| | |
| * | Fixes #6095.Dominik Picheta2017-11-301-1/+17
| | |
| * | Fixes #5856. Code based on @loloiccl's PR (#5879).Dominik Picheta2017-11-301-1/+14
| | |
* | | more progress on destructors; removed old destructor based code as it proved ↵Araq2017-12-014-34/+108
|/ / | | | | | | confusing
* | make tests green againAraq2017-11-291-14/+14
| |
* | 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
| |