Audun Wilhelmsen
8cccaebc2e
Fixed issue 391 (nested break in except-stmts)
2014-02-16 02:08:36 +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
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
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
4dae4fafe9
edited compiler's config
2014-02-13 21:21:17 +01:00
Dominik Picheta
02cf019ab6
Fixes macros.len crashing on nodes which lack the sons field.
2014-02-11 23:50:09 +00: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
Araq
5d93957048
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-02-10 00:52:12 +01:00
Araq
5b6e42c94f
fixes #889
2014-02-10 00:52:01 +01:00
Andreas Rumpf
c8df0e312a
Merge pull request #896 from reactormonk/set_fix
...
Set fix. fixes #887
2014-02-10 00:21:46 +01:00
Simon Hafner
93f2af1cb3
fixes #887
2014-02-09 17:06:23 -06:00
Araq
e478374e0d
capturing of an iterator works better
2014-02-09 21:47:46 +01:00
Araq
e6a50307bb
fixes #885
2014-02-09 02:37:49 +01:00
Araq
0965351792
fixes #882 ; fixes #853
2014-02-09 00:58:18 +01:00
Araq
dbc8aa60e3
fixes 'newSeq[T]' instantiation bug
2014-02-09 00:41:53 +01:00
Araq
a087f6057e
bugfix: codegen issue that caused getGMTime() to leak memory
2014-02-07 17:06:20 +01:00
Araq
3be07d842a
fixes regression: constant fac4 didn't work
2014-02-06 02:41:53 +01:00
Araq
cc0a32ae87
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
2014-02-06 00:27:10 +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
zah
672681dd4b
Merge pull request #870 from barcharcraz/templaterr
...
Added better error messages for ill-formed generics
2014-02-04 01:17:15 -08:00
Charlie Barto
7cfec91057
deleted assert that would never fire because it turned into an error message
2014-02-04 00:07:17 -05:00
Charlie Barto
51076a0be6
added good error for stuff like string[int] or int[int]
2014-02-03 23:54:01 -05:00
Araq
99352c1e4c
macro tests almost green
2014-02-03 17:35:03 +01:00
Araq
c30f6cfcf1
cleaned up command expressions
2014-02-02 14:34:37 +01:00
Araq
47e4f9698c
fixes #844
2014-02-02 10:00:10 +01:00
Araq
efcbaa965e
remove the old tester
2014-02-02 00:45:47 +01:00
Araq
4b47bee654
deactivated debug output
2014-02-02 00:02:57 +01:00
Araq
70eff919cd
only 1 argument allowed for command expressions
2014-02-02 00:00:56 +01:00
Araq
0b8f68def0
tstringinterp almost working
2014-02-01 23:58:20 +01:00
Araq
31f3034c3a
case consistency for evalffi
2014-02-01 23:57:09 +01:00
Araq
68d8cd1301
case consistency for evalffi
2014-02-01 23:56:32 +01:00
Araq
d8d93218fa
bugfix: object constructor doesn't allow 'distinct' types
2014-02-01 11:56:21 +01:00
Dominik Picheta
92f7c479b9
Fixes #848 .
2014-01-27 17:48:39 +00:00
Zahary Karadjov
5d712e0d3f
Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel
2014-01-26 01:38:45 +02:00
Zahary Karadjov
5a6030a16b
the is operator now uses exactly the same algorithm as proc signature matching
2014-01-26 00:45:50 +02:00
Araq
8a7f50889c
fixes #838
2014-01-25 23:03:43 +01:00
Araq
f16881ad16
disable internalError so that nimbuild compiles again
2014-01-25 14:24:33 +01:00
Araq
9d4c4592fa
more efficient calls for closure iterators
2014-01-25 14:22:38 +01:00
Araq
9af1ab5f43
fixes a minor parser bug
2014-01-25 14:22:05 +01:00
Zahary Karadjov
3f71b7f1f6
implements #766 ;
...
expressions such as Type.field are now recognised by the compiler.
This also fixes a bug, preventing the user-defined to check for the presence of
regular fields in addition to procs
2014-01-24 23:52:52 +02:00