argosphil

Results 18 comments of argosphil

Maybe you could try reproducing the problem on an arch live system booted from an .iso, if such a thing exists? We tried doing that for @eLtMosen 's distro but...

I've managed to reproduce this by installing EndeavourOS in `qemu`. It happens with the system-supplied bash, which is bash version 5.1.16(1)-release, built with GCC 13.1.1 20230429, arch release 4. Rebuilding...

I suspect this was a duplicate of either #8017 or #8687, so I'd optimistically close the issue and reopen if I'm wrong.

I've had a go at this, but it seems like "make headers" and "make headers2" are broken (ETA: I'm not complaining about that, it's perfectly okay). I don't know how...

#8834 is a similar issue which discusses changing Bun behavior to match the expectation of this test (and also get closer to documented behavior). I think we should apply both...

This is superseded by #8859 , which fixes Bun.sleep() so the test matches both @cirospaciari 's expectations and the documenation.

Closing, we'll probably fix #8834 another way.

Sorry for barging in, but what is the right behavior here? As far as I can tell, what's going on is that the `Bun.inspect.custom` handler is called for the proxy,...

I guess it's a matter of taste and philosophy. My first impulse was that I'd like Proxy objects to be undetectable by standard JavaScript code (and I think Bun.inspect is...