[racket-dev] ssh g...@git.racket-lang.org requires password

2010-10-12 Thread Horace Dynamite
I'm trying to follow the PLT git instructions located here, http://git.racket-lang.org/intro.html It says that you should get back information about your permissions when you connect to the gitolite server like so, ssh g...@git.racket-lang.org But this is what happens when I try, ssh

Re: [racket-dev] ssh g...@git.racket-lang.org requires password

2010-10-12 Thread Noel Welsh
I think those instructions are for committeerrss. You will probably have a better experience overall if you go with the github mirror: http://github.com/plt/racket To clone this just issue git clone http://github.com/plt/racket.git HTH, N. On Tue, Oct 12, 2010 at 12:40 PM, Horace Dynamite

Re: [racket-dev] ssh g...@git.racket-lang.org requires password

2010-10-12 Thread Horace Dynamite
On 12 October 2010 13:14, Noel Welsh noelwe...@gmail.com wrote: I think those instructions are for committeerrss. You will probably have a better experience overall if you go with the github mirror: Thanks Noel. This is what I ended up doing. Horace.

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-12 Thread Jos Koot
We already have begin-with-definitions. Would there be a great penalty to simply wrap every body-like sequence of expressions and definitions with begin-with-definitions? The latter even allows more freedom than (let () def ... expr ...), for it allows (begin-with-definitions def-or-expr ...). I

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-12 Thread Eli Barzilay
An hour ago, Matthew Flatt wrote: At Mon, 11 Oct 2010 20:38:58 -0400, Eli Barzilay wrote: At Mon, 11 Oct 2010 19:15:09 -0400, Eli Barzilay wrote: I'd love to see an implicit `#%begin', which could have the above apply in more places automatically. (It was one of the feature

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-12 Thread Eli Barzilay
Three minutes ago, Matthew Flatt wrote: At Tue, 12 Oct 2010 10:43:03 -0400, Eli Barzilay wrote: An hour ago, Matthew Flatt wrote: At Mon, 11 Oct 2010 20:38:58 -0400, Eli Barzilay wrote: At Mon, 11 Oct 2010 19:15:09 -0400, Eli Barzilay wrote: I'd love to see an implicit `#%begin',

Re: [racket-dev] `cond' / `when' / `unless' / etc bodies

2010-10-12 Thread Matthew Flatt
At Tue, 12 Oct 2010 11:16:35 -0400, Eli Barzilay wrote: Three minutes ago, Matthew Flatt wrote: At Tue, 12 Oct 2010 10:43:03 -0400, Eli Barzilay wrote: An hour ago, Matthew Flatt wrote: At Mon, 11 Oct 2010 20:38:58 -0400, Eli Barzilay wrote: At Mon, 11 Oct 2010 19:15:09 -0400, Eli

Re: [racket-dev] alt-exp syntax

2010-10-12 Thread Everett Morse
A while ago I thought up an alternate syntax that converts directly into S-Exp in an effort to reduce the number of parenthesis, hopefully simplify the way a program looked, and still be completely compatible (including macros) with the current Racket API. To test out my solution I've been

Re: [racket-dev] Compile Error (Everett Morse)

2010-10-12 Thread Matthew Flatt
The old error was a problem with inline assembly that would show up when gcc optimization is disabled. (Why was -O2 disabled for your build?) I fixed that problem a few days ago, though I didn't make the connection to your earlier post. The new error looks like a mismatch in the way that files