Skip to content
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

Improve 64bit mangling, support file creation #476

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nephros
Copy link
Contributor

@nephros nephros commented Nov 27, 2024

Fixes: #468

For details, see some of the comments in the file, and the analysis in issue #468, especially
#468 (comment)

  • Add a dedicated method for path mangling
  • Replace the inline mangling with the new method.
  • Also mangle paths for newly created files.

@nephros nephros assigned b100dian and unassigned b100dian Nov 27, 2024
Copy link
Contributor

@Olf0 Olf0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR in its final form looks absolutely reasonable to me, but (as often stated) I am not a C++ coder.

The corresponding analysis and code development was actually fun to read after spending an exhausting working day mostly in teleconferences:

the analysis in issue #468, especially #468 (comment)

Still I would prefer @b100dian to review this, especially as he was heavily involved in creating the 32-/64-bit Patch-mangling in the first place, IIRC.

If @b100dian has no time for a review, I sure will approve this, just ping me (either @b100dian or @nephros).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] 64bit succeeds but applies 32bit patch
3 participants