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

Don't remap the function name or the target in the metadata #6430

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

steven-johnson
Copy link
Contributor

The remapping is only intended to be used for output argument(s), not the function name; if you have an output with the same name as the function, you can get the metadata emitted with incorrect information. (And remapping the target string is just silly.)

This is almost impossible to do currently, but if you construct a Generator just right, you can make it happen.

The remapping is only intended to be used for output argument(s), not the function name; if you have an output with the same name as the function, you can get the metadata emitted with incorrect information. (And remapping the target string is just silly.)

This is almost impossible to do currently, but if you construct a Generator just right, you can make it happen.
@steven-johnson steven-johnson merged commit cfd03c9 into master Nov 19, 2021
@steven-johnson steven-johnson deleted the srj/remap_names branch November 19, 2021 17:41
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.

2 participants