Re: [racket-dev] scribble/srcdoc

2012-05-15 Thread Jay McCarthy
This is awesome. My OpenCL planet package, which used srcdoc heavily, used to take over 4 hours to compile on my machine. (I actually don't know how long it took, because I didn't have the patience. At some point in the past, it only took about an hour.) Now, it takes 60 seconds. Go Matthew! You

Re: [racket-dev] scribble/srcdoc

2012-05-14 Thread Danny Yoo
> source to find the information. Submodules solve the problem of having > extra information in a module that is not loaded with the module's > code, so the `expand' approach is not longer necessary. Do the submodules then have a specific name that the external tools know about? Let me look at th

[racket-dev] scribble/srcdoc

2012-05-12 Thread Matthew Flatt
If you use `scribble/srcdoc', please check that the latest version still works on your code. I've changed the implementation to use submodules. In the old implementation, `require/doc' and `provide/doc' expanded to syntax-quoted constants that the compiler would drop when creating bytecode (so tha