-
Notifications
You must be signed in to change notification settings - Fork 392
fix(__getattr__
): non-existent attribute lookup
#982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #982 +/- ##
==========================================
+ Coverage 81.98% 82.03% +0.05%
==========================================
Files 65 65
Lines 3019 3023 +4
==========================================
+ Hits 2475 2480 +5
+ Misses 544 543 -1
|
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.
Thanks for submitting this!
Please include test coverage for the new lines as well.
085b858
to
9dbfa98
Compare
Hello! The |
Sorry for the delay, I just updated the condition in
|
Hi @m4dh4t , unfortunately the wrong commits from the branch issues are still included; a merge from With the interactive rebase, you could remove the commits that shouldn't be there and only include the commits that are part of your PR. You could try a workflow like this to achieve that:
If you're having trouble, I can try to pull down your branch and fix it when I get some time. |
a809990
to
fc9277d
Compare
Hi @briantist, thanks for pointing this out I rebased the branch accordingly. Let me know if there is anything else needed. |
fix(__get_attr__): typo Explicit default_kv_version AttributeError
Hi @m4dh4t , I'm sorry to report another major change in the project's git/branch/developer workflow, but this is hopefully the last one. The Since your PR was opened before this change, I have:
I hope to review this PR soon as I take care of some of the project/repository pain points, which should free up more time for reviews. Thank you for your patience! |
__get_attr__
): non-existent attribute lookup
__get_attr__
): non-existent attribute lookup__getattr__
): non-existent attribute lookup
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.
I finally got a chance to dig into this, really nice analysis in the issue, thanks for the fix and the link to the coverage
instance of the same problem.
Thanks for the quick review after the last project changes, glad to have contributed to the project ! |
Fix #838
Closes #839