-
Notifications
You must be signed in to change notification settings - Fork 133
Conversation
This reverts commit 6109ac7.
Does this need a test for the linked issue? I'm surprised |
It is in |
The original issue was not on Windows, so hopefully the same behavior occurs there too. |
This appears to break the UpdateReferencesOnEdit test. |
Specifically, the first |
Fixed, unintentional change. |
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.
LGTM, passes tests now. Would be good to look into jumping to scraper stubs in the future, but this fixes a few things.
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Allow navigation to stubs * Better handle stubs for compiled modules * Fix typeshed path * Partial undo * Partial undo * Undo accidental change
* Remove stale reference * Don't suppress LHS diagnostics on augmented assign * Revert "Don't suppress LHS diagnostics on augmented assign" This reverts commit 6109ac7. * Escape [ and ] * PR feedback * Allow navigation to stubs * Better handle stubs for compiled modules * Fix typeshed path * Partial undo * Partial undo * Undo accidental change
No harm in showing stub for compiled code or when otherwise source is not available. Also fixes issue when documentation on
os
parts was not transferred sincent
orposix
are not submodules ofos
.Closes #1921