Audun Wilhelmsen
|
1250db5075
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-02-23 00:26:46 +01:00 |
|
Audun Wilhelmsen
|
ef379d0a10
|
Added test cases for return in except statements.
|
2014-02-23 00:20:16 +01:00 |
|
Audun Wilhelmsen
|
66675d174b
|
Added tougher test case for return within finally statement.
|
2014-02-23 00:19:18 +01:00 |
|
Dominik Picheta
|
3b5825e9bc
|
Implemented selector support for asyncio2.
|
2014-02-22 17:22:19 +00:00 |
|
Zahary Karadjov
|
1a6d05515f
|
fix #945
|
2014-02-20 23:33:58 +02:00 |
|
Zahary Karadjov
|
0bbf6081d0
|
fix #931 and few more tests
|
2014-02-18 20:04:58 +02:00 |
|
Zahary Karadjov
|
f13a836972
|
Merge branch 'devel' of gh:/Araq/Nimrod into devel
|
2014-02-18 02:46:49 +02:00 |
|
Zahary Karadjov
|
cda92048ba
|
fix some trivial errors in the test suite and some more regressions caused by tyTypeDesc[tyNone]
|
2014-02-18 02:46:14 +02:00 |
|
Zahary Karadjov
|
4d3846e26b
|
fix tbindtypedesc and tactiontable2
|
2014-02-18 01:37:00 +02:00 |
|
Araq
|
9b63fccf16
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-02-17 23:59:48 +01:00 |
|
Zahary Karadjov
|
eaab22089d
|
fix #807
|
2014-02-17 20:44:11 +02:00 |
|
Araq
|
3ec2973875
|
fixes #926
|
2014-02-17 08:26:44 +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 |
|
Dominik Picheta
|
cac39b27cf
|
Added await test.
|
2014-02-16 13:55:38 +00: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 |
|
Audun Wilhelmsen
|
8cccaebc2e
|
Fixed issue 391 (nested break in except-stmts)
|
2014-02-16 02:08:36 +01: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 |
|
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 |
|
Zahary Karadjov
|
492fa86638
|
the delegator pragma becomes a set of dot operators
|
2014-02-15 17:41:35 +02:00 |
|
Araq
|
2b9311e9f1
|
fixes #584
|
2014-02-14 23:47:06 +01:00 |
|
Araq
|
49fa421ba7
|
fixes #914
|
2014-02-14 15:49:44 +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
|
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 |
|
Simon Hafner
|
7a3106d659
|
moved tsets test to collections/
|
2014-02-12 16:15:34 -06:00 |
|
Zahary Karadjov
|
a158053ae9
|
fixes #797; generic procs can be used in places expecting matching concrete proc types
|
2014-02-11 01:14:57 +02:00 |
|
Simon Hafner
|
e8c87d070a
|
fixed a bug in map for sets
|
2014-02-10 13:02:47 -06:00 |
|
Simon Hafner
|
56c41ae140
|
added tests for set
|
2014-02-10 12:45:00 -06:00 |
|
Simon Hafner
|
0b5c14962e
|
added map to sets
|
2014-02-10 12:44:44 -06:00 |
|
Simon Hafner
|
0779d96a83
|
moved the tests for TSet to the correct place
|
2014-02-09 17:04:00 -06:00 |
|
Araq
|
e6a50307bb
|
fixes #885
|
2014-02-09 02:37:49 +01:00 |
|
Araq
|
dbc8aa60e3
|
fixes 'newSeq[T]' instantiation bug
|
2014-02-09 00:41:53 +01:00 |
|
Araq
|
c3adc19f47
|
tester compiles again
|
2014-02-07 18:49:41 +01:00 |
|
Araq
|
d07d83d8fc
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-02-07 18:21:25 +01:00 |
|
Araq
|
a087f6057e
|
bugfix: codegen issue that caused getGMTime() to leak memory
|
2014-02-07 17:06:20 +01:00 |
|
Simon Hafner
|
5498415f3b
|
indexBy, which indexes a collection into a hashtable
|
2014-02-06 16:11:55 -06:00 |
|
Simon Hafner
|
75f232eb6e
|
removed unittest from talgorithm
|
2014-02-06 14:55:05 -06:00 |
|
Araq
|
3be07d842a
|
fixes regression: constant fac4 didn't work
|
2014-02-06 02:41:53 +01:00 |
|
Araq
|
d912d18379
|
tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is required for skipTypes
|
2014-02-05 23:43:13 +01:00 |
|
Araq
|
c097acedd3
|
bugfix: immediate templates are preferred consistently (danger: breaks code)
|
2014-02-04 17:29:34 +01:00 |
|
Araq
|
96e616198d
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
|
2014-02-03 19:03:40 +01:00 |
|