guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [r6rs] quest to make the makers package work


From: Julian Graham
Subject: Re: [r6rs] quest to make the makers package work
Date: Fri, 18 Jun 2010 08:48:36 -0400

Hello!


>> ;;; compiling ./makers//makers.sls
>> ;;; compiling ./makers//helpers.sls
>> ;;; compiled 
>> /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/helpers.sls.go
>> ;;; compiled 
>> /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/makers/makers.sls.go
>> ;;; compiled 
>> /home/marco/.cache/guile/ccache/2.0-0.R-LE-4/home/marco/src/devel/scheme/makers/tests/test-makers.sps.go
>> guile: uncaught throw to r6rs:exception: 
>> (#<r6rs:record:&raise-object-wrapper>)
>> make: *** [gtest] Error 1
>
> Yes this is where I am now. I don't know much about our r6rs condition 
> shims...

I haven't been following this thread as closely as I should, but FWIW,
that's the result of a call to R6RS's `raise' (or `raise-continuable')
-- Guile's default throw handler doesn't know how to unpack it.  For
debugging, you might try installing an R6RS exception handler at the
top level.  I'll also jump in and take a look.


Regards,
Julian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]