-
Notifications
You must be signed in to change notification settings - Fork 3k
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
change script to add comments to all auto-patching operators to indicate generated file #1030
Comments
Unassigning for now since I'll be offline for a few weeks. |
I can work on this one. |
@luisgabriel awesome! And to be clear, it's the script that should be updated to include comments in those files. I'll update the issue title to make it less ambiguous. |
@jeffbcross ok. ;) |
Three small things I happened to come across while doing something unrelated: a) On a fresh clone the generator fails because the following folder does not exist: ./src/operator/extended b) The following files seem to be generated incorrectly (related to the kitchensink stuff?)
c) Since the files will be autogenerated anyway, shouldn't they be removed from the source tree, and generated on build? |
a / b can be discussed in PR #1097 directly - @luisgabriel , does current PR reflects this? c - Think it depends on how we'll treat auto generated files. These files are not changing frequently (mostly won't, unless adding / removing new operator) doesn't necessarily to be generated per build everytime. |
I think a and b are being covered by #1097. |
Closing this issue by #1097 is checked in now. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Since there is a script to generate all of the auto-patching operator modules inside the
add
folder whenever operators change, comments should be added to those files indicating that they should not be manually edited without updating the script.i.e.
The script is located at
tools/generate-operator-patches.js
and the affected files are insrc/add*
.The text was updated successfully, but these errors were encountered: