Re: [racket] Scribble and Contracts

2011-08-01 Thread Patrick King
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

Re: [racket] Scribble and Contracts

2011-08-01 Thread Matthew Flatt
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

[racket] Scribble and Contracts

2011-07-31 Thread Patrick King
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