Bob Nystrom

Results 990 comments of Bob Nystrom

> to pass data in and out of objects Can you explain what you mean here? That sounds pretty generic, which isn't exactly clarifying.

> Although this looks kinda dead, Alas, it kind of is. I'd love to say it's still alive, but I'm pretty busy with other stuff now. > I'd really like...

Go to town! I tried to make the code relatively easy to read and I certainly sympathize with wanting to ditch gyp.

Interesting. My gyp knowledge is pretty pathetic (though not as pathetic as gyp's documentation). I mostly just copy stuff from V8 until things start working. Can you try adding this:...

I don't love gyp, but I don't really love any build system. They all seem to be a pain. I think I toyed with CMake once a long time ago....

Oh, sorry @CodeBlock, forgot to reply to your comment. :) I'm not sure what's going on there. I'll have to get on a Linux machine myself and try to poke...

That failure is really strange. That isn't a part of the codebase that I would expect to have platform-specific behavior. There must be some bug in there. If you get...

Can you file a separate ticket for `\test\event\exit_while_fiber_sleeping.mag`? That's almost definitely an unrelated issue (and possibly something in libuv itself, though I'm not sure).

I wrote a little guide [here](https://github.com/munificent/magpie/wiki/Debugging-a-Test-Failure) that may help a bit. For this specific issue, I'd try to see where it's actually exiting since that exit code looks like such...

Oh, heh. It's just a parser transform. See [here](https://github.com/munificent/magpie/blob/master/src/Syntax/Parser.cpp#L606).