Matthew Flatt
Matthew Flatt
I think this interaction confirms that something is deeply wrong, and the REPL's expeditor isn't able to work with inexact numbers, either.
What if you start racket with `-j` (which disables the JIT)?
I don't have a solution for this problem. For more information, see https://github.com/racket/racket/blob/master/racket/src/rktio/rktio_fd.c#L65
This seems to be an issue with `fakechroot` and its `readlink`. I can provoke the same errro with the standalone C program below compiled to `a.out` and run as `fakeroot...
> I do also see the paragraph in https://docs.racket-lang.org/reference/creatingunits.html that says "[…] a unit is prohibited syntactically from […] exporting an identifier that is imported." Why is this restriction in...
On the overall proposal here, option 2 seems like the right idea to me, too.
I'm able to run v8.9 on Windows 7 (in a VM emulating x86_64).
> I guess I should ask: how hard is it to set up a VM to run Windows 7? Do you need an iso file and/or a product key? I...
Hi, @ice051. Has something changed in FreeBSD since #4467? My understanding is that we need more support from the OS in the form of `__clear_cache()` or similar.
I have been able to replicate a crash using Alpine on AArch64. It looks like the problem is related to relatively small default stack size for a thread in musl....