Thanks Felix!, I gonna try it.
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users
From: Hugo Arregui
Subject: Re: [Chicken-users] catching a "cannot import undefined module" error
Date: Sat, 20 Aug 2011 16:45:04 -0300
> Sure,
>
> i'm trying to build a script to list all my unsatisfied dependencies
> (along all my source files), so I can install t
Sure,
i'm trying to build a script to list all my unsatisfied dependencies
(along all my source files), so I can install them (for example: after
a chicken upgrade). I'm already get the dependencies, but I need try
to load them, so I can kow if they are missing or not.
Thanks again!
On Aug 20, 2011, at 7:59 AM, Hugo Arregui wrote:
> Hi guys,
>
> is there a way to catch "cannot import undefined module" error?
>
> I tried with catch and "with-exception-handler" procedures, but they
> don't seems to work.
This is raised as a syntax-error & these do not use the exception mac
From: Hugo Arregui
Subject: [Chicken-users] catching a "cannot import undefined module" error
Date: Sat, 20 Aug 2011 11:59:17 -0300
> Hi guys,
>
> is there a way to catch "cannot import undefined module" error?
>
> I tried with catch and "with-excepti
Hi guys,
is there a way to catch "cannot import undefined module" error?
I tried with catch and "with-exception-handler" procedures, but they
don't seems to work.
Thanks!
Hugo.
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.non