<p dir="ltr"><br>
On Sep 17, 2013 4:38 AM, "Robby Findler" <<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>> wrote:<br>
><br>
> FWIW, this seems to have broken the snapshot builds. I'll add the missing dependency declarations so I can restart the northwestern snapshots.</p>
<p dir="ltr">Is this a situation where we can make the builds more robust? Presumably this issue wouldn't have prevented the snapshot from working.</p>
<p dir="ltr">><br>
> Also FWIW:<br>
><br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/srfi/14) '(typed/rackunit)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/rackunit) '(typed/net/url)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/url) '(typed/net/uri-codec)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/uri-codec) '(typed/net/smtp)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/smtp) '(typed/net/sendurl)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/sendurl) '(typed/net/sendmail)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/sendmail) '(typed/net/qp)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/qp) '(typed/net/pop3)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/pop3) '(typed/net/nntp)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/nntp) '(typed/net/mime)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/mime) '(typed/net/imap)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/imap) '(typed/net/head)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/head) '(typed/net/gifwrite)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/gifwrite) '(typed/net/ftp)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/ftp) '(typed/net/dns)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/dns) '(typed/net/cookie)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/cookie) '(typed/net/cgi)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/cgi) '(typed/net/base64)<br>
> WARNING: collected information for key multiple times: '(exporting-libraries #f); values: '(typed/net/base64) '(typed/file)<br>
><br>
> Should those defmodules actually be @racketmodname[]'s or something?</p>
<p dir="ltr">Yes, they definitely should be.</p>
<p dir="ltr">><br>
> Robby<br>
><br>
><br>
> On Mon, Sep 16, 2013 at 4:53 PM, Matthew Flatt <<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>> wrote:<br>
>><br>
>> It's implemented, but it's not currently an option for `defmodule`.<br>
>> I'll look into adding the option.<br>
>><br>
>> At Mon, 16 Sep 2013 17:49:27 -0400, Sam Tobin-Hochstadt wrote:<br>
>> > I think what Carl suggested is preferable -- a link that only exists<br>
>> > if the package it links to exists.  Alternatively, a link that goes to<br>
>> > the web if the package doesn't exist yet.  I think the latter is<br>
>> > planned but not yet implemented, from my recollection.<br>
>> ><br>
>> > Sam<br>
>> ><br>
>> > On Mon, Sep 16, 2013 at 5:41 PM, Robby Findler<br>
>> > <<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>> wrote:<br>
>> > > So you want scribble to generate a link that can, when clicked (or maybe<br>
>> > > when the docs are built) turn into the real link or turn into "please<br>
>> > > install package X"?<br>
>> > ><br>
>> > > Robby<br>
>> > ><br>
>> > ><br>
>> > > On Monday, September 16, 2013, Sam Tobin-Hochstadt wrote:<br>
>> > >><br>
>> > >> I think the Typed Racket docs should have pointers to how to use other<br>
>> > >> libraries in a typed fashion -- it's a question that comes up a lot.<br>
>> > >><br>
>> > >> Sam<br>
>> > >><br>
>> > >> On Mon, Sep 16, 2013 at 5:16 PM, Robby Findler<br>
>> > >> <<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>> wrote:<br>
>> > >> > Can that code not be moved into the relevant packages instead?<br>
>> > >> ><br>
>> > >> > Robby<br>
>> > >> ><br>
>> > >> ><br>
>> > >> > On Mon, Sep 16, 2013 at 3:21 PM, Asumu Takikawa <<a href="mailto:asumu@ccs.neu.edu">asumu@ccs.neu.edu</a>><br>
>> > >> > wrote:<br>
>> > >> >><br>
>> > >> >> On 2013-09-16 16:17:33 -0400, <a href="mailto:asumu@racket-lang.org">asumu@racket-lang.org</a> wrote:<br>
>> > >> >> > +@defmodule[math #:no-declare #:link-target? #f]<br>
>> > >> >> > +@defmodule[plot/typed #:no-declare #:link-target? #f]<br>
>> > >> >><br>
>> > >> >> These two lines cause `raco setup` to complain with a warning about<br>
>> > >> >> undeclared dependencies. It seems silly, though, to have the TR doc<br>
>> > >> >> package force a dependency on `math`. Can I quelch the warning somehow?<br>
>> > >> >> (like a "I don't really care if the dependency is missing" flag)<br>
>> > >> >><br>
>> > >> >> Cheers,<br>
>> > >> >> Asumu<br>
>> > >> >> _________________________<br>
>> > >> >>   Racket Developers list:<br>
>> > >> >>   <a href="http://lists.racket-lang.org/dev">http://lists.racket-lang.org/dev</a><br>
>> > >> ><br>
>> > >> ><br>
>> > >> ><br>
>> > >> > _________________________<br>
>> > >> >   Racket Developers list:<br>
>> > >> >   <a href="http://lists.racket-lang.org/dev">http://lists.racket-lang.org/dev</a><br>
>> > >> ><br>
>> > _________________________<br>
>> >   Racket Developers list:<br>
>> >   <a href="http://lists.racket-lang.org/dev">http://lists.racket-lang.org/dev</a><br>
>> _________________________<br>
>>   Racket Developers list:<br>
>>   <a href="http://lists.racket-lang.org/dev">http://lists.racket-lang.org/dev</a><br>
><br>
><br>
</p>