scsh-users
[Top] [All Lists]

Re: alist->env is broken

To: scsh@martigny.ai.mit.edu
Subject: Re: alist->env is broken
From: shivers@ai.mit.edu (Olin Shivers)
Date: 19 Sep 1996 18:09:02 -0400
Organization: Artificial Intelligence Lab, MIT
Reply-to: shivers@ai.mit.edu
Yep, it is broken. The temporary fix is to wrap a LIST->VECTOR
call around ALIST->ENV's call to ALIST->ENV-LIST in syscalls.scm:

(define (alist->env alist)
  (%install-env (list->vector (alist->env-list alist))))

Thanks for reporting the bug, Mike. I have fixed the problem in my sources.
        -Olin

<Prev in Thread] Current Thread [Next in Thread>
  • alist->env is broken, Michael Sperber [Mr. Preprocessor]
    • Re: alist->env is broken, Olin Shivers <=