Commit Graph

9782 Commits

Author SHA1 Message Date
Billingsly Wetherfordshire
bd8f5c8392 json.== handles nil now 2014-06-19 13:00:11 -05: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
katlogic
9532951cfc Tests for $(float) 2014-06-15 01:53:09 +02:00
katlogic
cea2a9087d More human readable $(float)
The output matches that of Python (eg 1e100, not 1.0e100), but also
reflects locale (assuming it was set using setlocale() before).
2014-06-15 01:49:14 +02:00
enurlyx
788cfb3f59 Removed time and added a hash based on filename, line and column for creating a unique struct id 2014-06-14 17:10:51 +02:00
Andreas Rumpf
d927eb5854 Merge pull request #1251 from gradha/pr_misc_docs
Misc docs suggestions
2014-06-12 16:39:20 +02:00
Araq
d3c8f1ab25 fixes recently introduced regression 2014-06-12 16:35:53 +02:00
Araq
15909c7be2 optimized method dispatchers 2014-06-12 16:05:50 +02:00
Araq
9354b8a9d7 added allValues iterator 2014-06-12 14:45:56 +02:00
enurlyx
3648680f28 Added test for anonymous structs and unions 2014-06-10 22:16:04 +02:00
Grzegorz Adam Hankiewicz
af6abac491 Revert "Adds to tables module example of reference type vs value type."
This reverts commit bde9d1ac07.
2014-06-10 00:39:19 +02:00
Araq
947b152163 some changes 2014-06-09 08:03:54 +02:00
Andreas Rumpf
41e599abb9 Merge pull request #1257 from flaviut/fix1217
Fix bug in previous PR
2014-06-09 07:59:38 +02:00
flaviut
bebc3f62a9 Regenerate docs 2014-06-08 19:42:28 -04:00
flaviut
ce29b9f78c fix tokenizing bug 2014-06-08 19:41:36 -04:00
Andreas Rumpf
ee1bb2d562 Merge pull request #1245 from flaviut/fix1217
Allow anything to go inside accents
2014-06-08 22:00:26 +02:00
flaviut
145cb3ae8c fix overlooked grammer comment 2014-06-08 15:46:19 -04:00
Grzegorz Adam Hankiewicz
3f9ad7ef22 Documents -d: in the compiler guide and hyperlinks assert/defined. 2014-06-06 22:03:38 +02:00
Araq
4220b1c81d Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn 2014-06-06 21:11:11 +02:00
Grzegorz Adam Hankiewicz
f45a1dbf1d Adds brief intro to hashes module. 2014-06-06 20:58:51 +02:00
Grzegorz Adam Hankiewicz
bde9d1ac07 Adds to tables module example of reference type vs value type. 2014-06-06 20:18:19 +02:00
Grzegorz Adam Hankiewicz
9009841d62 Avoids temporal string in tables hashing example. 2014-06-06 19:53:39 +02:00
Grzegorz Adam Hankiewicz
7da3c5e71e Adds do notation example to algorithm.sort. 2014-06-06 19:32:36 +02:00
Grzegorz Adam Hankiewicz
6975e77d43 Adds docstring example to system.fieldPairs. 2014-06-06 19:10:08 +02:00
Araq
c8b5d6a634 begin of spawn documentation 2014-06-06 08:48:38 +02:00
Araq
59c18eb743 big rename: Promise -> FlowVar 2014-06-06 07:56:47 +02:00
Araq
b7cbb08f99 added 'fence' instructions to the barrier 2014-06-06 02:05:17 +02:00
Dominik Picheta
69a5954807 Capitalised enum value names in JSON module. 2014-06-05 23:12:22 +01:00
Andreas Rumpf
2dba171acc Merge pull request #1174 from fowlmouth/patch-2
added `==` for PJsonNode
2014-06-05 23:43:51 +02:00
Dominik Picheta
361b9fe468 Merge pull request #1243 from fowlmouth/patch-4
fix #1241
2014-06-05 22:39:31 +01:00