-
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YES is gone, we're using Uninferable for quite some time now
- Loading branch information
1 parent
6fbb463
commit 36fa294
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36fa294
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.
This broke
pylint-django
: pylint-dev/pylint-django#201.Does Astroid follow semantic versioning? If so, this change should not have been in the 2.0 -> 2.1 upgrade since it is backwards-incompatible.
36fa294
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.
Yes was a super old alias of Inferrable, if I recall correctly we used to emit a deprecation warning about it. regardless feel free to ping pylint-django to upgrade to Uninferrable instead.