3 Commits (4eab8a2e65648111ccfb22056f17065a68868b23)

Author SHA1 Message Date
Greg Hendershott b468661a0e Use racket/base instead of racket. 10 years ago
Greg Hendershott e79a2cc397 Replace planet requires with local requires of main.rkt.
Otherwise this package's implementation would be using the planet
package -- and causing users of this package to download the planet
package -- which doesn't seem right.

Furthermore, my understanding is that it's preferable within a package
to use a relative require -- like `(require "main.rkt")` -- instead of
requiring the collection itself -- like either of `(require describe)`
or `(require (planet williams/describe/describe))`. So even if this were
still a planet package, I think this would be a good change to make.
10 years ago
Matthew Butterick 53d734f976 repackage for earlier rackets 10 years ago