Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

add hack to prevent True/False/None/... from being use-before-def #464

Merged
merged 1 commit into from
Dec 6, 2018

Conversation

jakebailey
Copy link
Member

This is a hack to "fix" #391. This isn't in the milestone, but it'd be nice to no longer show these messages in the next release while we find the real problem. If we get it while debugging, it'll at least do a Debug.Fail.

@jakebailey jakebailey merged commit 64eae15 into microsoft:master Dec 6, 2018
AlexanderSher pushed a commit to AlexanderSher/python-language-server that referenced this pull request Dec 22, 2018
AlexanderSher added a commit that referenced this pull request Jan 9, 2019
* Clean up Completions, Find References and Hover unit tests.

* Initial commit

* CoreProduct buildable

* Product buildable except IronPython

* Move VS-specific file

* add hack to prevent True/False/None/... from being use-before-def (#464)

* Fix for extra paths inside workspace (#467)

Fix #281: Support "go to definition" for namespace packages
Fix #466: Fix "go to definition" and resolving imports

The fix is to put user search paths in front of workspace directory so that modules inside extra paths can be used as roots for packages

* Last port

* - Add nuspec
- Fix #501: PTVS-LS Integration: Fix LS hanging during file changes
- Fix #502: PTVS-LS Integration: Add required *.py files to the vsix

* Address CR comments
@jakebailey jakebailey deleted the use-before-def-hack branch February 14, 2019 20:21
jakebailey added a commit to jakebailey/python-language-server that referenced this pull request Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants