[Ecls-list] Standalone executable with HEAD

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Mon Nov 9 09:14:18 UTC 2009


On Sun, Nov 8, 2009 at 11:45 PM, Andy Hefner <ahefner at gmail.com> wrote:
> On Sun, Nov 8, 2009 at 9:39 AM, Juan Jose Garcia-Ripoll
> <juanjose.garciaripoll at googlemail.com> wrote:
>
>> EXT:QUIT now works differently: it unwinds the stack until it finds
>> the outermost block, executing all cleanup statements from
>> UNWIND-PROTECTs that it finds. Unfortunately, standalone executables
>> did not provide a single frame to jump to, and QUIT failed. I have
>> fixed this in CVS/git.
>
> CVS HEAD has its own problem, the supplied status code doesn't make it
> to the operating system.

Fixed today:

$ ecl -norc -eval '(quit 0)' && echo OK
OK
$ ecl -norc -eval '(quit 1)' || echo FAILED
FAILED

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list