Commit Graph

7456 Commits

Author SHA1 Message Date
Andreas Rumpf
e34c3e7c3b Merge pull request #1123 from flaviut/bug1110
Document vmgen.nim a bit
2014-04-20 23:35:22 +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
Dominik Picheta
ca2b73f64a Revert 4b09baa0a and 33fcd1123. 2014-04-20 22:35:17 +01:00
Dominik Picheta
443fdd6d69 Fixed docs in future module. 2014-04-20 22:17:56 +01:00
flaviut
29261a0eae Document vmgen.nim a bit 2014-04-20 17:10:15 -04: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
EXetoC
171f4a21e8 Fix spawn ICE on invalid argument. 2014-04-20 23:03:31 +02:00
Dominik Picheta
57cc8237f7 Fixes #1093. 2014-04-20 21:55:45 +01:00
Araq
36fc1d9d72 spawn has a chance of working on posix 2014-04-20 22:42:51 +02:00
Araq
4075159933 reintroduce thread analysis but disable it for backwards compatibility 2014-04-20 22:15:25 +02:00
Araq
da7d6c8446 fixes bootstrapping 2014-04-20 21:34:17 +02:00
Araq
1bb0bdec24 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-04-20 20:01:36 +02:00
Araq
e6d17e6273 made large parts of the stdlib gcsafe 2014-04-20 20:01:24 +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
Dominik Picheta
013289480d Merge pull request #1076 from runvnc/redis_pipeline
Redis: optional pipelining and better tested transactions
2014-04-20 16:59:38 +01: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
39e4e3f205 fixes OR for int8|int16 etc 2014-04-20 13:59:38 +02:00
Jason Livesay
d7caba8b65 Use enum 2014-04-20 04:29:24 -07:00
Grzegorz Adam Hankiewicz
72ff19fa92 Mentions useFFI and garbage collector options. 2014-04-20 12:51:48 +02:00
Grzegorz Adam Hankiewicz
03ffc344e1 Version switch displays options used during koch boot 2014-04-20 12:23:54 +02:00
Araq
c80d563afb actors compile again 2014-04-20 12:10:23 +02:00
Araq
13b941d8ee attempt to fix bootstrapping 2014-04-20 02:53:38 +02:00
Araq
05e89ffceb Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-04-20 01:19:10 +02:00
Araq
9a2704056a marked markAndSweep GC thread safe 2014-04-20 01:17:46 +02:00
flaviut
d0f0076c59 parsecfg is never used and is also part of the stdlib 2014-04-19 17:43:17 -04:00
Grzegorz Adam Hankiewicz
e2f771a150 Removes accidental module docstring. 2014-04-19 23:42:57 +02:00
Grzegorz Adam Hankiewicz
f79dd728ea Updates list of files to build in doc directory. 2014-04-19 23:42:56 +02:00
flaviut
fb91efd47e charsets is never used 2014-04-19 17:42:42 -04:00
flaviut
e74868f4c6 Delete dead file 2014-04-19 17:19:22 -04:00
Simon Hafner
1f9f34b9a7 Merge pull request #1111 from gradha/pr_mentions_jsondoc_command
Mentions jsondoc in compiler advanced help.
2014-04-19 16:05:06 -05:00
Grzegorz Adam Hankiewicz
dd6c5f8929 Adds documentation about koch. 2014-04-19 22:42:22 +02:00
Araq
3b69a8d27a New concurrency model: next steps 2014-04-19 22:24:43 +02:00
ReneSac
56a6928635 Referential data types may need to be declared.
And other small fixes.
2014-04-19 13:31:55 -03:00
Grzegorz Adam Hankiewicz
6ee1717238 Mentions jsondoc in compiler advanced help. 2014-04-19 11:46:28 +02:00
Simon Hafner
23e9ed81a2 added continue to errStmtInvalidAfterReturn 2014-04-18 21:19:39 -05: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
00dc93b65b Fixes collections/ttables. 2014-04-18 21:50:51 +01:00
ReneSac
e2fe9dd9ab Additions and clarifications to tutorial 1. 2014-04-17 21:28:08 -03:00
Varriount
63d384d0cd Merge pull request #1100 from gradha/pr_excludes_nimcache_from_backups
Adds option to exclude nimcache dirs from time machine backups.
2014-04-17 13:37:06 -04:00
Jason Livesay
7584d867e1 delete extra statement from debugging 2014-04-17 03:52:33 -07:00
Jason Livesay
1068022dfb Allow QUEUED reply only if pipelined; don't return status replies from flushPipeline; Rewrite someTests 2014-04-17 03:47:44 -07:00
Simon Hafner
5859e80364 added an sqlite constant 2014-04-16 23:34:50 -05:00
Simon Hafner
6886a47305 Merge pull request #1102 from gradha/pr_improves_startProcess_docstring
Improves startProcess docstring for poEvalCommand usage.
2014-04-16 18:44:26 -05:00
Simon Hafner
208ef29706 Merge pull request #1101 from gradha/pr_adds_missing_import
Adds missing import.
2014-04-16 18:43:54 -05:00
Grzegorz Adam Hankiewicz
de04c97696 Improves startProcess docstring for poEvalCommand usage. 2014-04-16 23:14:13 +02:00