-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
Abstract multitype value that is generic does not generate correctly in 4.3.4 #11676
Labels
Comments
Additional notes regarding hl:
Eval:
|
Caused by b00bca0 Other error on hl is unrelated (edit: hmm, maybe not really unrelated), will need to investigate |
Likely somewhere in |
kLabz
pushed a commit
that referenced
this issue
Jun 28, 2024
Merged
kLabz
pushed a commit
that referenced
this issue
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Online example
Minimal Example:
Under 4.3.4 this causes a Not_found error when generating C++, CPPIA, and JVM.
Neko, SWF, Python, HashLink, and JavaScript will compile and hit runtime errors.
The example will work correctly with when using 4.3.3, with the exception of HashLink
Ensuring that the AComponent is assigned to a variable before using it apparently resolves the issue Online example
The text was updated successfully, but these errors were encountered: