scsh-hackers
[Top] [All Lists]

[ scsh-Bugs-1255916 ] process form BEGIN

To: scsh-hackers@scsh.net
Subject: [ scsh-Bugs-1255916 ] process form BEGIN
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Wed, 10 Aug 2005 07:57:04 -0700
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>
Sender: Nobody <nobody@projects.sourceforge.net>
Bugs item #1255916, was opened at 2005-08-10 07:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110493&aid=1255916&group_id=10493

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Olin Shivers (olin-shivers)
Summary: process form BEGIN

Initial Comment:
The BEGIN process form runs Scheme code in a forked
process, the status returned by running such a process
form seems to be zero unless the code executes EXIT.
However, the manual says nothing about the status
returned by running BEGIN forms.  I think the manual
should make this clear. This might be an example:

> (run (begin 12))
0
> (run (begin 'foo))
0
> (run (begin (exit 12)))
3072


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

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

<Prev in Thread] Current Thread [Next in Thread>
  • [ scsh-Bugs-1255916 ] process form BEGIN, SourceForge.net <=