Closed
Bug 1900465
Opened 10 months ago
Closed 9 months ago
Encode offset of super classes
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(firefox128 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(2 files)
As discovered in https://github.com/mozsearch/mozsearch/pull/746 ,
the current structure info's offset value doesn't work well in the multiple inheritance context.
We should encode the super class's offset, and the offset of the leaf class, in order to make it possible to re-construct the entire field offsets for each case.
Assignee | ||
Updated•10 months ago
|
Summary: Encode offset of class and super classes → Encode offset of super classes
Assignee | ||
Updated•10 months ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/4122e3052b91
Part 0: Reflect mozsearch change. r=asuth
https://hg.mozilla.org/integration/autoland/rev/491bb282d468
Part 1: Encode offset of super classes in mozsearch plugin. r=asuth
Comment 4•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4122e3052b91
https://hg.mozilla.org/mozilla-central/rev/491bb282d468
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•