-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add decoding to section mangler #1205
Add decoding to section mangler #1205
Conversation
I think the conflict is just in tests, |
@ghaith no worries, I'll update this PR with fixed conflicts as soon as the previous two are accepted. in the future PRs should be smaller but these were all depending on each other so it was a bit of a mess :) sorry! |
cdfe947
to
f7f7ab2
Compare
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
f7f7ab2
to
10d7826
Compare
Updated the source branch once again @ghaith |
Needs #1198 and #1199, so only review
section_mangler/parser.rs
andsection_mangler/lib.rs
This PR adds the reverse operation to #1160 and #1198, by parsing the mangled section name and deserializing it into an instance of
SectionMangler
. This allows the loader to compare two mangled section names easily, and to make certain decisions.