Felix Krause
ac3f872fa3
Fixed TSet proc names to conform with set
2014-06-26 20:55:46 +02:00
Felix Krause
bdd3b6c612
Added logical set operations to TSet
2014-06-25 22:07:28 +02:00
Simon Hafner
be534279da
Merge pull request #1279 from Varriount/fix-1216
...
Fix issue #1216
2014-06-18 18:47:45 -05:00
Clay Sweetser
a48c728ab3
Added notnil test for issue #1216
2014-06-18 17:47:37 -04:00
Dominik Picheta
ebff5f1f28
Improve caasdriver output.
2014-06-16 23:36:11 +01:00
Andreas Rumpf
2ec1501c7a
Merge pull request #1281 from Araq/new_spawn
...
New spawn
2014-06-16 23:03:17 +02:00
Dominik Picheta
1658a29ec6
Fixes #1263 .
2014-06-15 12:57:05 +01:00
Dominik Picheta
8965ee5984
Add osproc stdin test.
2014-06-15 12:57:05 +01:00
Varriount
370f06d557
Update categories.nim
...
Fixed the tester from crashing when the babel package file is invalid.
2014-06-14 22:32:37 -04:00
Araq
947b152163
some changes
2014-06-09 08:03:54 +02:00
flaviut
7e60cf2a34
Add test
2014-06-03 19:05:13 -04:00
Araq
387593bcaa
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
2014-06-02 23:32:28 +02:00
Araq
b78173788d
bugfix: codegen for promises
2014-06-02 09:13:16 +02:00
Araq
be229163af
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
2014-06-01 22:00:06 +02:00
Araq
e6d12f3f6e
fixed codegen for return values
2014-06-01 15:02:13 +02:00
Araq
40baebebfe
pi test compiles, but crashes randomly
2014-06-01 01:45:44 +02:00
Araq
9953e0bbca
tdisjoint_slice2 works
2014-05-31 01:16:16 +02:00
Araq
bea1761da1
tester works again
2014-05-30 17:04:39 +02:00
Araq
ea16aca09e
correct code generation for tforstmt
2014-05-30 13:15:54 +02:00
Araq
6470bd8f87
'parallel' proves array bounds
2014-05-29 13:27:45 +02:00
Araq
f12a0820e0
added 'sortoutput' option to make output deterministic for threading tests
2014-05-29 13:19:26 +02:00
flaviut
2fcc911a94
Enable disabled test
2014-05-26 13:50:08 -04:00
flaviut
4d4ac62d40
Add test for #1149
2014-05-26 13:49:23 -04:00
Araq
04a1555f4a
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-05-25 21:20:26 +02:00
Araq
b230303fd6
fixes the bug that keeps the template engine package from working
2014-05-25 21:20:11 +02:00
Dominik Picheta
6a38d36239
Rename asyncdispatch.close to asyncdispatch.closeSocket.
2014-05-23 13:14:28 +01:00
Araq
d2dbcf2fa4
progress with futures
2014-05-23 08:57:16 +02:00
Araq
417b9f5a1d
'parallel' statement almost working
2014-05-22 08:41:50 +02:00
flaviut
2026137fc1
Add test for #1081
2014-05-16 19:27:15 -04:00
Araq
31b8fd66b1
'parallel' statement: next steps
2014-05-14 23:36:28 +02:00
Araq
6195dbe491
initial non-compiling version of 'parallel'
2014-05-12 11:12:37 +02:00
Araq
71de04b4ba
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-05-06 00:05:38 +02:00
Araq
fe690a2c91
added test case for bug #1140
2014-05-06 00:05:30 +02:00
Dominik Picheta
88cb4850ce
Merge pull request #1175 from EXetoC/await-discard
...
Fix #1170 .
2014-05-04 21:04:07 +01:00
Reimer Behrends
79891b6b9b
Added support for ref type hash tables.
...
This reuses the hash table implementation for objects (and the
associated tests). For efficiency reasons, iterator implementations
are currently adapted rather than calling the TTable code.
2014-05-04 15:22:50 +02:00
EXetoC
b1c865a656
Fix #1170 .
2014-05-04 01:52:42 +02:00
Dominik Picheta
05712fe805
Merge pull request #1173 from EXetoC/pfuture-nested-type-param
...
Fix #1171 .
2014-05-03 22:51:03 +01:00
EXetoC
8802688e9f
Fix #1171 .
2014-05-03 23:32:14 +02:00
Simon Hafner
dfeb573edb
fixed paths because caasdriver is now in testament
2014-05-03 12:14:28 -05:00
Varriount
6675b141bb
Merge pull request #1121 from EXetoC/spawn-test
...
Add spawn test. Hangs most of the time on linux x64 at least.
2014-04-23 19:47:03 -04:00
Araq
667b7d8508
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-04-21 02:46:05 +02:00
Araq
042ffed6c4
some progress for #1082
2014-04-21 01:34:54 +02:00
Dominik Picheta
e80930247f
Tester now ignores deprecation warnings.
2014-04-21 00:17:00 +01:00
Araq
2c97242739
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-04-21 00:07:40 +02:00
Araq
e3fab47508
attempt to make some tests green
2014-04-21 00:07:31 +02:00
Andreas Rumpf
23621857bb
Merge pull request #1099 from Varriount/os/getFileInfo
...
Added os.getFileInfo procedure.
2014-04-20 23:40:29 +02:00
Andreas Rumpf
38892bbf6a
Merge pull request #1124 from EXetoC/spawn-arg-check
...
Spawn argument checking.
2014-04-20 23:34:21 +02:00
EXetoC
d29cf2d0e2
Add test for bad spawn argument.
2014-04-20 23:09:29 +02:00
Dominik Picheta
dad99376a5
Param name and type combos now work in type sig. sugar.
2014-04-20 22:08:03 +01:00
Dominik Picheta
57cc8237f7
Fixes #1093 .
2014-04-20 21:55:45 +01:00