You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 4.0-preview 4, these does not work anymore with types such as hxbit.Proxy<Array<Int>> which are macro generics evaluating to abstract hxbit.ArrayProxy<T>.
Is that intended or an unexpected regression?
The text was updated successfully, but these errors were encountered:
That's #5924, so it's not working anymore as intended. Note that this has nothing to do with macro generics, it's about abstracts and their @:to/@:from casts.
We used to have an extension in the form:
With 4.0-preview 4, these does not work anymore with types such as
hxbit.Proxy<Array<Int>>
which are macro generics evaluating to abstracthxbit.ArrayProxy<T>
.Is that intended or an unexpected regression?
The text was updated successfully, but these errors were encountered: