-
Notifications
You must be signed in to change notification settings - Fork 133
MoveClass test fails #117
Comments
Fails again |
Test fails because change bfa142d that has fixed the issue was partially undone. Rescheduling may become infinite on large projects (e.g.: https://github.com/Microsoft/ptvsd) |
Actually, it is unclear if we need this test. In verifies that analyzer collects various signatures of the same function with different parameters from function calls and stores them as overloads. I.e. in def foo(a, b) if finds all object Some(object o) calculated from actual types passed to the method. |
N/A with the new code base |
Incorrect setting of analysis (old version wins) due to threading issues.
The text was updated successfully, but these errors were encountered: