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

Fix #975: Analysis continues on old content if file content is replaced by unrelated code#1124

Merged
AlexanderSher merged 2 commits intomicrosoft:masterfrom
AlexanderSher:master
May 23, 2019
Merged

Fix #975: Analysis continues on old content if file content is replaced by unrelated code#1124
AlexanderSher merged 2 commits intomicrosoft:masterfrom
AlexanderSher:master

Conversation

@AlexanderSher
Copy link
Copy Markdown
Contributor

No description provided.

namespace Microsoft.Python.Analysis.Dependencies {
internal interface IDependencyChainNode<out TValue> {
int VertexDepth { get; }
bool HasMissingDependencies { get; }
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This property shows if node has any direct or indirect dependencies that aren't added to the graph

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add /// comment?

@AlexanderSher AlexanderSher merged commit 53eb588 into microsoft:master May 23, 2019
jakebailey pushed a commit to jakebailey/python-language-server that referenced this pull request Nov 1, 2019
…is replaced by unrelated code (microsoft#1124)

* Fix microsoft#975: Analysis continues on old content if file content is replaced by unrelated code

* Add comment
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