Varriount
f40625f5c4
Merge pull request #1032 from barcharcraz/lowerBound
...
Added lowerBound function to the stdlib
2014-03-27 15:08:19 -04:00
zah
74af96dbf6
Merge pull request #1042 from ithkuil/devel
...
Calling randomize() again within 1 second will now provide a different seed
2014-03-27 14:01:59 +02:00
Charlie Barto
491291ae24
added usage example for lower bound
2014-03-27 00:21:19 -04:00
Jason Livesay
cabc5c80d3
Calling randomize() again within 1 second will now provide a different seed
2014-03-26 18:54:34 -07:00
Araq
dc956c485a
fixes tmemit regression
2014-03-26 22:56:56 +01:00
Araq
a1e97ad4a4
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-26 20:31:29 +01:00
Araq
78cc4de9a1
fixes #1025 ; don't know what this breaks
2014-03-26 20:31:18 +01:00
Dominik Picheta
783087fd57
Implemented async for httpclient.
2014-03-26 16:43:32 +00:00
Araq
9fdb131686
fixes #992
2014-03-26 16:22:34 +01:00
Dominik Picheta
4ed1ac0078
Move asyncdispatch tests to asyncnet.
2014-03-26 10:31:16 +00:00
zah
6d0451ccce
Merge pull request #1036 from jlhouchin/devel
...
fixed parens around getSysType arguments
2014-03-26 11:39:59 +02:00
Araq
7874c0efcb
borrow dots for distinct types documented
2014-03-26 08:42:27 +01:00
Araq
cdb4d83ead
implemented 'borrow dot' feature for distinct types
2014-03-26 01:27:22 +01:00
Araq
d15788d00a
added #903 to the test suite
2014-03-26 01:00:34 +01:00
Jimmie Houchin
c58ec376b6
fixed parens around getSysType arguments
2014-03-25 17:48:27 -05:00
Araq
9e66d988e7
mongodb wrapper properly removed from core
2014-03-25 01:26:32 +01:00
Araq
8755792077
mongodb wrapper properly removed from core
2014-03-25 01:25:17 +01:00
Araq
bf2f6397c8
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-24 18:42:31 +01:00
Araq
907e1b80b2
VM: attempt to get integer ops right
2014-03-24 17:29:31 +01:00
Zahary Karadjov
e8c50640d7
failing test case preventing the use of --gc:v2: tsymchoicefield
2014-03-24 12:17:22 +02:00
Araq
ee1192679e
VM: endless loop prevention
2014-03-24 08:43:57 +01:00
Charlie Barto
976fb18a8f
made the default comparator for lowerBound unqualified, so the user can customize via two phase lookup
2014-03-23 18:30:54 -04:00
Charlie Barto
baa304f370
added lowerBound function to algorithm library
2014-03-23 18:28:05 -04:00
Dominik Picheta
d310b01db1
Moved the global dispatcher to asyncdispatch.
2014-03-23 18:24:11 +00:00
Araq
e855f6c073
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-23 17:48:32 +01:00
Araq
5920edf6e4
fixes #404
2014-03-23 17:48:10 +01:00
Dominik Picheta
10f205bb52
Fixes tasyncawait and the net module on Linux.
2014-03-23 11:39:24 +00:00
Araq
3a34a8880c
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-23 00:00:07 +01:00
Araq
7a311f93f7
fixes #994
2014-03-22 23:48:33 +01:00
Dominik Picheta
192e11e7b7
Many renames. Created high level asyncnet module.
2014-03-22 22:33:53 +00:00
Dominik Picheta
2ce9f1c77f
Copied most blocking socket operations to the net module.
2014-03-22 22:33:53 +00:00
Dominik Picheta
5bf45d9285
Clean up IP address code in net module.
2014-03-22 22:33:52 +00:00
Dominik Picheta
ca6b4bf0f9
Asyncio2 doc improvements. Changed recvLine's behaviour.
...
recvLine had an edge case where it would return a partial line if the
socket were to be disconnected in the middle of a line being read. The
behaviour now is that the data is simply lost as it likely will be
unparsable by the protocol anyway.
2014-03-22 22:33:51 +00:00
Araq
a4f30c3682
fixes wrong commit
2014-03-22 23:02:01 +01:00
Araq
b76d2eac7f
fixes #1006
2014-03-22 22:59:23 +01:00
Araq
5f64d7a353
fixes #1023
2014-03-22 21:18:56 +01:00
Araq
5f478e5aa1
fixes #1010
2014-03-22 11:50:42 +01:00
Araq
5aac789e0e
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-03-22 02:52:33 +01:00
Araq
e53fc91282
fixed tuples in a static context; preparations for correct compile time evaluation of integral ops
2014-03-22 02:52:06 +01:00
Araq
fb5ece805f
added mapMem/unmapMem to memfiles; untested
2014-03-22 02:51:03 +01:00
Araq
a431207e52
bugfix: reprEnum for enums with negative values
2014-03-22 02:49:51 +01:00
Araq
28e375c4f6
improved docs about strongSpaces
2014-03-22 02:45:35 +01:00
Araq
02e97422ed
c2nim knows about arrray[N, T]
2014-03-22 02:43:37 +01:00
Andreas Rumpf
13d26dc53d
Merge pull request #1021 from skyfex/devel
...
Added documentation for packed pragma
2014-03-21 23:52:30 +01:00
Audun Wilhelmsen
2a182f55ae
Fixed typo in docs
2014-03-21 18:10:27 +01:00
Audun Wilhelmsen
1b423139e6
Fixed typo and line breaks in docs
2014-03-20 23:47:50 +01:00
Zahary Karadjov
4f91dd40ed
msg -> errmsg
2014-03-21 00:27:28 +02:00
Audun Wilhelmsen
b59fba5845
Added documentation for packed pragma
2014-03-20 23:11:33 +01:00
Zahary Karadjov
09bda74e7d
fix #1015
2014-03-20 23:45:31 +02:00
Zahary Karadjov
8ba062d952
fix #1016
2014-03-20 23:24:25 +02:00