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

Fix sys.modules support in import resolution #363

Closed
AlexanderSher opened this issue Nov 8, 2018 · 0 comments
Closed

Fix sys.modules support in import resolution #363

AlexanderSher opened this issue Nov 8, 2018 · 0 comments

Comments

@AlexanderSher
Copy link
Contributor

It only works with very basic scenarios.

AlexanderSher added a commit to AlexanderSher/python-language-server that referenced this issue Nov 17, 2018
- Fixed namespace package resolution in completions (microsoft#12)
- Fixed support for sys.modules (microsoft#363)
- Added several tests (microsoft#365)
- Fixed support for implicit relative module names (microsoft#366)
- Added support for multiple matching rules in PathResolver (microsoft#367)

Not yet implemented:
- Fix imports of binary modules (microsoft#362)
- Fix stubs handling
- AstAnalysisWalker
- More tests
- Code cleanup
jakebailey pushed a commit to jakebailey/python-language-server that referenced this issue Nov 1, 2019
- Fixed namespace package resolution in completions (microsoft#12)
- Fixed support for sys.modules (microsoft#363)
- Added several tests (microsoft#365)
- Fixed support for implicit relative module names (microsoft#366)
- Added support for multiple matching rules in PathResolver (microsoft#367)

Not yet implemented:
- Fix imports of binary modules (microsoft#362)
- Fix stubs handling
- AstAnalysisWalker
- More tests
- Code cleanup
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants