On 2/02/19 6:42 PM, Leo Uino wrote: > 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): Ah, the wiki. I was looking for that. Just submitted a PR to add a link on racket-lang.org[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.
OK, so that sorts out getting a clone of the repository I need to work on. Now how do I invoke racket so that this clone is loaded instead of the version bundled with Racket? Thanks, Aidan [1] https://github.com/racket/racket-lang-org/pull/85 -- 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/57311a91-c3b6-95e7-5ca7-f05526b2c366%40fastmail.net. For more options, visit https://groups.google.com/d/optout.
