Simon Krajewski
|
4fb9d15b5f
factor out parse_type_hint
|
11 years ago |
Simon Krajewski
|
50618b0520
display position of TFunction when requesting argument @position (see #2993)
|
11 years ago |
Cauê Waneck
|
ebd83a86a7
[java/cs] Added @:nativeChildren
|
11 years ago |
Dan Korostelev
|
4706b5717b
[tests] fix stderr template path normalization macros for unix (haxe only lowercases paths on windows)
|
11 years ago |
Dan Korostelev
|
a376040b6d
Test for #2991
|
11 years ago |
Dan Korostelev
|
bc1b174182
[tests] Support checking compiler stderr output
|
11 years ago |
Simon Krajewski
|
d779f11ff0
add use_parser_resume so we can switch off parser completion for toplevel/usage/position modes (closes #2991)
|
11 years ago |
Cauê Waneck
|
89fe67ce7d
[java] Fix difference between how Java and Haxe see Class<>
|
11 years ago |
Simon Krajewski
|
2ded4297c5
[cpp] infer TEnumParameter enum from the field because the expression might be Dynamic (closes #2988)
|
11 years ago |
Simon Krajewski
|
07780cae6c
Merge pull request #2987 from waneck/macro-error-messages
|
11 years ago |
Cauê Waneck
|
2aa17fc278
[typeload] Add field name to error messages so macro errors can be debugged more easily
|
11 years ago |
Cauê Waneck
|
e4a113f9ce
[cs] do not set override on constructors
|
11 years ago |
hughsando
|
7e4f76876f
[cpp] Move reinterpret from Pointer to ConstPointer
|
11 years ago |
frabbit
|
94ac87437a
reduce whitespace
|
11 years ago |
frabbit
|
a5d8dc6699
allow KwArgs after VarArgs, allow passing null for VarArgs and KwArgs (fixes problem when they are optional arguments and become null implicitly
|
11 years ago |
Simon Krajewski
|
c5fa419bbc
fix delayed typing of multi-type @:to methods (closes #2982)
|
11 years ago |
Simon Krajewski
|
8d59dafe1b
move printing functions up so we can debug in unification
|
11 years ago |
Dan Korostelev
|
9e489c50f6
fix indenting
|
11 years ago |
Dan Korostelev
|
0ee5b539ae
mention js changes in CHANGES.txt
|
11 years ago |
frabbit
|
db2c629027
[python] slight improvements/cleanup to python.Boot, allow inlining of Std.string, ArrayImpl use arrayJoin of Boot
|
11 years ago |
Simon Krajewski
|
6a68ec6558
CHANGES.txt update [skip ci]
|
11 years ago |
Simon Krajewski
|
5d234bc0bc
treat "." and ".." as special cases in haxe.io.Path (closes #2956)
|
11 years ago |
Simon Krajewski
|
15e704960a
[python] do not generate `= None` for optional KwArgs/VarArgs arguments (closes #2980)
|
11 years ago |
Hugh
|
b529584fa8
[cpp] Split vector creation from setting the size
|
11 years ago |
Nicolas Cannasse
|
255beb7db0
Merge pull request #2949 from nadako/js_require
|
11 years ago |
Dan Korostelev
|
9e7dbee903
Remove unused var
|
11 years ago |
Dan Korostelev
|
c29a90d239
[python] clean up NativeIterable/NativeIterator stuff (nonsense type params, static @:to, inlines)
|
11 years ago |
Simon Krajewski
|
ba88240dd0
do not make nonsense monomorphs when calling abstract methods from within the abstract (closes #2979)
|
11 years ago |
Dan Korostelev
|
ed80aa4073
[python] fix tuple creation
|
11 years ago |
Dan Korostelev
|
c0528467da
[python] explicitly hint NativeIterable.iterator to avoid type inference problems (see #2979)
|
11 years ago |