Commit Graph

6096 Commits

Author SHA1 Message Date
Araq
c682a1da2b bugfix: invalid indentation for 'else' is detected; optional indentation for 'if' expressions 2012-01-13 14:59:58 +01:00
Araq
e362cbbfd7 bugfix: tests/reject/tnoinst.nim is now rejected properly 2012-01-13 13:40:05 +01:00
Araq
76886432da even more sys assertions 2012-01-13 12:49:06 +01:00
Araq
2673d73366 Merge branch 'master' of github.com:Araq/Nimrod 2012-01-12 19:45:10 +01:00
Araq
e6b3f50c7f more sysasserts for allocator/gc 2012-01-12 19:44:57 +01:00
dom96
be513be541 New tooltip API for gtk. 2012-01-12 18:19:27 +00:00
Araq
92e1a21b26 further steps to eliminate generics bugs 2012-01-11 08:52:50 +01:00
Araq
6599dca857 GC: interior pointers on stack are not necessarily aligned 2012-01-10 01:01:21 +01:00
Araq
e7e3c451ef removed '^ deprecated' message 2012-01-10 00:33:32 +01:00
Araq
4dcd7170aa bugfix: debugger works again 2012-01-08 23:42:22 +01:00
Araq
d34345586f unsuccessful phantom bug hunting 2012-01-08 20:18:24 +01:00
Araq
202972dea0 koch: 'update' feature optional for less dependencies 2012-01-08 11:19:08 +01:00
Araq
a42a5e8e7c disabled tdatabind.nim as it's still to heavy for the compiler 2012-01-08 11:07:23 +01:00
Araq
f8721ed20e adapted titer4 test because of new implicit items/pairs iterators 2012-01-08 10:51:45 +01:00
Araq
f7c1bef7bb bugfix: command line args are processed again after config files, so that --verbosity:3 works again 2012-01-08 10:50:10 +01:00
Araq
2ae78c0cfb implicit invokation of items/pairs iterators 2012-01-08 01:29:10 +01:00
Araq
7f3b3298b4 fixes #33 2012-01-07 20:30:51 +01:00
Araq
7405278138 bugfix: type alias to generic; generic type not stripped away from for loop variable 2012-01-07 20:03:41 +01:00
Araq
0e22a51095 bugfix: removed newSons legacy 2012-01-07 11:10:14 +01:00
Araq
071b1e3957 test t99bott.nim works now 2012-01-06 00:29:18 +01:00
Araq
8aa4e46707 implemented incompleteStruct pragma; embedded debugger works with posix module 2012-01-05 00:46:51 +01:00
Araq
9152193e41 fixed some tests 2012-01-03 01:42:23 +01:00
Araq
20843b7c1a bugfix: tester should compile again 2012-01-03 01:20:47 +01:00
Araq
bcbfa3aaa4 C sources regenerated for new len(openarray) header that catches more bugs; symbol files should work again 2012-01-03 00:21:12 +01:00
Araq
d32a1e9ba2 io test uses dummy compile result object 2012-01-02 23:58:58 +01:00
Araq
b28fb97cba Merge branch 'master' of github.com:Araq/Nimrod 2012-01-02 23:55:24 +01:00
Araq
b5aafb4cf3 bugfix: +1 unnecessary in resizeString; caused annoying reallocations for strings created with 'newStringOfCap' 2012-01-02 23:53:07 +01:00
Araq
dcf0cc2ecd Merge pull request #86 from Tass/master
Fixed IO tests.
2012-01-02 14:30:46 -08:00
Araq
d849463af2 serious allocator bugfixes 2012-01-02 23:12:12 +01:00
Araq
4f1b89c30c year 2012 for most copyright headers 2012-01-02 23:07:35 +01:00
Simon Hafner
cb4ff5fd55 removed """ so unittest can handle it 2012-01-02 16:32:36 +01:00
Simon Hafner
ad0ea47f43 fixed the io tests so they run as intended
There is however a problem with the unittest. It does output
colors even if stdout isn't a tty, so the test still fails.
2011-12-31 19:07:31 +01:00
Araq
9bd2be36c8 Merge branch 'master' of github.com:Araq/Nimrod 2011-12-31 18:15:29 +01:00
Araq
0d8e6dda69 new len(openarray) implementation 2011-12-31 18:15:20 +01:00
dom96
b6265e28c7 Disabled io tests because it blocks indefinitely. 2011-12-31 17:06:21 +00:00
Araq
8c993733b9 Merge pull request #84 from Tass/master
forgot to add the testfile for the io test
2011-12-31 08:32:23 -08:00
Simon Hafner
0cde38c1e1 forgot to add tests/testdata/string 2011-12-31 17:22:27 +01:00
Araq
4d9e8e13ae MAP_ANONYMOUS is not always 0x20 for linux; changed the tests 2011-12-31 15:49:48 +01:00
Araq
f30eb9feb8 changed io tests 2011-12-31 13:56:09 +01:00
Araq
05fd30df43 sysio: got rid of now unnecessary length check 2011-12-31 11:35:40 +01:00
Araq
c463a22dc9 Merge branch 'master' of github.com:Araq/Nimrod 2011-12-31 11:28:09 +01:00
Araq
61ff329337 Merge pull request #79 from Tass/master
readAll
2011-12-31 02:21:01 -08:00
Araq
92395568bb improved actors.sync 2011-12-31 11:18:18 +01:00
Araq
743182afd7 windows module should now compile for all CPUs 2011-12-31 10:32:12 +01:00
Araq
d25fefc0ff make trecinca|b tests green 2011-12-31 10:23:56 +01:00
Araq
9fdfda136c critbits added to stdlib 2011-12-30 21:01:50 +01:00
Araq
e9d6f5a647 bugfix: preliminary symbol declaration in first pass of generics 2011-12-30 21:00:38 +01:00
Araq
5e5ed192e5 GC: use simple balanced tree instead of AVL tree 2011-12-30 20:42:47 +01:00
Simon Hafner
cf2078aed8 compileSingleTest instead of direct callCompiler 2011-12-30 14:22:56 +01:00
Simon Hafner
24917aaf1e fixes for readAll 2011-12-30 14:15:12 +01:00