Commit Graph

3073 Commits

Author SHA1 Message Date
Andreas Rumpf
edfcbab86f Merge pull request #899 from Leu-Gim/master
Fixes passing non-default host and port to db_mysql.Open.
2014-03-08 10:46:39 +01:00
Andreas Rumpf
aaa13c0011 Merge pull request #979 from EXetoC/alloc-overloads
More updates to the allocation interface
2014-03-08 10:33:13 +01:00
Araq
dd216755ff Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-07 22:28:48 +01:00
Araq
91d842e1ec implements strongSpaces parsing mode 2014-03-07 22:25:05 +01:00
EXetoC
3147f7f6c2 Use 'Natural' or 'Positive' instead of 'int' where applicable. 2014-03-07 01:32:07 +01:00
EXetoC
c7b83d2c44 Update unit test. 2014-03-07 01:09:16 +01:00
EXetoC
5b7e44f0aa create -> createU, create0 -> create. 2014-03-07 01:00:18 +01:00
EXetoC
61e5435081 Update unit test. 2014-03-07 00:36:58 +01:00
EXetoC
5e78baa061 Use separate names for type-based allocation procs rather than overloading. 2014-03-07 00:34:44 +01:00
EXetoC
90e326504b Update test with new names. 2014-03-07 00:09:43 +01:00
EXetoC
3ae21ea48e Better names. 2014-03-07 00:09:23 +01:00
Zahary Karadjov
2cbe46daff Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-03-06 23:25:45 +02:00
Zahary Karadjov
ee1b0d8c67 fix #587 2014-03-06 23:25:04 +02:00
Andreas Rumpf
7500a5ea0b Merge pull request #978 from ReneSac/devel
Added comment explaining 'assert_numbits' error.
2014-03-06 22:24:52 +01:00
ReneSac
a88a635847 Added comment explaining 'assert_numbits' error. 2014-03-06 18:18:25 -03:00
Zahary Karadjov
249dd70273 test cases for the new handling of iterators by the is operator 2014-03-06 23:03:02 +02:00
Andreas Rumpf
9e989676d8 Merge pull request #975 from zielmicha/zmq-fix
zmq: remove unnecessary 'var' decls from high-level procs
2014-03-06 21:07:02 +01:00
Zahary Karadjov
862c0ef83d split the inline and closure iterators into different symbol kinds for easier discrimination between them 2014-03-06 21:57:35 +02:00
zah
d786974a45 Merge pull request #977 from EXetoC/alloc-overloads
Allocation overloads
2014-03-06 15:30:19 +02:00
EXetoC
d1bc6cf098 Merge branch 'devel' into alloc-overloads 2014-03-06 02:46:31 +01:00
EXetoC
853bdbf494 Add allocation unit tests. 2014-03-06 02:45:55 +01:00
EXetoC
bbd245b47b Add missing cast. 2014-03-06 02:43:05 +01:00
EXetoC
6a83a5e468 Add type-specific allocation procs. 2014-03-06 01:12:18 +01:00
Araq
7904446c47 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-05 21:30:13 +01:00
Araq
c5db5875f7 system.nim makes use of the 'unchecked' pragma 2014-03-05 21:30:02 +01:00
Araq
5506e8491d implemented 'union' and 'unchecked' pragmas 2014-03-05 20:19:04 +01:00
Araq
a066e4e5c5 c2nim knows about the 'union' pragma 2014-03-05 20:05:05 +01:00
Michał Zieliński
6e42513acd zmq: remove unnecessary 'var' decls from high-level procs 2014-03-05 18:31:22 +01:00
Simon Hafner
d944e09eb9 Merge pull request #974 from ninjin/devel
No execute bit for csources build.sh, fixing doc
2014-03-05 09:55:13 -06:00
Pontus Stenetorp
b0625d2aa3 No execute bit for c-sources build.sh, fixing doc 2014-03-05 18:36:59 +09:00
Araq
3dfb4891c7 bugfix: unreported 'compiles' bug 2014-03-05 08:47:27 +01:00
Araq
4f946cb44e fixes #942 2014-03-05 08:30:05 +01:00
Araq
94e444c90f Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-05 02:15:08 +01:00
Araq
aa92669d92 fixes #937 2014-03-05 02:14:53 +01:00
Zahary Karadjov
5324c9ebba iterators now return tyIter(T);
tyIter(T) represents an "iteration yielding values of type T"

I'm planning to use that in the context of the `is` operator
supporting predicates such as `C.items is iterator` and also
in the upcoming support for higher-order inline iterators.
2014-03-05 02:23:53 +02:00
Zahary Karadjov
016492375f failing test case for static evaluation 2014-03-04 22:38:43 +02:00
Araq
1ce30b9e10 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-04 16:41:37 +01:00
Varriount
ab0fea9199 Changed behavior when babel cannot be found/run
Failure to find and run babel when using the tester now produces a warning message instead of causing the tester to quit.
2014-03-04 10:10:00 -05:00
Araq
ed5bbfe36d fixes #968 2014-03-04 08:31:11 +01:00
Araq
7918c30b90 removed dead code 2014-03-04 08:30:11 +01:00
Araq
f54556518e don't produce nested indents for nested stmt lists 2014-03-04 08:29:41 +01:00
Varriount
af31f19ebb Fix categories.nim 2014-03-03 18:43:41 -05:00
Andreas Rumpf
5009ea56c0 Merge pull request #970 from Varriount/testament/babel-integration
Integrated 'babel' with testament
2014-03-04 00:24:40 +01:00
Clay Sweetser
9620893d72 Allowed specification of what babel packages to install via new categories - 'babel-core', 'babel-extra', and 'babel-all' 2014-03-03 17:53:47 -05:00
Clay Sweetser
269bf8e334 Removed babel package tests from those run when 'all' is specified. 2014-03-03 06:26:22 -05:00
Araq
74549c327e added a warning for htmlgen 2014-03-03 08:17:51 +01:00
Andreas Rumpf
835926e174 Merge pull request #927 from gradha/pr_adds_posix_timegm
Adds posix.timegm(), brother of posix.mktime().
2014-03-03 01:00:44 +01:00
Andreas Rumpf
bc8ec5b6b4 Merge pull request #969 from gradha/pr_avoids_crash_on_unknown_rst_directive
Avoids crash parsing unknown rst raw directive. Fixes #761.
2014-03-03 00:30:35 +01:00
Araq
dfeb0e8432 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-02 23:46:32 +01:00
Araq
614557994e the compiler is now aware of packages 2014-03-02 23:46:20 +01:00