-
Notifications
You must be signed in to change notification settings - Fork 133
Improve handling of circular dependencies #1686
Conversation
# Conflicts: # src/Analysis/Ast/Impl/Analyzer/PythonAnalyzerSession.cs # src/Analysis/Ast/Impl/Dependencies/DependencyResolver.cs
# Conflicts: # src/Analysis/Ast/Impl/Analyzer/Handlers/FromImportHandler.cs # src/Analysis/Ast/Impl/Analyzer/Handlers/ImportHandler.cs
# Conflicts: # src/Analysis/Ast/Impl/Analyzer/Evaluation/ExpressionEval.cs # src/Analysis/Ast/Impl/Modules/PythonVariableModule.cs # src/Analysis/Ast/Impl/Modules/Resolution/ModuleResolutionBase.cs
Interesting thing with goto def (maybe this is okay?): On master, gotodef on |
Probably 9b5c74f |
Conflicts with master, all superficial. I can resolve them with GitHub to merge this. |
Up to you I can take care of this later today. |
I went and did the merge, verifying it now. |
Merge is fine, though on my giant test project I get:
|
This means |
Here: https://gist.github.com/jakebailey/701cdb7fa47a4da2596c48160058a121 Needs anaconda, I was using 3.7. Requirements file says how to use it with conda. |
Looks like #1702 |
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.
All tests are passing (other than odd scraper errors and existing datetime oddity). Tracking works, and as far as I can tell, my big projects work, numpy is consistent, etc.
I'll merge this quick so we can start fixing up the other PRs. Thanks.
Continuation of #1584 by @AlexanderSher
Requires #1739