Matthew Flatt

Results 548 comments of Matthew Flatt

@lexi-lambda Thanks – that makes sense. Sorry for delaying this so long, but I think we should wait at least until after the v6.8 branch before merging. Then, I wonder...

I think probably the untethered binaries can be suppressed, but I haven't tried that, yet. Some are created through a post-installer, and those post installers will have to be individually...

Those problems (documentation links and redundant untethered executables) should be fixed, now.

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 (so there's not three copies): https://github.com/racket/gui/blob/master/gui-lib/racket/gui/installer.rkt Probably...

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`. For the `static-link` question, documentation would be an issue, I think, since it...

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, but...

I think you're right that `'so` mode for `define-runtime-path` will pick up the libraries. I agree that it's not clear whether that's the right thing. If you want to compile...

I think it's working as intended, although the intent is subtle. The key thing to remember is that a group is never empty. (If groups are allowed to be empty,...

Edit: Revisiting the documentation of `Group`, I see that even "group tail" is not quite right, either. It's really a sequence pattern that is constrained to certain positions within a...