[squeak-dev] Exceptions on build server (was: The Trunk: Graphics-tpr.205.mcz)

Frank Shearar frank.shearar at gmail.com
Sat Mar 30 21:27:48 UTC 2013


On 26 March 2013 15:26, Bert Freudenberg <bert at freudenbergs.de> wrote:
> On 2013-03-26, at 07:49, Frank Shearar <frank.shearar at gmail.com> wrote:
>
>> ** exceptions mean debuggers pop up, rather than dumping stack traces to stdout
>
>
> Guess the build server should temporarily use a non-interactive ToolSet?

Yes, exactly.

> The Etoys image has a similar thing - see attached fileout (curious, the method dates seem to imply this should be in Trunk, too).

Yes, that's a good idea (using UnhandledError's defaultAction to
either pop up a Debugger or dump a stack trace. Trunk defers the
handling to ToolSet, so if we had a HeadlessToolSet we could swap that
in.

I'll add that to the list :)

frank

> - Bert -
>
>
>
>


More information about the Squeak-dev mailing list