Commit Graph

39 Commits

Author SHA1 Message Date
Yuriy Glukhov
e5aefbd1d4 Fixed tests for TravisCI 2015-10-22 21:34:37 +03:00
Aman Gupta
5b9465acf6 fix test failures due to import errors 2015-10-02 18:20:51 -07:00
Adam Strzelecki
e80465dacf tests: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:04:32 +02:00
Araq
a1caef474b proper distinction between --gc:none and --os:standalone 2015-06-29 02:48:33 +02:00
def
c5db4fc3a2 Move the noreturn pragma to sysFatal
Now you can choose to implement sysFatal with --os:standalone so that it
returns.
2015-05-05 20:26:54 +02:00
def
fd4e629905 Rename PNimrodNode to NimNode 2015-03-17 17:50:32 +01:00
def
cb3c99fe1f Fix tests some more 2015-03-17 00:02:47 +01:00
def
69e2b61c0a Fix tests a bit more 2015-03-10 15:34:15 +01:00
Hans Raaf
b902ea887b Replaced deprecated repeatStr() with repeat(). 2015-03-04 03:44:09 +01:00
Hans Raaf
58186f6c1d Replaced deprecated repeatChar() with repeat() or spaces(). 2015-03-04 03:30:43 +01:00
Federico Ceratto
c95f6f117a Fix typos 2015-02-15 16:06:06 +00:00
Andreas Rumpf
d8c4c57637 Merge pull request #2133 from def-/cleanup
Cleanup
2015-02-15 15:12:39 +01:00
def
0a01b9143f nimrod.cfg isn't working anymore, rename to nim.cfg 2015-02-15 00:07:34 +01:00
Charles Blake
0a1bc0e9cd Update a use of initTable to avoid initial enlarge. 2015-02-13 08:33:15 -05:00
def
1c34f30bbb Clean up tests/manyloc
named_argument_bug still fails
2015-02-04 21:57:24 +01:00
Araq
8f587e2eab fixes #2041 2015-01-31 11:49:19 +01:00
def
2a7a5a69d0 GitHub link fixes: nim-code -> nim-lang 2015-01-15 03:26:59 +01:00
Flaviu Tamas
8b807adc08 s/nimrod/nim/g; s/babel/nimble/g 2015-01-09 22:59:16 -05:00
Araq
3866820eee made some tests green 2014-09-21 23:57:54 +02:00
Araq
c6034277fc further adaptations 2014-08-29 09:12:12 +02:00
Araq
cd2c6128d1 renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings 2014-08-29 09:03:00 +02:00
Araq
7014d0c5c8 some progress for jester+async 2014-06-27 16:03:11 +02:00
Araq
e3fab47508 attempt to make some tests green 2014-04-21 00:07:31 +02:00
Araq
b320e02903 keine_schweine test is not platform dependent 2014-02-24 16:41:26 +01:00
Araq
228d5173ff nil->discard 2014-02-15 23:40:29 +01:00
Araq
a0b82db402 the compiler can now deal with multiple modules of the same name 2013-09-26 17:34:46 +02:00
Araq
9acdf94cc0 fixes #531 2013-07-24 23:07:28 +02:00
Araq
30f8568570 fixes --os:standalone 2013-06-30 22:10:04 +02:00
Araq
52851b722d --os:standalone works again 2013-06-30 21:15:28 +02:00
Araq
d4c91bbd85 improvements for 'not nil' checking 2013-06-13 01:40:11 +02:00
Araq
b767f34b6b manyloc test should be green again 2013-06-04 00:58:43 +02:00
Araq
865a43050d fixes #385 2013-06-03 01:21:21 +02:00
Araq
1dd01e5891 revert new scope for 'if' 2013-05-02 00:36:06 +02:00
Araq
56045ad7ff bugfixes mostly JS related 2013-05-01 14:48:40 +02:00
Araq
61e9bd0c48 made some tests green 2013-04-22 21:18:48 +02:00
Araq
75b508032b added manyloc test suite; --path now relative to project dir if not absolute 2013-04-13 21:55:02 +02:00
Dominik Picheta
b76ee0d9e1 Fixed bug with xmltree.attrs when attributes have not been initialised
yet.
2013-03-23 20:09:24 +00:00
Araq
b7d1901747 better error message when C compilation fails 2013-03-19 08:43:45 +01:00
Araq
09fc94c4c2 tester supports large tests 2013-03-18 08:22:35 +01:00