You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warnings are not something thrown out, so our current try-catch mechanism for error reporting cannot work. Maybe we still have to pass source code information inside expressions & statements... wdyt @lin-hitonami
Yes the missing info can be fixed. However, even if it is fixed, the result info will be the traceback mostly inside the ASTTransformer instead of anything locating source code.
Describe the bug
Type check warning failed to locate the code who raising the warning.
To Reproduce
Log/Screenshots
The text was updated successfully, but these errors were encountered: