haxetink / tink_state

Handle those pesky states.
The Unlicense
29 stars 13 forks source link

LinkObject import is missing in the Binding.hx #65

Closed hansagames closed 3 years ago

hansagames commented 3 years ago

Hi,

noticed that LinkObject is being used in src/tink/state/internal/Binding.hx

but there is no import from tink.core.Callback.LinkObject,

because of that could not compile my app, is it intentional? and I am missing something or its bug ?

thank you

back2dos commented 3 years ago

Well, the tests pass and the reason they do is that the import happens in import.hx. Which versions of haxe, tink_core and tink_state are you using?

hansagames commented 3 years ago

hi @back2dos

tink_core=2.0.2 tink_state=1.0.0-beta.3 haxe=4.2.2

hansagames commented 3 years ago

but if its intetion will try to check maybe its some cache issue or so

hansagames commented 3 years ago

Will close as after removing all libs and haxe, after reinstall didnt get any error anymore