You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lieryan I want to reassure you that I am happy investigating Rope's code. An effective workflow is in place, and many mysteries have disappeared.
If you agree, #666 (designing our conversation) will help me keep you better informed.
Please don't worry about recent PRs—I like to understand code by changing it and seeing what happens :-) The investigations have uncovered code that the Theory of Operation will discuss.
My biggest frustration is that the wildcard import in rope.base.ast prevents mypy from doing thorough checks. The result is a proliferation of PRs. Some PRs use wildcard imports; a parallel set does not.
This discussion was converted from issue #667 on February 22, 2023 05:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@lieryan I want to reassure you that I am happy investigating Rope's code. An effective workflow is in place, and many mysteries have disappeared.
If you agree, #666 (designing our conversation) will help me keep you better informed.
Please don't worry about recent PRs—I like to understand code by changing it and seeing what happens :-) The investigations have uncovered code that the Theory of Operation will discuss.
My biggest frustration is that the wildcard import in
rope.base.ast
prevents mypy from doing thorough checks. The result is a proliferation of PRs. Some PRs use wildcard imports; a parallel set does not.Beta Was this translation helpful? Give feedback.
All reactions