Steven Parkes

Results 111 comments of Steven Parkes

A lot of things in Ruby use threading, even things as simple as net/http (for timeouts, in that case). The error message you're seeing is because Johnson has detected that's...

If you can generate a pull request against the johnson fork, that'd be great.

I can't replicate this. The gcc commands are missing the -I which should point at the version of SM in vendor. I'm not sure why. A copy of SM in...

This is a different error ... which is good. You're getting further. This looks like a word size issue ... let me look at it.

This is trying to build a fat library, with both 32 and 64 bit libs. That's pretty much never going to work with spidermonkey. What I'm not sure about is...

Ugh. I did the most recent pass on the autoconf stuff. Painful. Don't know about the other maintainers, but I don't have a freebsd system to test on (or the...

Don't think any of us have had the need to have Johnson run on windows. It you want to try and can come up with a patch, that'd be great.

Confirmed. There's a token type we're not covering in the AST, typeof against an expression rather than, among other things, a variable. It's not the dot per se. This does...

There's a cookie interface for the DOM, isn't there? Document.cookie? I'm not sure if it's implemented. Happy to accept a patch ...

Really not sure and, at this point, my time on env-js is very limited so I don't really have a lot of guidance. Patches always welcome, but otherwise ...