Oscar Spencer

Results 158 comments of Oscar Spencer

@hhugo thanks! Locally, at least, that seems to be the issue. I committed that change here so we can see how fast the tests run. We'll likely also pull the...

It looks like the tests are still running slow. Locally I just compiled a program and compared the performance against `main` and with the changes it seemed to be roughly...

Gotcha, that looks like it. Just pushed that change.

@hhugo Apologies for the delay, I just pushed that change.

@hhugo done. We'll see how the tests report!

Looks like it's these two lines: ``` // Zero the lowest bit, so we don't round up. // mantissa &= !1N; ```

I feel like if we add this it needs to be configurable in some way. There's a lot of cases where it's handy to just run a file (especially for...

Sure. I do think though that the run button should just run the code, it shouldn't give me a command.