Dominik Picheta
|
5cf8c05a22
|
Fixes #1119.
|
2014-04-20 22:56:30 +01: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
|
726c709f97
|
Merge pull request #1097 from gradha/pr_avoid_idetools_crash
Avoid idetools crash on nil parameters.
|
2014-04-20 23:39:45 +02:00 |
|
Andreas Rumpf
|
1205f9107e
|
Merge pull request #1107 from ReneSac/devel
Additions and clarifications to tutorial 1.
|
2014-04-20 23:39:25 +02:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Grzegorz Adam Hankiewicz
|
84c1aa9990
|
Adds missing import.
|
2014-04-16 22:54:52 +02:00 |
|
Grzegorz Adam Hankiewicz
|
1c89c45ae9
|
Adds option to exclude nimcache dirs from time machine backups.
|
2014-04-16 22:46:16 +02: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 |
|