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

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu Jun 27 23:18:48 EDT 2013

On Thu, Jun 27, 2013 at 10:32 PM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:
> On 2013-06-27 22:21:23 -0400, asumu at racket-lang.org wrote:
>> 42b5cfe Asumu Takikawa <asumu at racket-lang.org> 2013-06-27 22:17
>> :
>> | Use racket/cmdline instead of mzlib/cmdline
>> |
>> | This should fix the build
>> :
>
> This fixes the build on my machine, but there are several more files
> left over that have dependencies on `mzlib`. I don't know which are
> essential:
>
>   * racket/src/mac/osx_appl.rkt

I just pushed a fix for this.

>   * racket/src/racket/gc/upgrade.rkt

I think my push fixes this, but I can't figure out how to run this
program, or if it's referenced anywhere.

>   * racket/src/worksp/gc2/make.rkt
>   * racket/src/worksp/mzcom/xform.rkt

These both depend on `mzlib/restart`, which is non-trivial.  Matthew,
should I just move that back and let you work that out? Are these
files critical now?

Sam

Posted on the dev mailing list.