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

Compilation error with tink.pure.Vector #23

Open
serjek opened this issue Jun 11, 2022 · 2 comments
Open

Compilation error with tink.pure.Vector #23

serjek opened this issue Jun 11, 2022 · 2 comments

Comments

@serjek
Copy link

serjek commented Jun 11, 2022

(tink.QueryString.parse(""):tink.pure.Vector<{name:String, value:Int}>)

Following compilation error occurs on haxe 4.2.4 with latest lib:

/haxe_libraries/tink_querystring/0.7.0/github/4f3fc5439609cfaa739236c13c27e5f377855491/src/tink/querystring/macros/GenParser.hx:156: characters 19-35 : tink.url.Portion should be Iterable<Unknown<0>>
/haxe_libraries/tink_querystring/0.7.0/github/4f3fc5439609cfaa739236c13c27e5f377855491/src/tink/querystring/macros/GenParser.hx:156: characters 19-35 : ... For function argument 'v'
@serjek serjek changed the title Compilation error Compilation error with tink.pure.Vector Jun 11, 2022
@serjek
Copy link
Author

serjek commented Jun 12, 2022

Seems lib has hard times parsing to abstract types.

@back2dos
Copy link
Member

Yeah, although in this case it's probably more about the @:from macro cast in tink.pure.Vector getting in the way.

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

2 participants