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

Type not found : rx.observers.CheckedObserver #4

Open
sonygod opened this issue Jan 28, 2020 · 8 comments
Open

Type not found : rx.observers.CheckedObserver #4

sonygod opened this issue Jan 28, 2020 · 8 comments

Comments

@sonygod
Copy link

sonygod commented Jan 28, 2020

hello ,damie, I can't build your wasp

src/wasp/Global.hx:3: characters 8-36 : Type not found : rx.observers.CheckedObserver

@darmie
Copy link
Owner

darmie commented Jan 28, 2020

Yes this is a known issue in latest version of Haxe. Please try an older version of Haxe and use the my own RxHaxe fork.

@darmie
Copy link
Owner

darmie commented Jan 28, 2020

@sonygod you can try the latest commit.

[Please note that WASP has an issue with reading accurate unsigned integers in C# and Java targets , especially during conversion to other integer types]

@sonygod
Copy link
Author

sonygod commented Jan 29, 2020

@darmie thanks, when Will hashlink available?

@sonygod sonygod closed this as completed Jan 29, 2020
@sonygod sonygod reopened this Jan 29, 2020
@sonygod
Copy link
Author

sonygod commented Jan 29, 2020

lix install github:DoclerLabs/hexLog as hexlog

@sonygod
Copy link
Author

sonygod commented Jan 29, 2020

"
/root/haxe/haxe_libraries/rxhaxe/0.0.0/github/1296766cf0ba020c1c4f020f016deda9c5c903c6/rx/Thread.hx:5: characters 20-33 : Warning : This typedef is deprecated in favor of sys.thread.Thread
/root/haxe/haxe_libraries/rxhaxe/0.0.0/github/1296766cf0ba020c1c4f020f016deda9c5c903c6/rx/Mutex.hx:3: characters 19-31 : Warning : This typedef is deprecated in favor of sys.thread.Mutex

@sonygod
Copy link
Author

sonygod commented Jan 29, 2020

after compile then run,got nothing trace , and also copy *.wasm to ./test

on ubuntu 18.04

@darmie
Copy link
Owner

darmie commented Jan 29, 2020

@sonygod I haven't really setup hexlog properly, I am also wondering why it doesn't log any output.

I can't really say when hashlink will be available, This project depends on integer types that aren't supported by Haxe, I had to simulate some of them in Numerix. Wasp depends on Numerix to handle unsigned integegers of various length.

@darmie
Copy link
Owner

darmie commented Jan 29, 2020

after compile then run,got nothing trace , and also copy *.wasm to ./test

on ubuntu 18.04

You wouldn't get a trace, a globals.wat file will be generated if you run the test

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