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

2011-09-21 Thread Sam Tobin-Hochstadt
On Tue, Sep 20, 2011 at 6:13 PM, mfl...@racket-lang.org wrote: | convert C++-style comments to C-style comments | | As far as I know, // isn't a C comment form, although | MSVC and gcc both accept it. // was made a legal comment syntax by C99. -- sam th sa...@ccs.neu.edu

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

2011-09-21 Thread Eli Barzilay
Reminder: checkpoint commits are perfectly fine, but please use `rebase -i' to merge them before you push. Yesterday, rafk...@racket-lang.org wrote: rafkind has updated `master' from 13e16d2b12 to 67c9e3e4af. http://git.racket-lang.org/plt/13e16d2b12..67c9e3e4af =[ 2 Commits

[racket-dev] Dotted syntax/parse patterns and scribble/eval

2011-09-21 Thread Casey Klein
I'm confused by the behavior of syntax/parse pattern variables that come after dots. Sometimes they're bound to lists and sometimes to syntax objects. For example, in the following example, the variable `after-ones' gets bound to a list: #lang racket/base (require (for-syntax

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

2011-09-21 Thread Jon Rafkind
How do I see the Honu docs now? I just rebuilt, searching for 'honu' doesn't find it. On 09/21/2011 02:10 PM, e...@racket-lang.org wrote: eli has updated `master' from 5024b690ca to 81e0f3f3d7. http://git.racket-lang.org/plt/5024b690ca..81e0f3f3d7 =[ 1 Commits

Re: [racket-dev] Dotted syntax/parse patterns and scribble/eval

2011-09-21 Thread Ryan Culpepper
That's a bug. A pattern variable should always be bound to a syntax object. Ryan On 09/21/2011 03:39 PM, Casey Klein wrote: I'm confused by the behavior of syntax/parse pattern variables that come after dots. Sometimes they're bound to lists and sometimes to syntax objects. For example, in

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

2011-09-21 Thread Jon Rafkind
On 09/21/2011 05:27 PM, Eli Barzilay wrote: An hour and a half ago, Jon Rafkind wrote: How do I see the Honu docs now? I just rebuilt, searching for 'honu' doesn't find it. Run `raco docs'. And then what? Do you see Honu in there? I don't. _

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

2011-09-21 Thread Eli Barzilay
Just now, Jon Rafkind wrote: On 09/21/2011 05:27 PM, Eli Barzilay wrote: An hour and a half ago, Jon Rafkind wrote: How do I see the Honu docs now? I just rebuilt, searching for 'honu' doesn't find it. Run `raco docs'. And then what? Do you see Honu in there? I don't. I don't know

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

2011-09-21 Thread Ryan Culpepper
On 09/21/2011 05:31 PM, Eli Barzilay wrote: Just now, Jon Rafkind wrote: On 09/21/2011 05:27 PM, Eli Barzilay wrote: An hour and a half ago, Jon Rafkind wrote: How do I see the Honu docs now? I just rebuilt, searching for 'honu' doesn't find it. Run `raco docs'. And then what? Do you see

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

2011-09-21 Thread Jon Rafkind
On 09/21/2011 05:34 PM, Ryan Culpepper wrote: On 09/21/2011 05:31 PM, Eli Barzilay wrote: Just now, Jon Rafkind wrote: On 09/21/2011 05:27 PM, Eli Barzilay wrote: An hour and a half ago, Jon Rafkind wrote: How do I see the Honu docs now? I just rebuilt, searching for 'honu' doesn't find it.

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

2011-09-21 Thread Jon Rafkind
On 09/21/2011 05:35 PM, Jon Rafkind wrote: On 09/21/2011 05:34 PM, Ryan Culpepper wrote: On 09/21/2011 05:31 PM, Eli Barzilay wrote: Just now, Jon Rafkind wrote: On 09/21/2011 05:27 PM, Eli Barzilay wrote: An hour and a half ago, Jon Rafkind wrote: How do I see the Honu docs now? I just

Re: [racket-dev] Dotted syntax/parse patterns and scribble/eval

2011-09-21 Thread Ryan Culpepper
On 09/21/2011 04:14 PM, Neil Van Dyke wrote: Ryan Culpepper wrote at 09/21/2011 05:43 PM: That's a bug. A pattern variable should always be bound to a syntax object. This seems to me like a good scenario of one kind of backward compatibility issue affecting PLaneT. For example, I think that

[racket-dev] help on Help Desk

2011-09-21 Thread Stephen Bloch
Bug #12115 is really throwing me. The reported symptom is picturing-programs documentation is not searchable in Help Desk, but that's not quite true. I start up DrRacket in BSL and type (require picturing-programs) in Definitions pane, then hit Run. If I do NOT have a browser running, and I

Re: [racket-dev] help on Help Desk

2011-09-21 Thread Robby Findler
I guess I'm in charge of the bits that call into help/search. If f1 is near whitespace, it calls send-main-page. If there is a word/symbol nearby it calls perform-search with that word and some context information. It kind of sounds like the context is being synthesized wrong. Perhaps the next