Philip McGrath
Philip McGrath
Thanks! 1629887 solved the problem on Guix; I've submitted [a patch](https://issues.guix.gnu.org/50419). > It's unusual for `racket` to be to a starter executable, but I vaguely remember that the Guix setup...
Apparently some Nix users also had an issue (https://github.com/NixOS/nixpkgs/issues/114993), though maybe a different one: I don't think they use layers, and IIUC they wrap Racket in their own shell script....
Tangentially, the reader's handling of hash literals with duplicate keys is documented to guarantee: ```racket > (equal? #hash([a . 1] [a . 2] [a . 3]) #hash([a . 3])) #t...
Yes, works for me! > Some are created through a post-installer, and those post installers will have to be individually updated. The `gracket` and `mred` executables are in that category,...
I don't think I've fully digested the changes for launchers yet. Meanwhile, I've added to https://github.com/LiberalArtist/racket-config-tethered-experiment an attempt at building `main-distribution` as a tethered layer on top of minimal Racket....
> I think the issue is that `'config-tethered-gui-bin-dir` needs to be specified. It does not default to `'config-tethered-console-bin-dir`. Thanks, that solved it! > For the `static-link` question, documentation would be...
Returning to the launchers: > Here's an example of cooperating: https://github.com/racket/racket/blob/master/pkgs/racket-doc/help/installer.rkt > > And here's a second copy, this time in a `private-install-helpers` submodule used elsewhere in the same package...
> I had to change `raco setup` for installing libraries, man pages, and other shared files to not just check whether a same-named file exists in the search path already,...
> For your purposes, it's possible that the right answer is to set up the search path that Racket uses for DLLs, which can be configured via `racket/etc/config.rktd`. But I'm...
> `libffi` configure has `sys_lib_search_path_spec` (which of course does not have `/opt/local`). If `libffi` is finding OpenSSL, that might work during the build. The Racket CS FFI does not use...