Re: [racket-dev] drracket fails N times during start up

2010-09-09 Thread Robby Findler
This should be fixed now. Robby On Thu, Sep 9, 2010 at 8:15 PM, Robby Findler wrote: > Yes, that's a bug in ->i. Working on it. > > Sorry, > Robby > > On Thu, Sep 9, 2010 at 8:08 PM, Matthias Felleisen > wrote: >> >> I built drrackt from scratch tonight around 7:30. When I started it up, I >>

Re: [racket-dev] drracket fails N times during start up

2010-09-09 Thread Robby Findler
Yes, that's a bug in ->i. Working on it. Sorry, Robby On Thu, Sep 9, 2010 at 8:08 PM, Matthias Felleisen wrote: > > I built drrackt from scratch tonight around 7:30. When I started it up, I got > the following N error message. > > > Error in phase 2 for tool > #; "FrTime > Language" > > /User

[racket-dev] drracket fails N times during start up

2010-09-09 Thread Matthias Felleisen
I built drrackt from scratch tonight around 7:30. When I started it up, I got the following N error message. Error in phase 2 for tool #; "FrTime Language" /Users/matthias/plt/collects/drracket/private/tools-drs.rkt: FrTime Language broke the contract (-> (and/c (is-a?/c interfac

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

2010-09-09 Thread Sam Tobin-Hochstadt
On Mon, Aug 23, 2010 at 11:02 AM, Will M. Farr wrote: > On Aug 23, 2010, at 7:40 AM, Matthew Flatt wrote: >> >> Maybe you want to thread the vector index through using `for/fold' >> instead of drawing the index from a sequence. The expansion could >> insert enough `#:when' clauses to compare the i

Re: [racket-dev] gitp

2010-09-09 Thread Eli Barzilay
Just in case someone tried it, I fixed a small bug that caused it not to restore timestamps when not invoked in the toplevel directory of the repository. You can find it here: http://barzilay.org/misc/gitp On Sep 7, Eli Barzilay wrote: > On Jul 8, Eli Barzilay wrote: > > [...something that nob

[racket-dev] dependent contracts: use them more!

2010-09-09 Thread Robby Findler
[ Exec summary: dependent contracts aren't slow anymore, so use them more! ] There are not many uses of dependent contracts in our git respository or in planet. I have a sense that people avoid dependent contracts because they are slow. While ->d is remarkably slow, I'm not sure how widespread thi