[REBOL] Re: Better error messages?
From: sunandadh:aol at: 9-Dec-2001 18:27
Hi Gabrielle,
> a: func [] [make error! "Bomb!"]
> b: func [] [a]
> c: func [] [b]
> should give out:
> Where: [c b a]
>
> Maybe we could just write a REP and send it to Carl? I think
> having a pointer in error/near and a stack dump in error/where
> should be rather easy to implement for RT.
That'd be a good solution
I'd be happy to write the Rep. Is there some protocol involved here, or is it
just an email to feedback?
Volker has come up with what looks to me like an excellent workaround,
demonstrating once again the flexibility
of Rebol and the ingenuity of this list's inhabitants....But it'd be even
better to have something as basic as error reporting built into the
environment.
Sunanda.