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