Re: [racket-dev] separate plot library into gui-requiring and non-gui-requiring

2013-10-09 Thread Neil Toronto
I'm splitting up the plot package today. Stephen: You'll be able to install plot-lib, then (require plot/pict) to get a `plot' function work-a-like that outputs picts instead of snips, or (require plot/bitmap) to get one that outputs bitmaps. You could easily make a plot-no-gui-lib package

Re: [racket-dev] separate plot library into gui-requiring and non-gui-requiring

2013-10-09 Thread Stephen Chang
Thanks Neil! plot/no-gui sounds fine to me. I'll give it a try after you push. On Wed, Oct 9, 2013 at 12:08 PM, Neil Toronto neil.toro...@gmail.com wrote: I'm splitting up the plot package today. Stephen: You'll be able to install plot-lib, then (require plot/pict) to get a `plot' function

[racket-dev] get-x method on key event always returns zero?

2013-10-09 Thread John Clements
It appears to me that the 'get-x' method on a key event always returns zero, counter to what the docs say. Is this a doc bug, a software bug, or just me being dumb? FWIW, here's a simple program that illustrates this; press a key while the window has focus, and you will always see 0 in the x

Re: [racket-dev] separate plot library into gui-requiring and non-gui-requiring

2013-10-09 Thread Neil Toronto
Pushed. Included are the plot/pict and plot/bitmap modules, which export `plot' and `plot3d' work-a-likes. The documentation has the details. The only thing left now is to break the package up. *rolls up sleeves* Neil ⊥ On 10/09/2013 12:10 PM, Stephen Chang wrote: Thanks Neil! plot/no-gui

Re: [racket-dev] separate plot library into gui-requiring and non-gui-requiring

2013-10-09 Thread Laurent
Le 10 oct. 2013 00:09, Neil Toronto neil.toro...@gmail.com a écrit : Also, what's a good name for the module that exports `plot-file', `plot-pict', `plot-bitmap', `plot/dc', and the 3d versions of those functions? Something like plot/no-gui? plot/draw maybe? Laurent _

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

2013-10-09 Thread Sam Tobin-Hochstadt
On Wed, Oct 9, 2013 at 7:41 PM, ntoro...@racket-lang.org wrote: 0edd7e0 Neil Toronto neil.toro...@gmail.com 2013-10-09 17:40 : | Split plot package into five packages : Following some of the other packages, you might want to add a `plot` package that depends on everything except

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

2013-10-09 Thread Neil Toronto
On 10/09/2013 05:44 PM, Sam Tobin-Hochstadt wrote: On Wed, Oct 9, 2013 at 7:41 PM, ntoro...@racket-lang.org wrote: 0edd7e0 Neil Toronto neil.toro...@gmail.com 2013-10-09 17:40 : | Split plot package into five packages : Following some of the other packages, you might want to add a `plot`

Re: [racket-dev] package system, minimal builds and more

2013-10-09 Thread Neil Toronto
On 10/01/2013 07:30 AM, Neil Toronto wrote: On 10/01/2013 09:20 AM, Tobias Hammer wrote: * monolithic math currently math is one big package and installing it pulls in nearly everything through the docs. Is it planned to split it into -lib and -doc? We were waiting for a reason. This is one.

Re: [racket-dev] get-x method on key event always returns zero?

2013-10-09 Thread Matthias Felleisen
world uses get-x like this: (define/public (deal-with-mouse %) (if (not on-mouse) ;; No mouse handler = discard mouse events (so snip are not selected ;; in the pasteboard, for example (class % (super-new)

[racket-dev] raco setup errors

2013-10-09 Thread Stephen Chang
Pulled today's commits and got the following errors during raco setup. I'm guessing it's because some dependencies changed. Is there a step I forgot to do? raco setup: --- building documentation --- raco setup: docs failure: query-rows: the database disk image is malformed raco setup: ---