On Aug 1, 2011 6:15 AM, "Matthew Flatt" wrote:
>
> Thanks for the report! I've pushed a repair to the Racket git repo.
Thanks for the repair!
>
> The problem was a mismatch between `make-base-eval' and
> `make-base-eval-factory'. If you use `make-base-eval-factory' within
> DrRacket (or some othe
Thanks for the report! I've pushed a repair to the Racket git repo.
The problem was a mismatch between `make-base-eval' and
`make-base-eval-factory'. If you use `make-base-eval-factory' within
DrRacket (or some other context where `racket/gui/base' is loaded),
then the factory couldn't attach modu
While trying to scribble some documentation, I came across what seems to be
a bug involving contracts and scribble's interaction form.
my-module.scrbl:
#lang scribble/manual
@(require scribble/eval)
When I introduce contracts into "my-module.rkt", the following lines...
@(define my-eval (make-e
3 matches
Mail list logo