Closed akamat10 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.80%. Comparing base (
6bb335f
) to head (8901361
). Report is 5 commits behind head on main.
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉
This comment was generated for commit 15be85988354dea0e51c0855d5ed08bf63a399ea
Thank you for opening the PR and thank you for the analysis. Can you add a fragment describing the fix in https://github.com/pylint-dev/pylint/tree/main/doc/whatsnew/fragments, please ? Will do. Also I suppose you used dict.fromkeys for performance reasons compared to sorted or something else ? The intent was to avoid duplication of paths as the previous code did and also have a deterministic order. After this change, whether or not we see the error I mentioned in the issue will depend on the order of file and modules specified in the command line.
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉
This comment was generated for commit d0ae7def2e3fdec2a4050b4bdea835b53f748272
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉
This comment was generated for commit 8901361f4776c30abfbe7313e9f9c6006090b161
Type of Changes
Description
Refs #9883
Addresses the indeterminacy identified in #9883