MPS issue job003855

TitleManual not explicit about scanning/skipping forwarding/padding objects
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionThe manual entries for mps_fmt_scan_t [1] and mps_fmt_skip_t [2] describe the requirements for these methods, but do not say whether they are required to be able to scan/skip fowarding and padding objects.
AnalysisThe implementation of AMC requires that the scan and skip methods be able to handle forwarding and padding objects. This should be mentioned explicitly in the "Object formats" documentation.
How foundinspection
Evidence[1] <http://www.ravenbrook.com/project/mps/...html/topic/format.html#c.mps_fmt_scan_t>
[2] <http://www.ravenbrook.com/project/mps/...html/topic/format.html#c.mps_fmt_skip_t>
Created byGareth Rees
Created on2014-07-03 12:13:31
Last modified byGareth Rees
Last modified on2014-07-03 19:12:51
History2014-07-03 GDR Created.

Fixes

Change Effect Date User Description
186808 closed 2014-07-03 19:12:51 Gareth Rees Make it clear in the descriptions of the scan and skip methods that these must be able to handle forwarding and padding objects.