On Tuesday 26 April 2005 23:41, chromatic wrote:
> Looks good to me. Â
To me too, except...
> Before I apply it, I think it needs a test case. ÂI'll write it from
> this example. ÂHow about t/stress/internal_exceptions.t?
>
> Any other feedback?
This should be a real_exception, not an internal one
On Tue, 2005-04-26 at 11:55 -0700, Nick Glencross wrote:
> This patch fixes a segfault in r7928 when load_bytecode cannot find the
> pbc file. e.g.
>
> .sub test
> # (Assumes hello.pbc doesn't exist)
> load_bytecode "hello.pbc"
> end
> .end
Looks good to me.
Before I apply it, I