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, 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 labeled colors would not change to the appropriate
> content. However, clicking on another tab after that one would flash the
> colors tab content momentarily before going to the second-requested one. I
> suspected an interaction with drracket-solarized, which I had installed.
> I'm not yet back at school, and I didn't manage to narrow it down to the
> point where I felt comfortable submitting a report.
>
> John
>
> >
> > Robby
> >
> >
> > On Tue, Dec 31, 2013 at 5:39 PM, John Clements <
> cleme...@brinckerhoff.org > wrote:
> > disregard; it seems to be the combination of my development branch and
> asumu’s solarized colors. Can’t make it occur on the release branch.
> >
> > John
> >
> > On Dec 31, 2013, at 2:50 PM, John Clements 
> > >
> wrote:
> >
> > > I don’t know how close we are to release… I just saw a big bug and I
> want to test it against the current release candidate. It has to do with
> the “Colors” tab of the preferences.
> > >
> > > John
> > >
> > >
> > > _
> > >  Racket Developers list:
> > >  http://lists.racket-lang.org/dev
> >
> >
> > _
> >   Racket Developers list:
> >   http://lists.racket-lang.org/dev
> >
>
>
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 labeled colors would not change to the appropriate content. 
However, clicking on another tab after that one would flash the colors tab 
content momentarily before going to the second-requested one. I suspected an 
interaction with drracket-solarized, which I had installed. I'm not yet back at 
school, and I didn't manage to narrow it down to the point where I felt 
comfortable submitting a report.

John

> 
> Robby
> 
> 
> On Tue, Dec 31, 2013 at 5:39 PM, John Clements  
> wrote:
> disregard; it seems to be the combination of my development branch and 
> asumu’s solarized colors. Can’t make it occur on the release branch.
> 
> John
> 
> On Dec 31, 2013, at 2:50 PM, John Clements  wrote:
> 
> > I don’t know how close we are to release… I just saw a big bug and I want 
> > to test it against the current release candidate. It has to do with the 
> > “Colors” tab of the preferences.
> >
> > John
> >
> >
> > _
> >  Racket Developers list:
> >  http://lists.racket-lang.org/dev
> 
> 
> _
>   Racket Developers list:
>   http://lists.racket-lang.org/dev
> 


_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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/match.rkt
>
> https://github.com/plt/racket/blob/master/racket/collects/racket/match/stxtime.rkt
>
> /Jens Axel
> _
>   Racket Developers list:
>   http://lists.racket-lang.org/dev

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[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
_
  Racket Developers list:
  http://lists.racket-lang.org/dev