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

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Nov 4 15:17:02 EDT 2010

Yesterday, Tony Garnock-Jones wrote:
> 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 worth checking there too, if
> /usr/local/bin isn't on the default OS X path.

I prefer to keep it to a minimal set of such paths, so I'll add it if
it's popular enough on OSX.  In any case, the fallback from the git
case is to dig through a .git/HEAD file for the sha1.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.