[plt-scheme] parser funky

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Jul 29 08:05:24 EDT 2009

Instead of

  make install

you can use

  make plain-install
  setup-plt -D

which avoids re-building the docs. That can be faster for some updates.

At Wed, 29 Jul 2009 07:31:43 -0400, "Todd O'Bryan" wrote:
> When I update from SVN, it takes 20-30 minutes to rebuild everything
> (configure; make; make install). I'm not that make savvy, so I'm
> suspecting there's a less disruptive and painful path to upgrading. Am
> I just being overly optimistic?
> 
> Todd
> 
> On Tue, Jul 28, 2009 at 11:32 PM, Matthew Flatt<mflatt at cs.utah.edu> wrote:
> > At Tue, 28 Jul 2009 23:05:06 -0400, "Todd O'Bryan" wrote:
> >> Something funky is going on with the parser in the latest svn (version
> >> 4.2.1.4-svn28jul2009).
> >>
> >> In Beginning Student, I enter the following program and with the
> >> cursor after the last paren of the function, nothing is highlight,
> >> after the second-to-last, it highlights that paren in pink, suggesting
> >> that it's unbalanced.
> >>
> >> Also, auto-indenting seems to be confused when I hit enter after the
> >> first close paren.
> >>
> >> Is it just me?
> >
> > No, it was a bug in my changes today, and it's fixed in SVN.
> >
> >


Posted on the users mailing list.