summary refs log tree commit diff stats
path: root/tests/accept/run
Commit message (Collapse)AuthorAgeFilesLines
* got rid of 'accept' dir in the testsAraq2011-11-19135-5798/+0
|
* fixed some testsAraq2011-11-193-44/+44
|
* bugfixes: objects still invalid for constants; fixed a typo concerning ↵Araq2011-11-151-1/+1
| | | | 'high' in eval context
* when running unit tests, the tester will print only failures using colorless ↵Zahary Karadjov2011-11-101-47/+0
| | | | output (this should be better for nimbuild)
* operator precedence changed: assignment like operators are supported; ↵Araq2011-11-091-0/+11
| | | | escaping of operators with \ is supported
* bugfixes for the tester; the tester now supports running of single testsAraq2011-11-088-2/+8
|
* small bugfixes to make more tests greenAraq2011-11-023-3/+7
|
* DLL generation may work againAraq2011-11-022-0/+19
|
* splicing tested and documentedAraq2011-10-281-0/+16
|
* eval context for macros lives as long as the current module is compiledAraq2011-10-281-0/+19
|
* compilation cache: mostly working; generics not yetAraq2011-10-252-0/+22
|
* new syntactic construct: a{i}Araq2011-10-081-1/+2
|
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-0/+9
|
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-071-0/+47
| | | | | | | | Added: PNimrodNode.lineinfo for better error messages from macros Added: seq.splice For easier use from templates and macros, except stament now supports the list of exception types to be supplied in nkBraket node (array literal).
* bugfix: overloading resolution for typeofAraq2011-09-271-0/+7
|
* bugfix: $ escaping in interpolatedFragmentsAraq2011-09-261-6/+10
|
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵Araq2011-09-261-10/+7
| | | | optimized; tstringinterp.nim now works
* using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-202-18/+109
| | | | simplified the usage of the interpolatedFragments iterator.
* Moved the parseAST magics to evals.nimZahary Karadjov2011-09-201-0/+82
| | | | | | | | | | | | | | Added string interpolation helper routines in parserutils Added a proof-of-concept string interpolation user-land macros (currently, only as a test case): the interpolated expression could either be transformed to concat("literal string ", $(interpolated), " end") or "literal string $1 end" % [$(interpolated)] Added a very initial definition of Optional[T] generic type A new overload of ParseIdent was added in hope to get around the fact that the old one doesn't work correctly in macros, but the problem persists.
* more occurences of 'pure' proc pragma fixedAraq2011-08-201-1/+1
|
* locks now in their own core moduleAraq2011-08-201-2/+2
|
* small bugfix for evalAraq2011-08-191-0/+27
|
* inlining of 'var openarray' iterators now workAraq2011-08-181-0/+16
|
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-0/+3
|
* modifyable results for generics; teventemitter worksAraq2011-08-091-7/+10
|
* fixes #35, fixes #43Araq2011-08-081-3/+5
|
* documentation for 'var T' as return typeAraq2011-08-011-4/+6
|
* 'var T' for iteratorsAraq2011-07-311-0/+29
|
* 'is' operator for generic codeAraq2011-07-311-0/+13
|
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵Araq2011-07-312-3/+3
| | | | generated C code)
* bugfix: 'final' not passed to genericAraq2011-07-291-15/+16
|
* Merge pull request #41 from Amrykid/masterAraq2011-07-271-3/+3
|\ | | | | Updated events.nim
| * Renamed new* to init*.Amrykid2011-07-271-2/+2
| | | | | | | | | | | | | | Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test.
| * Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-271-1/+1
| |
* | bugfixes; step one for 'var T' as return type supportAraq2011-07-283-0/+58
|/
* bugfixes; added events module, sequtils moduleAraq2011-07-262-0/+103
|
* old pointer deref operator completely removedAraq2011-07-231-0/+15
|
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-221-1/+1
|
* bugfix: proper cache for generic instantiationsAraq2011-07-211-0/+19
|
* preparations for 0.8.12Araq2011-07-1014-0/+3
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-1/+1
|
* tests are green againAraq2011-06-283-39/+6
|
* improvements to get code size down for programs that don't use GCAraq2011-06-262-0/+362
|
* case branches support constant sets for convenienceAraq2011-06-191-0/+15
|
* rebuilt csources; bootstrap should work againAraq2011-06-151-2/+0
|
* bugfix: proper return types for templatesAraq2011-06-151-1/+3
|
* basic generic collections implemented and testedAraq2011-06-073-8/+202
|
* bugfix: generic instantiation across module boundariesAraq2011-06-062-0/+18
|
* overloading of [] for derefence operation should be possible nowAraq2011-06-051-0/+24
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-20/+21
|