| 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> |
|---|---|---|
| ||
| Previous by Date: | alist->env is broken, Michael Sperber [Mr. Preprocessor] |
|---|---|
| Next by Date: | Building scsh, Steven L Jenkins |
| Previous by Thread: | alist->env is broken, Michael Sperber [Mr. Preprocessor] |
| Next by Thread: | Building scsh, Steven L Jenkins |
| Indexes: | [Date] [Thread] [Top] [All Lists] |