-
Notifications
You must be signed in to change notification settings - Fork 4
Expose map_file and copy_file functions #136
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
985d526
to
4543827
Compare
9076656
to
3efa9a1
Compare
1b1d35b
to
c3bba45
Compare
3efa9a1
to
2553b5b
Compare
This was referenced Oct 5, 2025
Merged
c3bba45
to
ff013c9
Compare
2553b5b
to
c88d6f5
Compare
4 tasks
c88d6f5
to
775fde3
Compare
ff013c9
to
6212bd7
Compare
775fde3
to
548811e
Compare
6212bd7
to
6b21fe6
Compare
548811e
to
13c1980
Compare
6b21fe6
to
d700642
Compare
13c1980
to
f8079bf
Compare
8567439
to
f39224c
Compare
f8079bf
to
8c5b4a8
Compare
f39224c
to
ff96304
Compare
8c5b4a8
to
5428840
Compare
ajbt200128
approved these changes
Oct 16, 2025
ff96304
to
e43a364
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These functions are provided to the user because they're useful when dealing with output files and other kinds of files. In particular, the
map_file
function makes it easy to blank out (normalize/mask) variable sections of output files if needed.PR checklist:
CHANGES.md
for any user-facing changeCheck out
CONTRIBUTING.md
for more details.