[racket-dev] Can't change plot in DrRacket without getting link errors

2014-01-03 Thread Neil Toronto
I do this: * In DrRacket, open pkgs/plot-pkgs/plot-lib/plot/private/common/draw.rkt * Make a small change, save * At the command line, racket/bin/raco setup --no-docs -l plot * Run a test file in another tab in DrRacket that has (require plot) I wait a long time (I think it's

Re: [racket-dev] Can't change plot in DrRacket without getting link errors

2014-01-03 Thread Jens Axel Søgaard
Try this: - open the menu Language in DrRacket - choose the menu item Choose language... - click the button Show details - remove the tick in Populate 'compiled' directories (for faster loading) /Jens Axel 2014/1/4 Neil Toronto neil.toro...@gmail.com: I do this: * In DrRacket, open

Re: [racket-dev] [plt] Push #28009: master branch updated

2014-01-03 Thread Neil Toronto
On 01/03/2014 06:12 PM, mfl...@racket-lang.org wrote: bd4d0b7 Matthew Flatt mfl...@racket-lang.org 2014-01-03 17:57 : | if a bitmap has a non-1 backing scale, always draw smoothly to other contexts : M pkgs/draw-pkgs/draw-lib/racket/draw/private/dc.rkt | 11 ++- Cool. It looks like