Commit Graph
957 Commits
Author SHA1 Message Date
flaviut 2026137fc1 Add test for #1081 2014-05-16 19:27:15 -04: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
EXetoC a822d0bf01 Add spawn test. Hangs most of the time on linux x64 at least. 2014-04-20 18:10:57 +02:00
Dominik Picheta ed935dfef1 Remove echo from => macro and fix tclosuremacro test. 2014-04-20 14:38:10 +01:00
Dominik Picheta 232d252885 Added new future module with a closure macro. 2014-04-20 14:33:44 +01:00
Dominik Picheta cf3b54fdcb Removes tthreadanalysis3 from threadTests spec. 2014-04-20 13:29:08 +01:00
Araq be6474af63 removed flawed thread analysis pass 2014-04-20 14:00:04 +02:00
Araq 05e89ffceb Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-04-20 01:19:10 +02:00
Dominik Picheta 1465355c54 Disabled tgtk test. 2014-04-19 00:17:35 +01:00
Dominik Picheta 20e3ab70b2 Improves tobjasgn test. 2014-04-18 23:31:45 +01:00
Dominik Picheta 2fb5d62927 Tester now appreciates the test target. Modified 'cmd' in specs. 2014-04-16 21:28:19 +01:00
Dominik Picheta 6692d95ee2 Fixes incorrect nodejs detection in tester. 2014-04-16 21:02:34 +01:00
Dominik Picheta c93c014bc6 Modified tester output. Fixed JS tests. 2014-04-16 12:26:02 +01:00
Clay Sweetser 9ce0ac38e5 Added tests for getFileInfo proc. 2014-04-16 03:35:09 -04:00
Dominik Picheta 941cc937d3 Fixes docgen. 2014-04-15 22:09:12 +01:00
Dominik Picheta 9e7c0fd2b0 Fixes #1005 2014-04-15 13:53:02 +01:00
Dominik Picheta 21d0cc8cdf Add checks for invalid socket when creating sockets. 2014-04-15 13:51:25 +01:00
Araq b961e47bfe new concurrency model: first steps; shared is not a keyword anymore 2014-04-14 08:45:43 +02:00
Araq d96f25619a implemented 'R ptr T' syntax 2014-04-13 22:31:49 +02:00
Andreas Rumpf a690e7b267 Merge pull request #1075 from flaviut/inlinedocs
Add some documentations and code examples in system
2014-04-09 22:56:18 +02:00
Araq 0c64849aab Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-04-09 00:48:27 +02:00
Araq 4196757de7 implemented region pointers 2014-04-09 00:33:51 +02:00
Andreas Rumpf 36869b3aed Merge pull request #901 from reactormonk/seq_toString
Added `$` for seq
2014-04-09 00:06:38 +02:00
Dominik Picheta 12e247acc6 Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-04-07 20:31:59 +01:00
Araq abb7010820 fixes #1063 2014-04-07 14:21:33 +02:00
Dominik Picheta 152fcc8ec4 Change the expected path in tfailedassert.
This will cause this test to fail on Linux. The behaviour on Windows is
however correct, the filename returned by instantiationInfo is the
projPath defined as being "relative to the project's root".
2014-04-06 23:57:20 +01:00
Araq 7c065bfadf fixes #798 2014-04-06 22:05:42 +02:00
Araq 5d6053173a fixes #297 2014-04-06 19:53:24 +02:00
Araq cf7e83ecc5 fixes #913 2014-04-06 17:26:20 +02:00
Araq 62a10df765 fixes yet another option type 2014-04-03 07:54:58 +02:00
Andreas Rumpf e810c760fd Merge pull request #1060 from EXetoC/vm-arithmetic-overflow
Arithmetic underflow/overflow checking for the VM
2014-04-02 19:59:26 +02:00
Andreas Rumpf 207874aa2d Merge pull request #1061 from EXetoC/fix-tests
Fix some tests.
2014-04-02 19:57:37 +02:00