Penelope Doesn't Skip "Wrong" Lint Rules
I marked them wrong in the Critic Browser, which now skips them, but the validation report still shows them as Warnings. Anyone know why? I see the versions in the inbox references by the slice have their manifest classes... ----- Cheers, Sean -- View this message in context: http://forum.world.st/Penelope-Doesn-t-Skip-Wrong-Lint-Rules-tp4825134.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
The monkey does a first run of tests/critics with the current pharo image ans store failed tests/rules. Then, it loads the slice and does a second run. At the end, issues reported are only the new failed tests/ rules. ----- Sean P. DeNigris <sean@clipperadams.com> a écrit :
I marked them wrong in the Critic Browser, which now skips them, but the validation report still shows them as Warnings. Anyone know why? I see the versions in the inbox references by the slice have their manifest classes...
----- Cheers, Sean -- View this message in context: http://forum.world.st/Penelope-Doesn-t-Skip-Wrong-Lint-Rules-tp4825134.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
demarey wrote
At the end, issues reported are only the new failed tests/ rules.
Yes, but it's reporting new "failed" tests that are marked wrong (and are properly skipped by the Critic Browser) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Penelope-Doesn-t-Skip-Wrong-Lint-Rules-tp4825134p48251... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
I think the manifest is not read at all by the monkey. It runs a predefined set of rules whatever is in the manifest. ----- Sean P. DeNigris <sean@clipperadams.com> a écrit :
demarey wrote
At the end, issues reported are only the new failed tests/ rules.
Yes, but it's reporting new "failed" tests that are marked wrong (and are properly skipped by the Critic Browser)
----- Cheers, Sean -- View this message in context: http://forum.world.st/Penelope-Doesn-t-Skip-Wrong-Lint-Rules-tp4825134p48251... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (2)
-
Christophe Demarey -
Sean P. DeNigris