Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macro] [Haxe 5] Make it possible to get the untyped version (haxe.macro.Field) of super classes and for Context.getType #11850

Open
NeeEoo opened this issue Dec 3, 2024 · 0 comments

Comments

@NeeEoo
Copy link
Contributor

NeeEoo commented Dec 3, 2024

Currently you can only get the typed version (haxe.macro.ClassField) which has some context info missing, especially around

?arg = val
arg = val
?arg:Null
?arg:Type
?arg:Null = val
arg:Null = val
arg:Type = val

especially when making a wrapper around a class that keeps the args the same.
And theres also a possibility of halting compilation due to the macro trying to type stuff in a incorrect order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant