[racket] sllgen:make-rep-loop in Racket 6.1

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Tue Aug 26 08:27:50 EDT 2014

You should just be able to edit the relevant .rkt source file on
Windows as well -- it should be in the
racket/pkgs/eopl/private/sllgen.rkt file.

Sam

On Tue, Aug 26, 2014 at 7:45 AM, Sven Panne <svenpanne at gmail.com> wrote:
> 2014-08-25 17:16 GMT+02:00 Sven Panne <svenpanne at gmail.com>:
>> I've just updated my Racket installation to 6.1 (Windows 64bit), and
>> something seems to be strange with sllgen:make-rep-loop: Although the
>> auto-completion finds it (and other sllgen stuff), it seems to be
>> unbound. [...]
>
> I've just found this problem in the bug tracker, but the issue is over
> a year old, and there has been no reply so far:   :-(
>
>   http://bugs.racket-lang.org/query/?debug=&database=default&cmd=view+audit-trail&cmd=view&pr=13831
>
> The commit which broke things is
> http://git.racket-lang.org/plt/commit/b265e260b259d36d38239cbeeb6dc191a5a542ef.
> The fix is easy, I think: Add sllgen:make-rep-loop to a provide in
> share/pkgs/eopl/private/sllgen.rkt again. I can build from source on
> Linux, but I need a fixed version on Windows, too. Can I just grab
> share/racket/pkgs/eopl/private/compiled/sllgen_rkt.zo from the
> compiled Linux version and put that into the corresponding folder on
> Windows? I've got no clue if the *.zo files are portable or not, but
> at least the "shared" in the path indicate that they might be.
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.