-
Notifications
You must be signed in to change notification settings - Fork 49
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
style[cartesian]: fixing typos #1815
style[cartesian]: fixing typos #1815
Conversation
@@ -62,8 +62,6 @@ def parameter_names(self) -> Set[str]: | |||
def make_args_data_from_gtir(pipeline: GtirPipeline) -> ModuleData: | |||
""" | |||
Compute module data containing information about stencil arguments from gtir. | |||
|
|||
This is no longer compatible with the legacy backends. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FlorianDeconinck: I asked @twicki yesterday and he said there were old/legacy backends back then, in a land before time. In current times, I think this comment is more confusing then helping.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well even if it was true "Legacy backends" is not a very useful description. Hell, the coffee I drunk yesterday could be consider legacy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@FlorianDeconinck sorry to bother you again with this. Can you formally approve? Apparently, Tobias' approval is not good enough for merging 😭 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I, Florian Deconinck, first of my name, bestow upon you, per the power of a properly clicky mechanical keyboard, my approval.
Merge in peace.
Description
Fixing typos (in comments) in the cartesian part of the codebase. No code was touched.
Requirements