Commit Graph

11210 Commits

Author SHA1 Message Date
vocalbit
6c908fbaf1 Make ticker puntuation consistent. 2014-02-17 00:48:21 -08:00
vocalbit
a6c825709c Fix website news formatting and grammar to be consistent. 2014-02-17 00:47:05 -08:00
vocalbit
eb3958f1b9 Add two news items to website. 2014-02-17 00:35:35 -08:00
Araq
14bdedb0f7 got rid of debugging code 2014-02-17 08:27:16 +01:00
Araq
3ec2973875 fixes #926 2014-02-17 08:26:44 +01:00
Araq
350a49cc26 fixes #923 2014-02-17 07:52:41 +01:00
Zahary Karadjov
9dd753f218 quite messy implementation of generic lambdas, needs reworking; fixes #715 2014-02-17 03:03:17 +02:00
Zahary Karadjov
9a41db7d7a Merge branch 'devel' of gh:/Araq/Nimrod into devel 2014-02-17 00:48:10 +02:00
Zahary Karadjov
b80503814d fix #188 2014-02-17 00:47:45 +02:00
Dominik Picheta
5cd9b035b4 Merge branch 'newasync' into devel 2014-02-16 20:03:58 +00:00
Dominik Picheta
17ef758cc3 Fix processing of 'await' with a nnkCall.
Specifically, ``discard readMessages(disp, await disp.accept(server))``
works now, i.e. using 'await' as one of the params to a proc call.
2014-02-16 19:56:17 +00:00
Araq
3ef92a34ee fixes #922 2014-02-16 19:17:12 +01:00
Dominik Picheta
cac39b27cf Added await test. 2014-02-16 13:55:38 +00:00
Dominik Picheta
7d2ed73a62 Fixes issues with 'discard' in async macro. 2014-02-16 13:55:06 +00:00
Andreas Rumpf
6f9b0fe712 Merge pull request #921 from gradha/pr_improves_times_format
Improves times.format parsing, fixes #740
2014-02-16 11:56:51 +01:00
Andreas Rumpf
f5c0d07a76 Merge pull request #929 from skyfex/devel
Fixed issue 391 (nested break in except-stmts)
2014-02-16 11:36:08 +01:00
Andreas Rumpf
18c47b9e13 Merge pull request #928 from Varriount/testement/nil-to-discard
Changed tests and tools to use 'discard' statements
2014-02-16 11:31:03 +01:00
Audun Wilhelmsen
8cccaebc2e Fixed issue 391 (nested break in except-stmts) 2014-02-16 02:08:36 +01:00
Zahary Karadjov
74f4901430 fix argument_parser 2014-02-16 02:23:06 +02:00
Clay Sweetser
ce5a494927 Changed tests and tools to use 'discard' statements instead of 'nil' for empty blocks. 2014-02-15 18:57:03 -05:00
Araq
228d5173ff nil->discard 2014-02-15 23:40:29 +01:00
Dominik Picheta
fb7598d25a Async readLine now works. Fixes recv issues.
When using MSG_PEEK and data is retrieved ``lpNumberOfBytesRecvd`` will
not be set to the number of bytes read by WSARecv. The buffer must
therefore be checked to ensure it's empty when determining whether
``recv`` shall return "" to signal disconnection as we want to read as
much data as has been received by the system.
2014-02-15 21:13:23 +00:00
Zahary Karadjov
f701ee086a Merge branch 'devel' of gh:/Araq/Nimrod into devel 2014-02-15 20:46:54 +02:00
Zahary Karadjov
c1f1f84194 fix some regressions caused by tyTypeDesc[tyNone] 2014-02-15 20:44:01 +02:00
Zahary Karadjov
c1c6b6e50e handle nested case objects in destructor generation 2014-02-15 19:05:58 +02:00
Grzegorz Adam Hankiewicz
c2b50c0e38 Adds posix.timegm(), brother of posix.mktime(). 2014-02-15 17:50:40 +01:00
Zahary Karadjov
492fa86638 the delegator pragma becomes a set of dot operators 2014-02-15 17:41:35 +02:00
Dominik Picheta
de8d473301 Fixed problems with IOCP procs finishing immediately, added await macro. 2014-02-15 14:15:18 +00:00
Michał Zieliński
4c09fc110f osproc: make failed execv an exception (when using fork or clone)
startProcessAuxFork creates a pipe, which is used by a child to pass
an error code if execv fails.
2014-02-15 15:09:06 +01:00
Grzegorz Adam Hankiewicz
293f356420 Supports parsing format times without separators. Refs #740. 2014-02-15 11:20:00 +01:00
Grzegorz Adam Hankiewicz
bd9e9acdaa Splits token parsing case into separate proc. Refs #740. 2014-02-15 11:02:13 +01:00
Araq
d142824d65 made 'koch web' work when current dir has a space in it 2014-02-15 02:27:49 +01:00
Araq
8637e47219 actors.nim compiles again 2014-02-15 02:27:09 +01:00
Dominik Picheta
66b0582a0b Merge branch 'devel' into newasync 2014-02-14 23:57:10 +00:00
Araq
2b9311e9f1 fixes #584 2014-02-14 23:47:06 +01:00
Araq
cf544f6a85 fixes #811 2014-02-14 22:37:36 +01:00
Araq
f95a8df243 fixes #811 2014-02-14 22:19:40 +01:00
Michał Zieliński
cd2bd7fa7b osproc: use clone with CLONE_VM on Linux for faster process spawning 2014-02-14 15:50:28 +01:00
Araq
49fa421ba7 fixes #914 2014-02-14 15:49:44 +01:00
Araq
09c8a51348 bugfix: 'system' on windows is sane 2014-02-14 15:46:30 +01:00
Araq
e210b049e9 fixes #712 2014-02-14 02:29:19 +01:00
Araq
f2216b8e32 fixes #833 2014-02-14 02:12:07 +01:00
Araq
896c96134f fixes #892 2014-02-14 02:02:01 +01:00
Araq
a5efe84921 nil->discard 2014-02-14 01:53:47 +01:00
Araq
5cc8213950 koch install should work now as documented 2014-02-14 00:16:52 +01:00
Araq
5d4c048705 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-13 21:30:11 +01:00
Araq
f637c36a7a the tester now produces a diff in the JSON 2014-02-13 21:29:50 +01:00
Araq
4dae4fafe9 edited compiler's config 2014-02-13 21:21:17 +01:00
Simon Hafner
7a3106d659 moved tsets test to collections/ 2014-02-12 16:15:34 -06:00
Dominik Picheta
2fa22078b8 Merge branch 'devel' into newasync 2014-02-12 21:29:56 +00:00