[racket] DrRacket package suggestions

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri May 2 17:53:31 EDT 2014

I'm not sure either, but it is the exn:missing-module? and
exn:missing-module-accessor functions that are supposed to be
conveying the information. So trying to find a program that should
work with those functions (but doesn't) is probably the place to
start.

Robby

On Fri, May 2, 2014 at 4:50 PM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:
> Hi all,
>
> I seem to recall that a while ago DrRacket started to suggest packages
> to install when you had `require`s that failed to load any modules, but
> I can't seem to figure out how to trigger this anymore.
>
> Was this disabled at some point? I see that the code from this commit:
>   https://github.com/plt/racket/commit/3474d0913873058d60baeb8237e5c02f5b0ab1f1
>
> still seems to be in DrRacket and parts of it are still called (verified
> via printf), but I don't actually see any suggestions. Am I missing
> something obvious?
>
> Cheers,
> Asumu
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.