Arne Döring
|
000b8afd26
|
Remove expr/stmt (#5857)
|
2017-07-25 09:28:23 +02:00 |
|
Andreas Rumpf
|
1a88c01f92
|
documentation build cleaned up
|
2016-05-31 03:04:45 +02:00 |
|
Dominik Picheta
|
c36421f8e4
|
Fixes subexes tests which were broken in 73e48f9c9.
|
2016-04-05 23:08:51 +01:00 |
|
Aman Gupta
|
1639de0a4e
|
remove trailing whitespace requirement from subexes test file
|
2015-10-02 18:08:23 -07:00 |
|
Aman Gupta
|
18882d006b
|
fix test failures in subexes due to missing trailing whitespace
FAIL: subexes.nim
Test "lib/pure/subexes.nim" in category "lib"
Failure: reExitcodesDiffer
Expected:
exitcode: 0
Gotten:
exitcode: 1
Output:
Traceback (most recent call last)
subexes.nim(385) subexes
system.nim(3335) raiseAssert
system.nim(2531) sysFatal
Error: unhandled exception: "$#($\', \'10c\'\x0A \'{#..})" % ["doAssert", "longishA", "longish"] ==
|
2015-10-01 12:05:45 -07:00 |
|
Adam Strzelecki
|
43bddf62dd
|
lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:56 +02:00 |
|
pdw
|
d18e18060e
|
lib/pure/p-t - Dropped 'T' from types
|
2015-06-04 13:18:36 +02:00 |
|
Oleh Prypin
|
22db40e5e4
|
Turn some test outputs into actual tests
|
2015-04-21 15:59:32 +03:00 |
|
Oleh Prypin
|
32109a7867
|
Don't run non-test code when defined(testing)
|
2015-04-21 14:37:29 +03:00 |
|
def
|
e686ca2523
|
Fix a few more warnings
|
2015-02-17 02:22:30 +01:00 |
|
Araq
|
02cc9633eb
|
fixes #1730
|
2014-12-17 01:43:22 +01:00 |
|
Araq
|
dfd7390277
|
added $* for subexes
|
2014-09-24 03:01:16 +02:00 |
|
Araq
|
11b6958755
|
big rename
|
2014-08-27 23:42:51 +02:00 |
|
Araq
|
4d863ebb5e
|
fix failed tests due to gcsafe
|
2014-08-12 10:11:58 +02:00 |
|
Araq
|
64c638a9dc
|
first steps for overloading support of passing blocks; bugfix: test results of 'compile' are not overwritten
|
2012-09-11 08:09:34 +02:00 |
|
Araq
|
d37fe6e0a5
|
stdlib uses more of varargs
|
2012-08-16 16:30:13 +02:00 |
|
Araq
|
4f1b89c30c
|
year 2012 for most copyright headers
|
2012-01-02 23:07:35 +01:00 |
|
Araq
|
b336bf4039
|
added support for advanced substitution expressions
|
2011-12-27 19:22:46 +01:00 |
|