MPS issue job003991

TitleNo validation tests for client formats.
Statusopen
Prioritynice
Assigned userRichard Brooksby
OrganizationRavenbrook
DescriptionWe rely on clients writing formats that obey quite a few rules, but the MPS does not validate them (for reasons of speed), nor do we provide any tests to validate them. Recently, Christian Schafmeister spent several days debugging Clasp because he assumed padding objects in his AMC cons pool (holding only two-word cons cells) would also all be two-word objects. The pool therefore skipped into dead objects, causing obscure and hard-to-reproduce errors.
AnalysisIn cool builds, the MPS could do more to check that formats do the right thing.
We could provide a test that checks format behaviour, and instructions for running it.
The MPS could perhaps have a validating pool for that purpose.

DL suggests that we could scan objects naively (looking at all words) and compare this to whatever the client does — this might instantly reveal underscanning errors.
How foundunknown
EvidenceRelated to RB by DL on 2016-03-19.
Created byRichard Brooksby
Created on2016-03-19 19:48:05
Last modified byGareth Rees
Last modified on2018-06-27 13:05:05
History2016-03-19 RB Created.