I'm trying to use logging to time various portions of Typed Racket
compilation, and I'm running into trouble. In particular, when I do
something like this:
(managed-compile-zo
"/tests/typed-racket/succeed/null-program.rkt")
with Typed Racket instrumented to do logging on a logger built with
Does anyone know if there's a way to replace current-load/use-compiled at
startup time without changing cstartup.inc and rebuilding executables?
--
Dan Liebgold[dan.liebg...@gmail.com]
_
Racket Developers list:
http://lists.racket-lang.org/dev
At Wed, 16 Jan 2013 10:28:23 -0700, Danny Yoo wrote:
> > Cut-and-paste worries me. Instead of copying the documentation for X to
> > Y, usually it works better to document X as "Like Y, except...". Could
> > that work in this case?
>
>
> Ok, I can change it so it just documents the delta. How do
> Cut-and-paste worries me. Instead of copying the documentation for X to
> Y, usually it works better to document X as "Like Y, except...". Could
> that work in this case?
Ok, I can change it so it just documents the delta. How does this look?
https://github.com/dyoo/racket/commit/3a3b0f90084b
At Wed, 16 Jan 2013 08:44:33 -0700, Danny Yoo wrote:
> Ok, done. I've also did a copy-and-paste of the documentation for
> parser-tools/yacc, but adjusted the prose where cfg-parser deviates
> from the standard parser interface. Does it look ok?
Cut-and-paste worries me. Instead of copying the d
On Wed, Jan 16, 2013 at 10:55 AM, Robby Findler
wrote:
> The former.
Ok, great. Happily back to using DrRacket. :)
>
> And maybe there is a problem with drracket sharing too much with the user
> program too.
>
> Robby
>
> On Wednesday, January 16, 2013, Sam Tobin-Hochstadt wrote:
>>
>> Do you m
The former.
And maybe there is a problem with drracket sharing too much with the user
program too.
Robby
On Wednesday, January 16, 2013, Sam Tobin-Hochstadt wrote:
> Do you mean the "automatically populate compiled directories" setting,
> or the "online compilation"?
>
> Sam
>
> On Wed, Jan 16,
Ok, done. I've also did a copy-and-paste of the documentation for
parser-tools/yacc, but adjusted the prose where cfg-parser deviates
from the standard parser interface. Does it look ok?
_
Racket Developers list:
http://lists.racket-lang.org/dev
Do you mean the "automatically populate compiled directories" setting,
or the "online compilation"?
Sam
On Wed, Jan 16, 2013 at 10:37 AM, Robby Findler
wrote:
> It may be possible to change drracket to only set that parameter when it is
> compiling files, but for now I think you have to disable
In the first-year course that David and I are teaching, we use custom
languages specified with #lang, multiple files, DrRacket, and images
embedded in .rkt files. Unfortunately, these features, which are all
great on their own, don't play nicely together. As a result, I ended
up writing this cour
It may be possible to change drracket to only set that parameter when it is
compiling files, but for now I think you have to disable drracket's auto
compilation (in the language dialog's show details section) to develop
programs like this.
Robby
On Wednesday, January 16, 2013, Sam Tobin-Hochstadt
I'm not sure if this is a bug or not, so I'm bringing it up on the
list. But when I do the following:
#lang racket
(require compiler/cm)
(manager-compile-notify-handler displayln)
(managed-compile-zo
"/home/samth/sw/plt/collects/tests/typed-racket/succeed/null-program.rkt")
Then the compiler pla
12 matches
Mail list logo