Andreas Rumpf
f88f082be3
Merge pull request #1361 from def-/setdiff
...
Add missing difference and to sets module
2014-07-15 19:07:08 +02:00
Araq
6d3b632b47
Merge branch 'new_spawn' into devel
...
Conflicts:
todo.txt
web/news.txt
web/nimrod.ini
2014-07-15 09:37:45 +02:00
def
54d61d2f66
Add TSet difference tests
2014-07-15 02:16:12 +02:00
Dominik Picheta
cdcdab49b7
Fix broken async tests.
2014-07-13 11:02:34 +01:00
Araq
eb99c27bd0
fixes #1011
2014-07-09 21:10:11 +02:00
Araq
d80d8aa74d
fixes #1323
2014-07-08 20:12:07 +02:00
Araq
39ce17a73e
fixes #933
2014-07-08 16:37:45 +02:00
Araq
f16449ec22
fixes #1103 ; fixes #1297
2014-07-08 02:02:58 +02:00
Araq
21be7bf85a
fixes #1310
2014-07-02 21:15:29 +02:00
Araq
d02cc41596
fixes #1275
2014-07-01 23:41:25 +02:00
Araq
b56f43c394
fixes #898
2014-07-01 22:58:44 +02:00
Araq
212293197f
fixes #1161
2014-07-01 21:47:53 +02:00
Araq
0339b9d386
fixes #1319
2014-06-30 22:24:08 +02:00
Araq
678f3d7f5b
fixes constant array indexing bug
2014-06-30 16:45:55 +02:00
Reimer Behrends
cbcf01fc06
Rename sequtils.distnct to sequtils.deduplicate.
2014-06-28 19:18:13 +02:00
Araq
c71d7213e8
Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn
2014-06-28 13:58:32 +02:00
Araq
59f61bae05
new jester compiles
2014-06-28 01:03:07 +02:00
Felix Krause
f59ca2736d
Fixed == for PTables, added test.
2014-06-27 16:57:01 +02:00
Araq
7014d0c5c8
some progress for jester+async
2014-06-27 16:03:11 +02:00
Felix Krause
ac3f872fa3
Fixed TSet proc names to conform with set
2014-06-26 20:55:46 +02:00
Araq
85a1d896c2
Merge branch 'devel' of https://github.com/Araq/Nimrod into new_spawn
...
Conflicts:
lib/system.nim
2014-06-26 17:19:28 +02:00
Araq
eed443d4b3
rewrote lambdalifting; fixes deeply nested closures
2014-06-26 15:58:41 +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
katlogic
9532951cfc
Tests for $(float)
2014-06-15 01:53:09 +02: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
Reimer Behrends
8b8a21cb59
Fixed parsing of float literals.
...
Float literals were not parsed properly when their fractional part
exceeded 53 significant bits. This affected in particular math.PI
and math.E. Rather than reinventing the wheel, this patch reuses
C's strtod() implementation, which already does the heavy lifting
with respect to correctness, though some caution is necessary to
keep float parsing locale-independent.
2014-05-23 11:27:39 +02:00
Araq
d2dbcf2fa4
progress with futures
2014-05-23 08:57:16 +02:00