Commit Graph

29 Commits

Author SHA1 Message Date
Araq
2b80d75aa2 fixes #2420; negative indexing for slicing is obsolete (breaking change!) 2015-03-28 00:15:04 +01:00
Araq
a30becf1b5 fixes #2395 2015-03-24 23:07:18 +01:00
Araq
62e454f41b asynchttpserver compiles again; made some tests green 2014-08-13 01:16:18 +02:00
Andreas Rumpf
396b5619fc Merge pull request #1273 from katlogic/devel
Second stab at `$`(float)
2014-07-15 22:01:58 +02:00
katlogic
9532951cfc Tests for $(float) 2014-06-15 01:53:09 +02:00
Araq
d2dbcf2fa4 progress with futures 2014-05-23 08:57:16 +02:00
Araq
6195dbe491 initial non-compiling version of 'parallel' 2014-05-12 11:12:37 +02: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
EXetoC
d29cf2d0e2 Add test for bad spawn argument. 2014-04-20 23:09:29 +02:00
EXetoC
a822d0bf01 Add spawn test. Hangs most of the time on linux x64 at least. 2014-04-20 18:10:57 +02:00
Simon Hafner
71b69a627f added $ for arrays 2014-03-31 15:58:52 -05:00
Simon Hafner
ffb36db5a6 Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString 2014-03-31 15:49:04 -05:00
EXetoC
c7b83d2c44 Update unit test. 2014-03-07 01:09:16 +01:00
EXetoC
61e5435081 Update unit test. 2014-03-07 00:36:58 +01:00
EXetoC
90e326504b Update test with new names. 2014-03-07 00:09:43 +01:00
EXetoC
853bdbf494 Add allocation unit tests. 2014-03-06 02:45:55 +01:00
Simon Hafner
b6e4a5229d explicit firstElement for $ in collections 2014-02-11 14:20:55 -06:00
Simon Hafner
f6e8da4332 Added $ for seq 2014-02-11 14:16:12 -06:00
Michał Zieliński
8561ef5bc8 use parseopt2 in parseopt2 test 2013-12-10 20:48:18 +01:00
Michał Zieliński
896766ae2c Fix : and = precedence in parseopt. 2013-12-10 19:10:06 +01:00
Michał Zieliński
d1f3512aba Reimplement parseopt which parses arguments given as a sequence of strings, not single string. 2013-12-09 23:29:16 +01:00
Araq
1db8b5cbb2 restored files that 'koch clean' removed 2012-04-16 16:43:41 +02:00
Simon Hafner
cb4ff5fd55 removed """ so unittest can handle it 2012-01-02 16:32:36 +01:00
Simon Hafner
ad0ea47f43 fixed the io tests so they run as intended
There is however a problem with the unittest. It does output
colors even if stdout isn't a tty, so the test still fails.
2011-12-31 19:07:31 +01:00
dom96
b6265e28c7 Disabled io tests because it blocks indefinitely. 2011-12-31 17:06:21 +00:00
Araq
4d9e8e13ae MAP_ANONYMOUS is not always 0x20 for linux; changed the tests 2011-12-31 15:49:48 +01:00
Araq
f30eb9feb8 changed io tests 2011-12-31 13:56:09 +01:00
Simon Hafner
24917aaf1e fixes for readAll 2011-12-30 14:15:12 +01:00
Simon Hafner
5ede29cd05 implemented readAll() 2011-12-22 17:17:06 +01:00