Justin Donaldson
Justin Donaldson
sorry for the delay. It sounds like stream is really what you want. You can manage a custom promise resolve in there according to whatever logic you wish. In the...
That's a good illustration of the resolve behavior... Everything is deferred, and errors have priority. However, you can recover from errors and everything gets back on track. However, isResolved should...
I added in deferred.throwError as a universal way of tripping error logic for asyncs like promise and streams. It's pretty low level. I don't understand how/why you are handling a...
You probably can't do this at compile time, but it may be possible in runtime. This behavior would add overhead, but perhaps it could be done as a flag. I'll...
I only see a few issues, it would be nice to keep the argument types in multi-argument callbacks. I'll have to see if it's possible to coerce those into a...
Thanks, I'm upgrading as well and will sort this out soon.
Thanks for the updates, was there an ETA on the haxe commit?
Can you give me an example of some problematic code? I've updated my version, and everything looks to be working fine.
I can't reproduce for simple examples. Have you ever manually installed haxe, or compiled from source? If so, here's a guess: Textmate uses different environment variables than your bash profile....
Silly question: Does the project compile correctly?