Le 23 oct. 2015 � 14:45, Nicolai Hess a �crit :



2015-10-23 14:35 GMT+02:00 Christophe Demarey <Christophe.Demarey@inria.fr>:

Le 23 oct. 2015 � 11:02, Nicolai Hess a �crit :


Would be nice if someone can take a look at this issue

16814 Critics Browser seriously broken

slice is now in the inbox

Thanks,
but this won't work.
resetResult must be called (see failing RBSmalllintTest/SmalllintMantifestTest)

It has to be called but not in #run.
I will check but calling reset from #runRule:onEnvironment: should solve the issue


It is not obvious why this call should be removed, it was already there in the prior working version (pharo 50386).

yes but the run method is never called by #applyRules neither by #reapplyRules

run is called for each rule. If you reset the result, you only get the rule result fir the latest package checked.