Re: [scala] unexpectedly abrupt end for such an innocent mistake
On Fri, 2009-06-26 at 15:13 -0700, Meredith Gregory wrote:
> Paul,
>
> Cool. i honestly had no idea if it was intended behavior or not. i
> thought i'd check, because it might not be seen as a bug.
If the compiler or interpreter show a stacktrace that is not caused by
an exception thrown by your code, it's generally safe to assume that
it's a bug.
Best,
Ismael