Commit Graph

5256 Commits

Author SHA1 Message Date
Dominik Picheta
838be26f53 Implement ability to run a single test using unittest module. 2017-08-12 14:41:33 +01:00
Daniil Yarancev
28c530e7ca Fixes #6110 2017-08-12 12:35:35 +03:00
Dominik Picheta
96eef6d789 Fix compilation of the deprecated sockets module hackishly. 2017-08-11 22:34:30 +01:00
Andreas Rumpf
88b65ea957 fixes #6234 2017-08-11 20:14:44 +02:00
Dominik Picheta
4150606422 Merge pull request #6200 from jangko/fix6196
fixes #6196
2017-08-10 20:35:02 +01:00
Fredrik Høisæther Rasch
c406d0b7a7 fixed createDir undeclared error on Android (#6194) 2017-08-08 13:29:25 +02:00
andri lim
d0365dcadf fixes #6196 2017-08-08 09:04:39 +07:00
Fredrik Høisæther Rasch
37a615a31f Added Multi-Replacement proc for strings (#6193) 2017-08-07 19:58:11 +02:00
Arne Döring
54808ab12f don't filter '\0' characters in string generation 2017-08-07 18:21:21 +02:00
Fredrik Høisæther Rasch
c39e202976 Introduce first class support for Android (#5772) 2017-08-06 02:18:15 +02:00
Ruslan Mustakov
03fc7f3941 Allow to configure tls size (#6171) 2017-08-05 16:34:31 +02:00
James Cowgill
fed1b0a077 Add mips64 and mips64el CPU platforms (#5866) 2017-08-03 18:37:02 +02:00
Dominik Picheta
28737e9a40 Merge pull request #6168 from konqoro/patch-10
Docs: add one more example in strscans module
2017-08-01 19:19:05 +01:00
Yuriy Glukhov
f3b3af5f3f Fixed randomize for 32bit target (#6167) 2017-08-01 19:53:12 +02:00
konqoro
ff835d56a3 Docs: add one more example in strscans module 2017-08-01 18:22:20 +03:00
Yuriy Glukhov
3d543b1539 Channels can now block depending on maxItems (#6153) 2017-07-31 20:06:55 +02:00
Yuriy Glukhov
8481e9ff14 Fixed NimTypeKind enum, added missing values. (#6157) 2017-07-30 11:10:07 +02:00
Federico Ceratto
a038c62bef Add TimeInterval reversing docstring 2017-07-29 11:42:03 +01:00
Dominik Picheta
c3d5464e6f Merge pull request #6143 from xxlabaza/correct_no_content_length_response
Correct "Length required" response status code and phrase
2017-07-28 19:33:09 +01:00
Andreas Rumpf
a3f80c4bdf avoid deprecated procs 2017-07-26 08:52:03 +02:00
Andreas Rumpf
b69598a64a workaround so doc2 asynchttpserver works again 2017-07-26 08:51:49 +02:00
Artem Labazin
bcdc5ddd37 Add more suitable error code and reason phrase for required Content-Length request. 2017-07-26 02:02:24 +03:00
PMunch
e00953cbc0 Added codeRepr and dumpCode to the macros module. (#5778) 2017-07-26 00:37:37 +02:00
Andreas Rumpf
1539d9d95b optimized intsets to not allocate for the common cases 2017-07-25 10:01:37 +02:00
Arne Döring
000b8afd26 Remove expr/stmt (#5857) 2017-07-25 09:28:23 +02:00
Arne Döring
11914a23be prevent null characters in $ on collections of char 2017-07-24 23:55:30 +02:00
Arne Döring
c9a2acefc1 fix 2017-07-24 23:21:51 +02:00
Arne Döring
ddea990a70 removed newString proc again, reverted some unnecesary changes 2017-07-24 23:21:51 +02:00
Arne Döring
0852be2dec remove $ for ptr/ref, prefer using string over array of char 2017-07-24 23:21:51 +02:00
Arne Döring
1f7fc7f279 arrays can now be printed 2017-07-24 23:21:51 +02:00
Andreas Rumpf
cb0d65280f fixes #6131 2017-07-22 15:42:09 +02:00
Andreas Rumpf
e968fbb7dd added system.deallocHeap feature for Nim's native GCs 2017-07-22 11:38:47 +02:00
Andreas Rumpf
ad608838bf closures have an object type field so that we can perform correct deepCopy() for the BoehmGC target 2017-07-22 11:10:52 +02:00
Yuriy Glukhov
1f13e94dd0 Disable stacktrace in locks (#6128) 2017-07-21 17:20:46 +02:00
Yuriy Glukhov
bbbf5cf800 Added newAsyncFile proc (#6129) 2017-07-21 17:20:21 +02:00
Andreas Rumpf
6f89323385 make the GCs more robust 2017-07-20 18:42:08 +02:00
Andreas Rumpf
ebba9f06ae fixes #5871 2017-07-20 18:42:08 +02:00
Erik Johansson Andersson
24fd86f8ee make asyncfutures.complete compile 2017-07-18 18:10:01 +02:00
Araq
f127a7f7aa fixes #6096 2017-07-17 16:43:10 +02:00
Yuriy Glukhov
30e2af969c Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)
This reverts commit bdb653c415.
2017-07-17 13:45:54 +02:00
Arne Döring
52f092d02b Lineinfo change (#6084) 2017-07-17 08:12:15 +02:00
Dmitry Atamanov
9427724a71 Fix (#6093) 2017-07-17 08:09:54 +02:00
Yuriy Glukhov
bdb653c415 GC_fullCollect on sync threadpool (#6107) 2017-07-17 08:09:21 +02:00
andri lim
c245cfc1fd fixes #5986 js backend failed to compile try ... except new syntax (#6116) 2017-07-17 08:07:47 +02:00
Eugene Kabanov
3c36aed100 Cache threadId to not perform syscalls all the time (#6111)
Use syscall to get threadId on FreeBSD and MacOS
2017-07-16 17:01:58 +02:00
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