Andreas Rumpf
dc15d37db0
Merge pull request #1301 from def-/sequtils-filter-directly
...
Add keepIf proc and keepIfIt template to sequtils
2014-06-30 18:33:50 +02:00
Andreas Rumpf
5555d4ab0c
Merge pull request #1312 from def-/missing-unsigned-operators
...
Add missing operators for uint and uint64: `+=`, `-=`, `*=`
2014-06-30 18:31:40 +02:00
Andreas Rumpf
33106884ec
Merge pull request #1318 from rbehrends/rename-distnct
...
Rename sequtils.distnct to sequtils.deduplicate.
2014-06-28 21:27:25 +02:00
Reimer Behrends
cbcf01fc06
Rename sequtils.distnct to sequtils.deduplicate.
2014-06-28 19:18:13 +02:00
def
5439699b9b
Add type constraints for uint and uint64 to the System module's procs instead
2014-06-28 16:24:14 +02:00
def
f6c4864f9f
Rename keepIfIt to keepItIf
2014-06-28 14:39:21 +02:00
Dominik Picheta
f830aed869
AsyncHttpServer now supports POST.
2014-06-28 13:08:11 +01:00
Dominik Picheta
9ea0d0c59e
Futures with an error but no callback no longer raise.
...
This was done as a safety measure against futures which may be
accidentally discarded when they have an exception leading the exception
being silently forgotten. Unfortunately we will need to come up with
some other solution.
2014-06-28 12:16:08 +01:00
Andreas Rumpf
e383200cf8
Merge pull request #1260 from enurlyx/structs-in-structs
...
c2nim -> Support for anonymous structs/unions
2014-06-28 02:24:36 +02:00
Varriount
43e717bcb3
Merge pull request #1317 from Varriount/fix-1303
...
Add 'lib/pure/concurrency' path to nimrod.ini
2014-06-27 18:24:35 -04:00
Clay Sweetser
b405462a86
Add 'lib/pure/concurrency' path to nimrod.ini
...
Fixes #1303
2014-06-27 18:20:42 -04:00
def
4f24facb7c
Add inc and dec for uint and uint64
2014-06-27 16:32:08 +02:00
def
79cdb26b46
Add missing operators for uint and uint64: +=, -=, *=
2014-06-27 15:19:09 +02:00
Andreas Rumpf
92d1da407a
Merge pull request #1278 from Varriount/fix-1090
...
Fix 1090
2014-06-26 21:04:20 +02:00
Andreas Rumpf
cb09723033
Merge pull request #1308 from flyx/tset_additions
...
Logical operations for TSet
2014-06-26 21:02:10 +02:00
Felix Krause
ac3f872fa3
Fixed TSet proc names to conform with set
2014-06-26 20:55:46 +02:00
Felix Krause
84643abd3e
Fixed doc comments in sets.nim
2014-06-26 20:55:46 +02:00
Andreas Rumpf
8c93d3e1f9
Merge pull request #1306 from flyx/devel
...
Fixed handling swap in vmgen
2014-06-26 20:51:44 +02:00
Felix Krause
bdd3b6c612
Added logical set operations to TSet
2014-06-25 22:07:28 +02:00
Simon Hafner
f793523ade
Merge pull request #1294 from def-/tut-fix
...
Rename {.effect.} to {.effects.} in Tut 2
2014-06-25 13:50:20 -05:00
Simon Hafner
7a5be93ac4
Merge pull request #1293 from def-/website-monospace
...
Use monospace as fallback font on website
2014-06-25 13:48:20 -05:00
Felix Krause
b090b7ea4d
Fixed handling swap in vmgen
2014-06-25 17:01:22 +02:00
def
92e958b654
Add keepIf proc and keepIfIt template to sequtils
2014-06-22 23:15:53 +02:00
Dominik Picheta
0449791185
Merge branch 'devel' of github.com:Araq/Nimrod into devel
2014-06-22 20:26:18 +01:00
Dominik Picheta
38cdd7595e
Remove varargs from json.{}
2014-06-22 20:25:38 +01:00
Andreas Rumpf
989bf5f796
Merge pull request #1295 from rbehrends/fix-staticexec
...
Fixed gorge/staticExec to not strip newlines.
2014-06-22 02:25:46 +02:00
Reimer Behrends
672e72487b
Fixed gorge/staticExec to not strip newlines.
2014-06-22 02:23:31 +02:00
def
3c89ad78eb
Rename {.effect.} to {.effects.} in Tut 2
2014-06-21 13:42:29 +02:00
def
15456b5aad
Use monospace as fallback font on website
2014-06-21 13:36:26 +02:00
Simon Hafner
be534279da
Merge pull request #1279 from Varriount/fix-1216
...
Fix issue #1216
2014-06-18 18:47:45 -05:00
Dominik Picheta
7ebbc09578
Allow async lambdas. Other socket modifications.
2014-06-19 00:05:27 +01:00
Clay Sweetser
a48c728ab3
Added notnil test for issue #1216
2014-06-18 17:47:37 -04:00
Varriount
390bbbdd05
Merge pull request #1283 from fowlmouth/patch-4
...
fix json.`[]`
2014-06-18 17:36:32 -04:00
Billingsly Wetherfordshire
13608c0a1a
fix json.[]
2014-06-17 15:05:50 -07:00
enurlyx
2940aa5ee2
Made the code more robust and detect nkPrefix as number (-1 or +4) for enum sorting. Added also a new test for enums.
2014-06-17 21:42:16 +02:00
Dominik Picheta
ebff5f1f28
Improve caasdriver output.
2014-06-16 23:36:11 +01:00
Andreas Rumpf
1b257652a1
Merge pull request #1282 from flaviut/devel
...
Fix bootstrapping
2014-06-16 23:29:00 +02:00
flaviut
2456c8dfe3
Fix bootstrapping
2014-06-16 17:25:34 -04:00
Andreas Rumpf
2ec1501c7a
Merge pull request #1281 from Araq/new_spawn
...
New spawn
2014-06-16 23:03:17 +02:00
Dominik Picheta
c1fea4bbd8
Merge pull request #1277 from PavelVozenilek/patch-1
...
making clear structural equivalency for tuples doc
2014-06-16 12:17:35 +01:00
Clay Sweetser
ec23f5ec0a
Fix issue #1216
2014-06-15 20:13:44 -04:00
Clay Sweetser
912ad820ee
Fixed #1090
2014-06-15 20:01:48 -04:00
PavelVozenilek
21423e5107
making clear structural equivalency for tuples doc
2014-06-15 22:53:09 +02:00
enurlyx
bd3f6b51d0
Sorting enumerations and generation of consts for enumfields with the same value + test
2014-06-15 22:18:17 +02:00
Dominik Picheta
79b08488f7
Fix idetools --def crash.
2014-06-15 20:17:23 +01:00
Clay Sweetser
ca1c516295
Fixing issue #1090
2014-06-15 14:56:39 -04:00
Dominik Picheta
1658a29ec6
Fixes #1263 .
2014-06-15 12:57:05 +01:00
Dominik Picheta
8965ee5984
Add osproc stdin test.
2014-06-15 12:57:05 +01:00
Varriount
370f06d557
Update categories.nim
...
Fixed the tester from crashing when the babel package file is invalid.
2014-06-14 22:32:37 -04:00
Varriount
13542572ab
Update json.nim
...
Fixed a bug with json.[], which caused a segfault on debug builds.
2014-06-14 22:10:54 -04:00