Commit Graph

2869 Commits

Author SHA1 Message Date
Araq
f51a4ece6a Merge branch 'newasync' of https://github.com/Araq/Nimrod into devel 2014-02-09 09:37:24 +01:00
Araq
e6a50307bb fixes #885 2014-02-09 02:37:49 +01:00
Araq
ac3bce79d1 compiles on sparc again 2014-02-09 01:34:17 +01:00
Araq
783095a100 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-09 00:58:30 +01:00
Araq
0965351792 fixes #882; fixes #853 2014-02-09 00:58:18 +01:00
Araq
dbc8aa60e3 fixes 'newSeq[T]' instantiation bug 2014-02-09 00:41:53 +01:00
Dominik Picheta
76e8efe36e Added a generic-lacking version of PFuture. 2014-02-08 22:59:40 +00:00
Dominik Picheta
eedf51e9d1 Added new sockets modules: asyncio2, net, and sockets2. 2014-02-08 16:08:03 +00:00
Dominik Picheta
a3f3efa1ba Merge branch 'devel' into newasync 2014-02-08 15:59:42 +00:00
Andreas Rumpf
a70235daaa Merge pull request #877 from EXetoC/times-symbol-export
Export procs that are useful elsewhere.
2014-02-07 19:10:29 +01:00
Araq
c3adc19f47 tester compiles again 2014-02-07 18:49:41 +01:00
Araq
d07d83d8fc Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-07 18:21:25 +01:00
Araq
a087f6057e bugfix: codegen issue that caused getGMTime() to leak memory 2014-02-07 17:06:20 +01:00
Simon Hafner
5498415f3b indexBy, which indexes a collection into a hashtable 2014-02-06 16:11:55 -06:00
Simon Hafner
75f232eb6e removed unittest from talgorithm 2014-02-06 14:55:05 -06:00
EXetoC
38e4dfc164 Export procs that are useful elsewhere. 2014-02-06 14:18:44 +01:00
Andreas Rumpf
afb7bc0e63 Merge pull request #875 from EXetoC/mongo
A first attempt at fixing the MongoDB modules.
2014-02-06 02:46:19 +01:00
Andreas Rumpf
902a40ffcc Merge pull request #876 from superfunc/devel
Fixed typo's in tutorial 2
2014-02-06 02:45:16 +01:00
Araq
3be07d842a fixes regression: constant fac4 didn't work 2014-02-06 02:41:53 +01:00
superfunc
f05acd9612 Fixed typo's in tutorial 2 2014-02-05 16:56:43 -08:00
Araq
cc0a32ae87 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-06 00:27:10 +01:00
Araq
550b5d9aea stdlib compiles mostly without warnings again 2014-02-06 00:27:01 +01:00
Araq
8215a32edd case consistency for -d:useWinAnsi 2014-02-05 23:46:55 +01:00
Araq
d912d18379 tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is required for skipTypes 2014-02-05 23:43:13 +01:00
Araq
c097acedd3 bugfix: immediate templates are preferred consistently (danger: breaks code) 2014-02-04 17:29:34 +01:00
zah
672681dd4b Merge pull request #870 from barcharcraz/templaterr
Added better error messages for ill-formed generics
2014-02-04 01:17:15 -08:00
Charlie Barto
7cfec91057 deleted assert that would never fire because it turned into an error message 2014-02-04 00:07:17 -05:00
Charlie Barto
51076a0be6 added good error for stuff like string[int] or int[int] 2014-02-03 23:54:01 -05:00
Araq
96e616198d Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-03 19:03:40 +01:00
Andreas Rumpf
866cfb9bb8 Merge pull request #865 from ReneSac/devel
Additions to the language manual and tests of new procedure call syntax.
2014-02-03 10:03:07 -08:00
Araq
a2fce822dc Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-03 19:00:17 +01:00
Araq
c69d167fa9 updated todo.txt 2014-02-03 19:00:05 +01:00
Araq
99352c1e4c macro tests almost green 2014-02-03 17:35:03 +01:00
ReneSac
5bd3ec0bfb Remove spurious import added in the last commit. 2014-02-03 01:12:27 -02:00
ReneSac
300c0376b5 Fix optarg() and added two more tests.
One for 'do notation' in a single function in an expression, another the trick of using the method call syntax to pass two parameters.
2014-02-03 01:06:19 -02:00
ReneSac
db031e2b47 Expandeded part about different proc call syntaxes. 2014-02-03 01:00:01 -02:00
Andreas Rumpf
7b3f95d810 Merge pull request #864 from gradha/pr_adds_posix_utimes
Adds utimes() importc to posix module.
2014-02-02 16:18:20 -08:00
Andreas Rumpf
e75814da67 Merge pull request #862 from gradha/pr_mentions_exportc_limits
Mentions {.exportc.} limits. Refs #826.
2014-02-02 16:17:03 -08:00
Grzegorz Adam Hankiewicz
52d4e07146 Adds utimes() importc to posix module. 2014-02-02 23:28:17 +01:00
Grzegorz Adam Hankiewicz
92e3f667bd Mentions {.exportc.} limits. Refs #826. 2014-02-02 17:59:17 +01:00
Grzegorz Adam Hankiewicz
ea42682dbc Merge pull request #846 from gradha/pr_adds_mapit_templates
Adds convenience mapIt templates to sequtils.
2014-02-02 08:47:42 -08:00
Grzegorz Adam Hankiewicz
700f32e814 Adds convenience mapIt templates. 2014-02-02 17:37:06 +01:00
Araq
c30f6cfcf1 cleaned up command expressions 2014-02-02 14:34:37 +01:00
Araq
7196c7637e bootstraps again 2014-02-02 10:07:29 +01:00
Araq
48888b9034 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-02 10:00:22 +01:00
Araq
47e4f9698c fixes #844 2014-02-02 10:00:10 +01:00
Andreas Rumpf
20cf73669d Merge pull request #861 from Varriount/os/add-linkprocs-prettyplease
Added symlink procs
2014-02-01 18:06:06 -08:00
Araq
4b94aba6de fixes #735 2014-02-02 03:03:38 +01:00
Clay Sweetser
7cd5e79464 Added symlink procs 2014-02-01 20:56:34 -05:00
EXetoC
798295a9b6 A first attempt at fixing the MongoDB modules. 2014-02-02 02:22:42 +01:00