Maybe this is a good moment to review what checks are run on every build and ensure that they are working? Itâs easy to leave in something like self halt - it would be nice to have the CI system do its stuff and send you an email that you forget (this is where CI is awesome). Iâm also assuming in the CI process we check logs for âundefinedâ and âerrorâ msgs that would appear in the transcript right? Tim On 8 Aug 2014, at 13:56, stepharo <stepharo@free.fr> wrote:
On 8/8/14 09:50, Tim Mackinnon wrote:
Guys - I noticed that the pharo build 40152 - has a halt when you press ALT-Tab (I assume this was accidentally left in by someone?). probably me in my chase to understand widgets are used
But this got me thinking - doesnât the CI process check for this and just fail the build? Normally we run a set of rules and one should be looking for halt and other debugging messages but I do not know if we are doing it or not.
Maybe legitimate halts should be tagged specially somehow so they pass through - but accidental ones get noted?
Tim