Matthew Flatt
Matthew Flatt
Racket BC x86_64 with places has never worked right on Apple Silicon. As far as I can tell, something goes wrong in Rosetta with signal delivery (to the wrong thread?),...
@Metaxal — it looks like the problem happens when building quickscript. I don't immediately see why `add-third-party-script-directory!` would be called at build time, though.
We can update https://github.com/racket/distro-build/blob/master/distro-build-test/tests/unix-installer.rkt to set `HOME=/nonexistent`.
I've updated "unix-installer.rkt", and although we're not yet in the testing phase for the upcoming v8.12 release, the initial candidate build passes with `HOME=/nonexistent`. (I also confirmed that v8.11.1 does...
Can you say more about how you're seeing a thread yield when the call is `(fib 42)` and `(sleep)` is left out? That would definitely be a bug. When you...
I think I'm missing an ingedient, since I have not been able to replicate this behavior on macOS 13 or 14. For the server's address as used by the client,...
When two machines are involved, then using `"localhost"` certainly won't work. Even if `"localhost"` is used only for `tcp-listen`, that constrains the listener to accept connections only on the loopback...
I don't think we need to support compile-time configuration of ICU for Windows. It should just be always on in DLL mode and used as a fallback when iconv isn't...
Thanks for the report, but I haven't been able to replicate this, yet. It's a strange error; since numbers are self-quoting, `'0.01` is the same as `0.01`. So, something is...
Do you have a `~/Library/Racket` directory? Does moving it away change how `raco pkg` behaves? If not, I wonder similarly about `~/Library/Preferences/org.racket-lang.prefs.rktd`.