[racket-dev] enter! verbosity
Yesterday, Jakub Piotr Cłapa wrote:
> On 10.12.10 21:05, Noel Welsh wrote:
> > It is moderately useful to see what is reloaded if you renter enter!
>
> Just a quick thought:
>
> Let it output what it is "reloading" and not what is loaded for the
> first time. OTOH does enter! really do any reloading?
That implies at one reason for the verbose loading messages: modules
that your code depends on do not get reloaded:
> (enter! "x")
[loading /tmp/x]
[loading /home/eli/plt/collects/racket/lang/compiled/reader_rkt.zo]
[loading /home/eli/plt/collects/syntax/compiled/module-reader_rkt.zo]
[loading /home/eli/plt/collects/syntax/compiled/readerr_rkt.zo]
... edit the file ...
> (enter! "x")
[re-loading /tmp/x]
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!