Re: [racket-dev] [racket-bug] all/11365: syntax definitions in interactions -- namespace mismatch: errortrace-key

2010-11-03 Thread Tony Garnock-Jones
Eli Barzilay wrote: * If it's OSX, and no `git' was found in the path, then try "/opt/local/bin/git". This looks like the common place to get it installed on OSX (please correct me if it's wrong). Homebrew (and a simple ./configure&&make install) will put it in /usr/local/bin. It might be

[racket-dev] Strange module mismatch

2010-11-03 Thread Casey Klein
I'm hitting a module mismatch that won't go away no matter how many times I type raco make or raco setup. Running the module #lang racket (require redex) variables-not-in produces link: module mismatch, probably from old bytecode whose dependencies have changed: variable not provided (directly

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Carl Eastlund
Is the DrRacket option "populate compiled/ directories" enabled or disabled? If it is enabled, disable it and try again. I get this kind of behavior with planet development links sometimes; see PR 10685. Of course, these problems may not be directly related even if this option does fix your prog

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Casey Klein
I get the same error with the option disabled. On Wed, Nov 3, 2010 at 1:41 PM, Carl Eastlund wrote: > Is the DrRacket option "populate compiled/ directories" enabled or > disabled?  If it is enabled, disable it and try again.  I get this > kind of behavior with planet development links sometimes;

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Robby Findler
Did you edit files that drracket depends on and then not restart drracket? On Wed, Nov 3, 2010 at 1:24 PM, Casey Klein wrote: > I'm hitting a module mismatch that won't go away no matter how many > times I type raco make or raco setup. > > Running the module > > #lang racket > (require redex) > v

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Casey Klein
No, but I did run the wrong drracket executable after getting a pristine build. Sorry for the noise! On Wed, Nov 3, 2010 at 2:06 PM, Robby Findler wrote: > Did you edit files that drracket depends on and then not restart drracket? > > On Wed, Nov 3, 2010 at 1:24 PM, Casey Klein > wrote: >> I'm h

[racket-dev] saving .scrbl file OS X message box

2010-11-03 Thread John Clements
Dear Heavens, this is the most unpleasant message box I've seen in a while, when trying to save a file with the extension "scrbl" in OS X 10.6.4: You cannot save this document with extension ".scrbl" at the end of the name. The required extension is ".". You can choose to use both, so that your

[racket-dev] Lines cs paras

2010-11-03 Thread Robby Findler
I think you want to count paragraphs not lines (and leave space when lines wrap). Otherwise the numbers won't match up with the error messages. Robby On Wednesday, November 3, 2010, wrote: > rafkind has updated `master' from c990d602b0 to 68c197f639. >  http://git.racket-lang.org/plt/c990d602b

Re: [racket-dev] Lines cs paras

2010-11-03 Thread Jon Rafkind
Ah thanks, I was going to bug you about reviewing my code at some point :) On 11/03/2010 04:28 PM, Robby Findler wrote: > I think you want to count paragraphs not lines (and leave space when > lines wrap). Otherwise the numbers won't match up with the error > messages. > > Robby _

[racket-dev] OS X: new GC icon... gets left behind?

2010-11-03 Thread John Clements
I like the new "gc" cursor. I see something interesting though, when DrRacket starts spinning hard, which is that the recycle cursor gets left wherever it was, and the traditional pizza returns. This is more in the realm of curiosity than bug, though. John smime.p7s Description: S/MIME cry

Re: [racket-dev] OS X: new GC icon... gets left behind?

2010-11-03 Thread John Clements
On Nov 3, 2010, at 5:43 PM, John Clements wrote: > I like the new "gc" cursor. I see something interesting though, when > DrRacket starts spinning hard, which is that the recycle cursor gets left > wherever it was, and the traditional pizza returns. This is more in the > realm of curiosity t