andri lim
|
2ecdf582a8
|
fixes #6049 add mixin release, acquire to withLock (#6113)
|
2017-07-16 16:54:09 +02:00 |
|
Yuriy Glukhov
|
4846ce0f41
|
Suppress "pointless conversion" hint (#6103)
|
2017-07-15 14:34:27 +02:00 |
|
Yuriy Glukhov
|
bdf6f59c6d
|
Fixes #5738 (#6059)
|
2017-07-15 08:50:41 +02:00 |
|
Dominik Picheta
|
8b107972c5
|
Merge pull request #5938 from zielmicha/futures
[WIP] Better Future
|
2017-07-14 20:18:06 +01:00 |
|
Emery Hemingway
|
85d4109a0d
|
Genode readdir fix (#6080)
The Genode readdir is inherited from then FreeBSD libc.
|
2017-07-14 16:43:42 +02:00 |
|
andri lim
|
ca0155a458
|
fixes #6046 parsecfg failed to parse negative int (#6097)
|
2017-07-14 16:28:39 +02:00 |
|
Yuriy Glukhov
|
8bdcade1a0
|
Fixes #6090 (#6092)
|
2017-07-14 08:15:37 +02:00 |
|
Arne Döring
|
52cab78ae5
|
newLit emty seq fix (#6091)
* the type of the empty seq is still the correct type
* updated test
|
2017-07-13 17:07:33 +02:00 |
|
Andreas Rumpf
|
03e0aa37e3
|
fixes system.onUnhandledException feature
|
2017-07-12 15:39:12 +02:00 |
|
Andreas Rumpf
|
57ed077c1e
|
add system.onUnhandledException feature
|
2017-07-12 15:37:49 +02:00 |
|
Michał Zieliński
|
cb5b1c9344
|
asyncdispatch: formatting fixes
|
2017-07-12 10:23:48 +02:00 |
|
Dominik Picheta
|
ccbc09fb0b
|
Merge pull request #6047 from euantorano/patch-1
Wait for reads to finish before reading the result
|
2017-07-11 19:19:19 +01:00 |
|
Andreas Rumpf
|
2ad9a16e0a
|
fixes anon procs created by macros
|
2017-07-11 18:07:34 +02:00 |
|
Andreas Rumpf
|
76cf4f4c1b
|
parser enhancement: allow keywords after dots
|
2017-07-11 00:54:47 +02:00 |
|
Andreas Rumpf
|
5932ad9ae8
|
fixes a JS codegen regression
|
2017-07-10 16:40:23 +02:00 |
|
Euan T
|
7e4ca9a871
|
Update test header
Signed-off-by: Euan T <euantorano@gmail.com>
|
2017-07-10 09:23:45 +01:00 |
|
Euan Torano
|
3f3853945d
|
Adding test for recvline
Signed-off-by: Euan Torano <euantorano@gmail.com>
|
2017-07-09 20:50:47 +01:00 |
|
Andreas Rumpf
|
c1d061bb5a
|
fixes #4898
|
2017-07-09 13:29:44 +02:00 |
|
Andreas Rumpf
|
6ba9c2b119
|
fixes #6062
|
2017-07-09 12:09:25 +02:00 |
|
Andreas Rumpf
|
674db58a24
|
fixes #5608
|
2017-07-09 12:03:50 +02:00 |
|
Andreas Rumpf
|
2b72f775e2
|
make os.nim compile on Windows again
|
2017-07-09 01:02:14 +02:00 |
|
Andreas Rumpf
|
f5e4f8c324
|
fixes a typo
|
2017-07-09 01:01:37 +02:00 |
|
Andreas Rumpf
|
b6307dded3
|
fixes #6037
|
2017-07-09 00:45:14 +02:00 |
|
Andreas Rumpf
|
440d100595
|
fixes #6067
|
2017-07-08 23:32:40 +02:00 |
|
Andreas Rumpf
|
46dffbed71
|
minor improvements to os.paramStr
|
2017-07-08 21:48:03 +02:00 |
|
Andreas Rumpf
|
d94950ef80
|
fixes #6069
|
2017-07-08 21:27:56 +02:00 |
|
Andreas Rumpf
|
e641bc7df0
|
minor code cleanup
|
2017-07-08 21:27:56 +02:00 |
|
Mathijs Saey
|
f8266c7376
|
Fixes #6008 (#6068)
|
2017-07-08 07:31:53 +02:00 |
|
Ganesh Viswanathan
|
915ce2871f
|
Fix for issue #5736. (#6061)
|
2017-07-07 08:10:39 +02:00 |
|
Andreas Rumpf
|
ee43fc82d5
|
bugfix: keep the information of a raw float literal in the AST
|
2017-07-06 13:52:21 +02:00 |
|
Andreas Rumpf
|
82175b43bb
|
do not crash for #5895
|
2017-07-06 13:52:21 +02:00 |
|
Michał Zieliński
|
6bdd00db0e
|
asyncdispatch: add callSoon getter/setter, renames
|
2017-07-06 13:27:42 +02:00 |
|
Ganesh Viswanathan
|
16619b8e78
|
Fix for issue #6044. (#6056)
|
2017-07-06 08:04:42 +02:00 |
|
nonylene
|
6c708038c1
|
system.nim: Fix documentation ( 7 div 5 == 1 ) (#6057)
|
2017-07-06 08:03:24 +02:00 |
|
Michał Zieliński
|
797690ba3f
|
Future: support for multiple callbacks
|
2017-07-05 12:54:09 +02:00 |
|
Michał Zieliński
|
93827e6ab8
|
split FutureStream from asyncfutures
|
2017-07-05 12:54:09 +02:00 |
|
Michał Zieliński
|
e86863e8f5
|
asyncdispatch: split asyncfutures into its own module
This slightly changes behaviour of callSoon - before loop is initialized, callSoon will call the function immediately.
|
2017-07-05 12:54:09 +02:00 |
|
Euan T
|
a5681d03e3
|
Wait for reads to finish before reading the result
As requested by @dom96, this fixes an issue seen here: https://github.com/nim-lang/redis/pull/4#issuecomment-312713921
|
2017-07-03 20:13:25 +01:00 |
|
ephja
|
9e12db4459
|
fixes #6030 (#6042)
|
2017-07-01 09:56:20 +02:00 |
|
Araq
|
4de989d1c5
|
fixes #6035
|
2017-06-30 12:01:51 +02:00 |
|
Andreas Rumpf
|
57f4abf6f4
|
make appveyor builds faster
|
2017-06-30 00:44:43 +02:00 |
|
Andreas Rumpf
|
d9d61fbeb4
|
fixes #5517
|
2017-06-30 00:43:19 +02:00 |
|
Andreas Rumpf
|
ad64b66df1
|
closes #5379
|
2017-06-29 20:41:48 +02:00 |
|
Andreas Rumpf
|
ac63a99892
|
fixes #5974
|
2017-06-29 20:25:42 +02:00 |
|
Andreas Rumpf
|
6f29041f09
|
fixes #5563
|
2017-06-29 18:48:24 +02:00 |
|
Andreas Rumpf
|
5d6c2f89de
|
fixes #4703
|
2017-06-29 18:37:53 +02:00 |
|
Andreas Rumpf
|
d66a920447
|
fixes #5846
|
2017-06-29 18:16:00 +02:00 |
|
Andreas Rumpf
|
3993718335
|
JS codegen: make 'echo' use console.log unless you define -d:nimOldEcho
|
2017-06-28 16:18:19 +02:00 |
|
Araq
|
5334fd4533
|
fixes #6021!
|
2017-06-27 15:34:42 +02:00 |
|
Eugene Kabanov
|
907c488a61
|
One more attempt to fix tioselectors.nim test (#6020)
|
2017-06-27 12:14:53 +02:00 |
|