Re: [racket-dev] Expansion size vs. zo file size

2014-11-14 Thread Asumu Takikawa
On 2014-11-11 17:25:37 -0500, Asumu Takikawa wrote: I found this unintuitive. Is there anything I can do to get the bytecode compiler to help me out here? FWIW, I also tried looking at the optimizer logs in both cases to see if there was much difference. Grepping for inlining shows counts of 75

[racket-dev] fix for serve/servlet docs?

2014-11-14 Thread John Clements
The serve/servlet docs state: The server files are rooted at server-root-path (which is the distribution root by default.) File paths, in addition to the htdocs directory under server-root-path may be provided with extra-files-paths. These paths are checked first, in the order they appear in the

Re: [racket-dev] fix for serve/servlet docs?

2014-11-14 Thread Jay McCarthy
Currently, the documentation says that the default value is default-server-root-path but that is not a link to anything. In the actual code, this is (define-runtime-path default-web-root default-web-root) I think the right thing to do is just change what the default argument says to be