scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-415333 ] alist->env doen't create colon lists

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-415333 ] alist->env doen't create colon lists
From: noreply@sourceforge.net
Date: Thu, 21 Jun 2001 01:41:03 -0700
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs item #415333, was updated on 2001-04-10 23:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=415333&group_id=10493

Category: run-time
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Martin Gasbichler (mainzelm)
Assigned to: Olin Shivers (olin-shivers)
Summary: alist->env doen't create colon lists

Initial Comment:
While writing the test code, Andreas stumbled over
this:


According to the manual the following should create a
colon separated list as value:

(alist->env (list (cons "Stringlist" (list "1" "2"))))
but all you get is:

Error: exception
       (string-length '("1" "2"))


I tried to figure out what went wrong, but I couldn't
even find the code that should do the conversion.

Please don't try to fix this in the 0.6 module.


----------------------------------------------------------------------

>Comment By: Martin Gasbichler (mainzelm)
Date: 2001-06-21 01:41

Message:
Logged In: YES 
user_id=17553

Olin fixed this with revision 1.21 of scsh/scsh/syscalls.scm
and with revision 1.20 of scsh-0.6/scsh/syscalls.scm.

----------------------------------------------------------------------

Comment By: Olin Shivers (olin-shivers)
Date: 2001-05-11 16:53

Message:
Logged In: YES 
user_id=101304

Fixed in 0.5.

Why don't you want me to fix in 0.6? (Is very simple --
relevant
fun is syscalls.scm's alist->env-vec.)
    -Olin

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=415333&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] [ scsh-Bugs-415333 ] alist->env doen't create colon lists, noreply <=