On 2019/02/02 13:57, Aidan Gauland wrote:
I am trying to fix a bug in one of the bundled Racket libraries (but not the core "Minimal Racket" libraries), so I need to run Racket with this library (racket/gui in this case) loaded instead of the installed version.
There's a guide for this (I found it via the wiki[1]): https://blog.racket-lang.org/2017/09/tutorial-contributing-to-racket.html See "How to contribute to a main distribution package" part 1b. Essentially, $ raco pkg update --no-setup --catalog https://pkgs.racket-lang.org <PKG> $ raco pkg update --clone <PKG> will get you a checkout with the appropriate links set up. Hope that helps! Leo [1] https://github.com/racket/racket/wiki/Contributing-to-Racket -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/51d8c28c-a150-e199-fcee-0ac51299f49c%40lwh.jp. For more options, visit https://groups.google.com/d/optout.
