-
Notifications
You must be signed in to change notification settings - Fork 166
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
removal of style-suggestion #2518
Conversation
@certik please review it |
"outfile": null, | ||
"outfile_hash": null, | ||
"stdout": "asr-test_builtin_pow-f02fcda.stdout", | ||
"stdout_hash": "b0aa9ff1f31769b515e2aedd650656b6a53676d5bf276e6b9a4b12b9", | ||
"stderr": "asr-test_builtin_pow-f02fcda.stderr", | ||
"stderr_hash": "859ce76c74748f2d32c7eab92cfbba789a78d4cbf5818646b99806ea", | ||
"stderr_hash": "5e6ebe611731fa5e2e5ceeb0cdf57995915453486fdfc06bd9ecb3fb", |
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.
The error is still there. You removed tests/reference/asr-test_builtin_pow-f02fcda.stderr
, which doesn't need to be there, but LPython still gives the error message.
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.
@certik give some suggestions, should i remove "stderr_hash" from tests/reference/asr-test_builtin_pow-f02fcda.json.
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.
You need to fix LPython not to give this warning when # noqa
is present.
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.
ok
removal of style suggestion mentioned in issue #2478