summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Lineinfo change (#6084)Arne Döring2017-07-174-4/+4
|
* fixes #5986 js backend failed to compile try ... except new syntax (#6116)andri lim2017-07-171-0/+13
|
* fixes #6049 add mixin release, acquire to withLock (#6113)andri lim2017-07-162-0/+21
|
* Fixes #5738 (#6059)Yuriy Glukhov2017-07-152-0/+66
|
* Merge pull request #5938 from zielmicha/futuresDominik Picheta2017-07-142-0/+21
|\ | | | | [WIP] Better Future
| * Future: support for multiple callbacksMichał Zieliński2017-07-051-0/+20
| |
| * asyncdispatch: split asyncfutures into its own moduleMichał Zieliński2017-07-051-0/+1
| | | | | | | | This slightly changes behaviour of callSoon - before loop is initialized, callSoon will call the function immediately.
* | fixes #6046 parsecfg failed to parse negative int (#6097)andri lim2017-07-141-0/+23
| |
* | newLit emty seq fix (#6091)Arne Döring2017-07-131-0/+9
| | | | | | | | * the type of the empty seq is still the correct type * updated test
* | Merge pull request #6047 from euantorano/patch-1Dominik Picheta2017-07-111-0/+54
|\ \ | | | | | | Wait for reads to finish before reading the result
| * | Update test headerEuan T2017-07-101-1/+1
| | | | | | | | | | | | Signed-off-by: Euan T <euantorano@gmail.com>
| * | Adding test for recvlineEuan Torano2017-07-091-0/+54
| |/ | | | | | | Signed-off-by: Euan Torano <euantorano@gmail.com>
* | fixes anon procs created by macrosAndreas Rumpf2017-07-111-1/+32
| |
* | fixes a JS codegen regressionAndreas Rumpf2017-07-101-0/+18
| |
* | fixes #5608Andreas Rumpf2017-07-091-0/+43
|/
* fixes #6035Araq2017-06-301-1/+19
|
* fixes #5517Andreas Rumpf2017-06-301-0/+15
|
* closes #5379Andreas Rumpf2017-06-291-1/+9
|
* fixes #5974Andreas Rumpf2017-06-291-1/+12
|
* fixes #4703Andreas Rumpf2017-06-291-0/+24
|
* One more attempt to fix tioselectors.nim test (#6020)Eugene Kabanov2017-06-271-4/+8
|
* make JS tests green on OSX on my local machine; XXX needs further investigationsAndreas Rumpf2017-06-261-1/+4
|
* fixes #5966Fabian Keller2017-06-201-1/+22
|
* added test case for #1252Fabian Keller2017-06-201-0/+12
|
* Fix #5084Zahary Karadjov2017-06-201-0/+61
|
* make some tests green againZahary Karadjov2017-06-204-4/+4
|
* Fix #5983Zahary Karadjov2017-06-201-0/+22
|
* Fix #5888Zahary Karadjov2017-06-203-0/+36
|
* Fix #4737Zahary Karadjov2017-06-202-0/+36
|
* Fix #5127Zahary Karadjov2017-06-203-26/+53
|
* Fix #4020; Better handling of templates within conceptsZahary Karadjov2017-06-201-0/+56
|
* fix #5968Zahary Karadjov2017-06-201-0/+20
|
* fix #1082Zahary Karadjov2017-06-202-1/+40
|
* close #1051Zahary Karadjov2017-06-202-10/+46
|
* close #3152; closed via f663ca7Zahary Karadjov2017-06-201-0/+4
|
* close #3153Zahary Karadjov2017-06-201-1/+24
|
* fix #1017; fix #3309Zahary Karadjov2017-06-201-0/+19
|
* close #3784Zahary Karadjov2017-06-201-0/+20
|
* close #4524Zahary Karadjov2017-06-202-1/+23
|
* fix #2730; fix #4880Zahary Karadjov2017-06-201-0/+42
|
* fix #5017; fix #5893Zahary Karadjov2017-06-201-0/+26
|
* close #5106Zahary Karadjov2017-06-201-0/+61
|
* close #5756Zahary Karadjov2017-06-201-0/+30
|
* fix #5864Zahary Karadjov2017-06-201-0/+14
|
* Fix thardforwardZahary Karadjov2017-06-201-2/+2
|
* Fix #5962Zahary Karadjov2017-06-201-0/+81
| | | | | | | | | | | | | | | During the instantiation of a generic type A, some other generic type B may be instantiated multiple times with different parameters. We can think about each instantiation as a function call that should temporary bind the parameter names to concrete types. The problem with the existing implementation in semtypinst was that it was performing this binding within a shared global table. In this sense, it was executing the code as a programming language featuring only global variables. In such a language, re-entrant functions cannot be defined properly and hence this was leading to problems with similar types. The solution is simple - just like we need to introduce stack frames to handle re-entrant functions, we introduce a stack of type bindings that are pushed and popped during the generic instantiations.
* introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-202-0/+40
| | | | | | | fixes #4982 fixes #3805 close #3414
* Fixes #5995Yuriy Glukhov2017-06-181-0/+3
|
* Merge pull request #5952 from Parashurama/fix_parseoptVarriount2017-06-131-0/+57
|\ | | | | Fix parseopt custom arguments
| * fixes parseopt/parseopt2 custom cmdline args.Parashurama2017-06-061-0/+57
| |