Perhaps some macro hackery on the defmodule form to make it into
defmodule-if-exists and only document that the module is typed if it is
actually installed?

Carl Eastlund


On Mon, Sep 16, 2013 at 4:21 PM, Asumu Takikawa <as...@ccs.neu.edu> wrote:

> On 2013-09-16 16:17:33 -0400, as...@racket-lang.org wrote:
> > +@defmodule[math #:no-declare #:link-target? #f]
> > +@defmodule[plot/typed #:no-declare #:link-target? #f]
>
> These two lines cause `raco setup` to complain with a warning about
> undeclared dependencies. It seems silly, though, to have the TR doc
> package force a dependency on `math`. Can I quelch the warning somehow?
> (like a "I don't really care if the dependency is missing" flag)
>
> Cheers,
> Asumu
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev
>
>
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to