-
Notifications
You must be signed in to change notification settings - Fork 843
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
Perform domain substitution before patching #1185
Comments
Why is this necessary when the domain substitution utility can revert the changes? |
Correct me if I'm wrong, but here's one example to show my point. Or looking at it just from philosophy pov, domain substitution is something that is always done and is never changed, while patches can differ from user to user and can always be experimented with, so it makes more sense to do them last. |
I wasn't aware |
Right now, domain substitution is a pretty crude and inefficient tool. There are proposals like #1026 that are steps in the right direction, but there still needs to be more work on this tool. Closing as duplicate since the timestamp manipulation logic solves this issue. |
Is your feature request related to a problem? Please describe.
Patches can't be reverted without reverting domain substitution process, which would reset the whole incremental build.
Describe the solution you'd like
Simply apply domain substitution before patches.
All patches should be updated to work on source that is already domain substituted. This could easily be automated.
The text was updated successfully, but these errors were encountered: