summary refs log tree commit diff stats
path: root/tests/run
Commit message (Collapse)AuthorAgeFilesLines
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-122-0/+36
|
* fixes #321Araq2013-04-081-0/+9
|
* improvements for destructorsAraq2013-04-081-0/+26
|
* Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-231-1/+1
| | | | sockets module.
* added system.localsAraq2013-03-211-0/+11
|
* fixes #332Araq2013-03-171-0/+12
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16118-0/+0
|
* Merge pull request #359 from Tass/masterAraq2013-03-162-10/+15
|\ | | | | JS unwinding
| * used correct syntax for multiline results in testsSimon Hafner2013-03-162-4/+4
| | | | | | | | And also modified the runner to actually run them in JS.
| * nestedTryStmts removedSimon Hafner2013-03-102-10/+15
| | | | | | | | | | It makes tests fail and they work fine without. Given my ignorance of the exact workings, I can only rely on the tests.
* | bugfix: 'indexOf' for tuple fields worksAraq2013-03-111-0/+21
|/
* object constructors work nowAraq2013-03-081-0/+41
|
* bugfix: tvtable works againAraq2013-03-051-1/+1
|
* better overloading resolution for genericsAraq2013-02-282-16/+20
|
* removed `$` for refs upon requestSimon Hafner2013-02-211-15/+5
|
* added $ for refs and removed == for ref testSimon Hafner2013-02-211-8/+12
| | | | == in refs should use the pointer to compare
* added tests, actually implemented $ and ==Simon Hafner2013-02-211-1/+2
|
* added tests for == and $Simon Hafner2013-02-211-0/+20
|
* system.fields|fieldPairs for objectsAraq2013-02-181-0/+64
|
* fixed some closure related bugsAraq2013-01-222-1/+2
|
* Reverted my 'do notation' fixes.Dominik Picheta2013-01-201-2/+1
|
* Fixed a bug with the 'do notation' consuming statements after it.Dominik Picheta2013-01-201-0/+17
|
* fixed merge conflictAraq2013-01-161-0/+39
|\
| * 'sort' for ordered tablesAraq2013-01-121-0/+39
| |
* | implemented generic multi methodsAraq2013-01-161-0/+30
|/
* Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-081-6/+5
|\ | | | | Moves toSeq template to public sequtils module.
| * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-6/+5
| |
* | fixes #271Araq2012-12-151-3/+3
|/
* implemented AST based overloadingAraq2012-12-061-0/+21
|
* implemented generic convertersAraq2012-12-051-0/+30
|
* 'return' for first class iteratorsAraq2012-11-261-0/+20
|
* next steps for first class iteratorsAraq2012-11-261-2/+2
|
* added missing type flagsAraq2012-11-231-3/+3
|
* added system.finished for first class iteratorsAraq2012-11-171-1/+39
|
* next steps for first class iteratorsAraq2012-11-151-4/+32
|
* improvements for first class iteratorsAraq2012-11-151-1/+19
|
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-0/+33
|
* added system.onRaise to support a condition systemAraq2012-11-051-0/+34
|
* exception tracking should workAraq2012-11-041-1/+3
|
* fixes #232Araq2012-10-191-0/+11
|
* fixes #106Zahary Karadjov2012-10-161-10/+22
|
* Improved support for nkSymChoices in type coercionsZahary Karadjov2012-10-151-0/+74
| | | | | | | | | | For example, this allows you to pick up a proc with a specific signature from an overload set. bugfix: nimrod generated invalid code when a RVO function had a single compile-time param bugfix: nkHiddenDerefs were not neutralised properly for indirect proc calls
* bugfix: threads should work again; fixes #220Araq2012-10-121-0/+27
|
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-042-12/+10
| | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles
* added titer7 testAraq2012-10-041-0/+57
|
* implemented case expressionsZahary Karadjov2012-10-031-11/+13
|
* bugfix: allow tuple constructors in generic codeZahary Karadjov2012-10-031-0/+4
|
* implemented return type inferenceZahary Karadjov2012-10-031-0/+29
| | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used)
* test cases for the new typedesc featuresZahary Karadjov2012-09-252-2/+28
|
* fixes #186 and the ttypedesc1 test caseZahary Karadjov2012-09-231-6/+8
|