When we split the Racket repository out into many smaller repositories, we were quite aggressive -- just about everything moved out. At this point, it's clear that we were a little too aggressive. In particular, the `net` and `compiler` repositories have been uneasy as separate entities. Their docs are in the wrong places, and they often have to change in coordination with the main repo. So we're going to merge them back in.
You can see how this will work in this pull request: https://github.com/racket/racket/pull/1332 The resulting repository will have multiple root commits. I don't think this is a problem, but it can perhaps be fixed if needed. Once this is done, previously cloned versions of those repositories won't update. To address this, run the following command now, unless you absolutely need the clone versions: $ raco pkg update --lookup net compile I plan to merge this in the next couple days. Sam -- 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/CAK%3DHD%2BabXU4FExBCxX1bMe7Y%3DX3UqoTt9%2BNaRXrvBCPW4aSS6g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
