John Barnette

Results 7 comments of John Barnette

@cperciva seems like QEMU does this too: ``` qemu-system-x86_64 \ -nodefaults \ -no-user-config \ -display none \ -M microvm,accel=kvm,x-option-roms=off,pit=off,pic=off,rtc=off -cpu host \ -smp 1 -m 1024 \ -serial mon:stdio \...

@jamesbrauman That's a good idea! There's no interface for it right now, but I dig it.

@andreas :wave: Doing some long-delayed issue gardening. I like this idea, but I'm wondering how to implement it in a backwards-compatible way. We might need to do this w/a major...

I'm seeing this same behavior. On a new app that I created just to play with Expresso, a single failing `assert.response` call hangs the test process after reporting assertion failure...

Oh cool, that's a nice technique. I like your old Rails example issue too. I'll leave these open for now + eventually roll them into a doc release.

Interesting. Johnson embeds and builds its own copy of SpiderMonkey, so it should never be using your system headers. I'll see if we can't reproduce this, looks like a build...