[racket-dev] checking package dependencies

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jun 29 20:58:37 EDT 2013

At Sat, 29 Jun 2013 15:46:16 -0400, Sam Tobin-Hochstadt wrote:
> On Sat, Jun 29, 2013 at 9:18 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> >
> > There is one dependency problem, currently: "drracket" depends on
> > "htdp" through a test. That problem was created by a commit before
> > dependency checking was available, and we'll get it fixed.
> 
> I currently get the error:
> 
> raco setup: found undeclared dependency:
>   mode: build
>   for package: "racket-index"
>   on package: "at-exp-lib"
>   dependent source: utils_rkt.dep
>   used module: (lib "scribble/reader.rkt")

Right --- a bug in `raco setup' hid the problem on my machine. I've
pushed a correction to `raco setup' and repairs for this and other
dependency declarations.

> Also, this error prints three times.

Also now improved.


Posted on the dev mailing list.