Araq
76ef752957
made some tests green
2014-03-27 19:43:17 +01:00
Araq
3365b42bbe
fixes #1009
2014-03-27 19:20:59 +01: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
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
Zahary Karadjov
f49f2f38f0
fix the handling of "msg" tests
2014-03-20 23:12:24 +02:00
Zahary Karadjov
b2aa70c6ef
fix #1018
...
Previously, generic types originating from the same body symbol were compared
structurally. The bug illustrates a case, where such a comparison is not correct.
The new approach follows the established method used in typeRel.
2014-03-20 22:27:49 +02:00
Zahary Karadjov
8a0509b3b2
implements `distinct with/without X, Y`
...
This still doesn't work quite right, because some common operations like array
indexing lay completely outside the scope/symbol lookup system - they are not
even magics.
2014-03-20 01:16:50 +02:00
Zahary Karadjov
d508384d39
fix #1013
2014-03-20 01:16:50 +02:00