Uh oh!
There was an error while loading. Please reload this page.
Fix #10946 Debug warning: autoNoType with lambda - #4824
Conversation
We could still add a TODO test case with a note about that. But that looks like it might be unintended.
So it looks like we call it again just to get the timing information and the potential debug warnings. |
firewave
commented
Feb 24, 2023
The constructor also calls |
firewave
commented
Feb 24, 2023
Removing the explicit call and changing the parameter of the second one in the constructor to |
chrchr-github
commented
Feb 24, 2023
That could still indicate serious wreckage... |
firewave
commented
Feb 28, 2023
It definitely needs some documentation (i.e. comments) why are we doing multiple calls of it. |
chrchr-github
commented
Mar 12, 2023
Can we merge this? |
It seems we cannot trigger this warning in any test, since
setValueTypeInTokenList()is only called withreportDebugWarnings == truebysimplifyTokens1().