We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TBH, I am not exactly sure where to report this.
Repro case: https://github.com/kevinresol/haxe_issues/tree/tink_macro_34
haxe build.hxml -v will hang with:
haxe build.hxml -v
... Exiting macro tink.macro.Types.resolveDirectType Typing tink.pure._Vector.Vector_Impl_.fromIterable Typing tink.pure._Vector.Vector_Impl_._new Typing Main.data Typing tink.pure._List.List_Impl_.fromArray Typing tink.pure._List.Node.new Typing tink.pure._List.Node.EMPTY Typing tink.pure._List.List_Impl_.toIterable Typing tink.pure._List.List_Impl_.iterator Typing tink.pure.NodeIterator.new Typing tink.pure.NodeIterator.hasNext Typing tink.pure.NodeIterator.next Exiting macro tink.macro.Bouncer.catchBounce
The text was updated successfully, but these errors were encountered:
For haxetink/tink_macro#34
500d752
Apparently something is unable to infer the type parameter of tink.pure.Vector.
tink.pure.Vector
Explicitly type-hinting fixes it: <Foo data=${(Vector.fromIterable(data):Vector<Bar>)}/>
<Foo data=${(Vector.fromIterable(data):Vector<Bar>)}/>
Sorry, something went wrong.
No branches or pull requests
TBH, I am not exactly sure where to report this.
Repro case: https://github.com/kevinresol/haxe_issues/tree/tink_macro_34
haxe build.hxml -v
will hang with:The text was updated successfully, but these errors were encountered: