Closed rebcabin closed 8 months ago
Yes. We are testing that pow(a, b)
works here. We could disable the style suggestions for this particular test.
Seems like a good first issue
for someone wanting to learn the test machinery.
The idea from #2518 to use # noqa
seems like a good idea, since there is prior art in Python to use this to silence warnings. We have to enhance the parser and then in AST->ASR use this information from AST to not give the warning. I think ASR doesn't need to know about this at all.
Sorry, I missed this comment before opening a PR. It can work as a temporary fix till the # noqa
is implemented.