Juraj Kirchheim
|
0dc774db21
|
Add support for scoping.
|
2017-12-24 12:23:10 +01:00 |
|
Juraj Kirchheim
|
a7c22bf5af
|
Return bulk added members from ClassBuilder.
|
2017-12-18 14:26:25 +01:00 |
|
Juraj Kirchheim
|
a164b335ed
|
Improve Type to ComplexType conversion for type parameters.
|
2017-12-18 11:28:23 +01:00 |
|
Juraj Kirchheim
|
d02306eebd
|
Add class reification shorthand to ClassBuilder.
|
2017-12-18 11:27:59 +01:00 |
|
Juraj Kirchheim
|
ff9ef59445
|
Expose more logic from BuildCache.
|
2017-12-18 11:27:32 +01:00 |
|
Juraj Kirchheim
|
bfc5c2b88f
|
Factor out build cache's param retrieval into separate function.
|
2017-12-15 12:27:01 +01:00 |
|
Juraj Kirchheim
|
82d15d9ffc
|
Report invalid type in getFields.
|
2017-12-08 10:40:24 +01:00 |
|
Juraj Kirchheim
|
0d9fff7e01
|
Reverse order in setter bypass to make type inference suffer less.
|
2017-12-06 17:13:01 +01:00 |
|
Juraj Kirchheim
|
800891bee2
|
Fixes #21.
|
2017-12-01 16:31:22 +01:00 |
|
Juraj Kirchheim
|
0802bf7f79
|
Minor tweak.
|
2017-12-01 16:30:42 +01:00 |
|
Juraj Kirchheim
|
3dec4fa404
|
Improve position reporting.
|
2017-11-30 13:04:07 +01:00 |
|
Juraj Kirchheim
|
21c7d12be7
|
Don't drop positions when typing.
|
2017-11-30 10:39:57 +01:00 |
|
Juraj Kirchheim
|
417a92cabc
|
Make it compile for Haxe 4.
|
2017-09-25 10:50:36 +02:00 |
|
Juraj Kirchheim
|
c94e4a0337
|
Add way to get constructor args.
|
2017-09-11 10:35:54 +02:00 |
|
Juraj Kirchheim
|
5879773566
|
Fix typo.
|
2017-08-18 15:41:31 +02:00 |
|
Juraj Kirchheim
|
58262a1810
|
Use reification to abstract over Haxe version specific differences.
|
2017-08-18 15:38:58 +02:00 |
|
Valentin Lemière
|
9ceadeb88f
|
Support for haxe 4 EIn change to EBinop(OpIn)
|
2017-08-18 15:13:28 +02:00 |
|
Juraj Kirchheim
|
c7634e0a29
|
Just use Error.rethrow
|
2017-06-01 13:14:39 +02:00 |
|
Simon Krajewski
|
c150b84f18
|
don't use neko.Lib.rethrow when not in neko
|
2017-06-01 13:01:52 +02:00 |
|
Juraj Kirchheim
|
73e9da8435
|
Fix 3.2.1.
|
2017-04-13 21:07:44 +02:00 |
|
Juraj Kirchheim
|
02bd3bf69d
|
Add Types.getMeta.
|
2017-04-13 21:02:58 +02:00 |
|
back2dos
|
bd4b8c436f
|
Build cache works better with compiler server.
|
2017-03-06 17:58:07 +01:00 |
|
back2dos
|
dbebd0d70d
|
Allow querying whether a type exists.
|
2017-03-06 17:57:30 +01:00 |
|
Juraj Kirchheim
|
f39fc3b296
|
Try to save TMono.
|
2017-03-06 09:16:31 +01:00 |
|
back2dos
|
a597d7fa50
|
Workaround for https://github.com/HaxeFoundation/haxe/issues/6063
|
2017-03-01 18:25:21 +01:00 |
|
back2dos
|
3d5626d66f
|
Give up on trying to work around cache problems.
|
2017-03-01 18:17:42 +01:00 |
|
Juraj Kirchheim
|
b20986ecd0
|
Remove some old trace statements.
|
2017-02-18 19:00:07 +01:00 |
|
Juraj Kirchheim
|
e55b72b697
|
Merge branch 'master' of https://github.com/haxetink/tink_macro
|
2017-02-18 18:40:57 +01:00 |
|
Juraj Kirchheim
|
240ace34ec
|
Try to deal with caching problems.
|
2017-02-18 18:40:48 +01:00 |
|
Kevin Leung
|
aad311f524
|
Don't even need an outcome
|
2016-12-07 10:10:22 +08:00 |
|
Kevin Leung
|
f0d5d80266
|
Remove unused error message
|
2016-12-07 10:09:20 +08:00 |
|
Kevin Leung
|
38aa0f4dc4
|
Concat any exprs
|
2016-12-07 10:08:47 +08:00 |
|
Kevin Leung
|
f4fb7d63c3
|
Merge branch 'master' into concat_block
|
2016-12-07 10:01:38 +08:00 |
|
Juraj Kirchheim
|
abbb9e5a4c
|
Fixes #10.
|
2016-11-05 16:26:59 +01:00 |
|
Juraj Kirchheim
|
ba5349f55f
|
Slightly better error reporting in build cache.
|
2016-10-06 10:39:33 +02:00 |
|
kevinresol
|
241919549c
|
Add concat()
|
2016-08-21 15:02:42 +08:00 |
|
Juraj Kirchheim
|
3b822b4cdb
|
Merge branch 'master' of https://github.com/haxetink/tink_macro
|
2016-07-08 11:49:00 +02:00 |
|
Juraj Kirchheim
|
f2b670f9e4
|
Expand build cache for 2 and 3 type parameters.
|
2016-07-08 11:48:40 +02:00 |
|
Juraj Kirchheim
|
7e869cd9c8
|
Fix logic in Exprs.has
|
2016-06-23 05:19:53 +02:00 |
|
Juraj Kirchheim
|
983ffa16af
|
Avoid stringly approach.
|
2016-06-10 08:20:09 +02:00 |
|
Juraj Kirchheim
|
3470f1cc47
|
Store user defined constructors.
|
2016-05-20 12:41:20 +02:00 |
|
Juraj Kirchheim
|
065788c198
|
Replace MacroType with @:genericBuild for direct type converions.
|
2016-05-18 07:58:28 +02:00 |
|
Juraj Kirchheim
|
331f186dcd
|
Minor API improvement.
|
2016-05-02 17:58:09 +02:00 |
|
Juraj Kirchheim
|
43fb9eb16a
|
Add build cache utility.
|
2016-05-02 17:45:45 +02:00 |
|
Juraj Kirchheim
|
d53937f836
|
Avoid stale fields cache.
|
2016-04-19 18:23:40 +02:00 |
|
Juraj Kirchheim
|
c3cecad472
|
Add TypeMap with test.
|
2016-04-19 12:52:45 +02:00 |
|
Juraj Kirchheim
|
c0b562af31
|
Fix indenting.
|
2016-04-14 13:54:26 +02:00 |
|
back2dos
|
9b4e9cb81f
|
Merge branch 'master' of https://github.com/haxetink/tink_macro
|
2015-05-28 08:58:18 +02:00 |
|
back2dos
|
b90aae8386
|
Minor simplification in constructor generation.
|
2015-05-28 08:57:55 +02:00 |
|
Eugene Griskov
|
f4bf23a66b
|
Made imports and using expressions to use CoreApi redefinitions.
|
2015-05-19 17:22:23 +01:00 |
|