jdonaldson / promhx

A promise and functional reactive programming library for Haxe
MIT License
145 stars 24 forks source link

Useful promise stack traces in node.js #80

Closed dionjwa closed 8 years ago

dionjwa commented 8 years ago

Please take a look at the cast calls. I had an issue with compiler errors regarding promises expecting Option objects instead of the previously typed value, and I couldn't figure out where the issue was.

dionjwa commented 8 years ago

Yeah, the cpp tests are failing. Turns out I can't just use the casts. The actual issue is still hard to figure out, I don't understand why its wanting a haxe.ds.Option value.

dionjwa commented 8 years ago

Fixed the compile issue.

jdonaldson commented 8 years ago

Cool, thanks for this!