On 08 Aug 2014, at 09:50, Tim Mackinnon <tim@testit.works> 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?).
But this got me thinking - doesnât the CI process check for this and just fail the build? Maybe legitimate halts should be tagged specially somehow so they pass through - but accidental ones get noted?
What there is right now is a automatic checker (âthe monkeyâ), that runs a) all tests and b) a selection of code-critique rules on the submitted slices. (But keep in mind that there is a bug right now that makes is not really working: https://pharo.fogbugz.com/f/cases/13393/Monkey-failing-with-a-problem-in-ser... ) We do not yet run globally the rules⦠we should start. The problem is that there are *a lot* (and that means: *a lot*) of problems that the code critique tells about⦠so we need to do it rule-by-rule. (e.g. turn on only âtemp var not referencedâ, then fix all bugs, then the next). Marcus