[racket-dev] Missing match-expander? export from racket/match

2014-01-04 Thread Jens Axel Søgaard
It seems racket/match exports prop:match-expander, but not match-expander? . Is that on purpose? https://github.com/plt/racket/blob/master/racket/collects/racket/match/match.rkt https://github.com/plt/racket/blob/master/racket/collects/racket/match/stxtime.rkt /Jens Axel

Re: [racket-dev] Missing match-expander? export from racket/match

2014-01-04 Thread Sam Tobin-Hochstadt
This just seems like an oversight to me -- I'll fix it. Sam On Sat, Jan 4, 2014 at 7:28 AM, Jens Axel Søgaard wrote: > It seems racket/match exports prop:match-expander, but not > match-expander? . Is that on purpose? > > https://github.com/plt/racket/blob/master/racket/collects/racket/match/mat

Re: [racket-dev] Nope. (was: Re: release blocker?)

2014-01-04 Thread John Clements
On Dec 31, 2013, at 4:27 PM, Robby Findler wrote: > Glad to hear it isn't in the release branch, but do tell us: what was it? Sorry, gone for the last five days. I had an interesting problem where the "colors" pane of the preferences was inaccessible in the following way: Clicking on the tab

Re: [racket-dev] Nope. (was: Re: release blocker?)

2014-01-04 Thread Robby Findler
Oh yes. I have seen that too. Matthew's hypothesis is that it is a limitation of some lower-level interactions (involving timeouts). Robby On Saturday, January 4, 2014, John Clements wrote: > > On Dec 31, 2013, at 4:27 PM, Robby Findler wrote: > > > Glad to hear it isn't in the release branch, b