The integer returned by the 'system' procedure is not (portably) interpretable by Scheme code (in C it as to be destructured by the WIFEXITED() macro & co.):
As there is already code to interpret that integer for implementing wstatus-exit-code' andwstatus-received-signal', this functionality should probably refactored to expose a procedure to destructure the return value of `system' as well.
Launchpad Details: #LP349210 Andreas Rottmann - 2009-03-26 18:12:50 -0400
The integer returned by the 'system' procedure is not (portably) interpretable by Scheme code (in C it as to be destructured by the WIFEXITED() macro & co.):
As there is already code to interpret that integer for implementing
wstatus-exit-code' and
wstatus-received-signal', this functionality should probably refactored to expose a procedure to destructure the return value of `system' as well.Launchpad Details: #LP349210 Andreas Rottmann - 2009-03-26 18:12:50 -0400