-
Notifications
You must be signed in to change notification settings - Fork 318
fix to #544 #547
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
fix to #544 #547
Conversation
this is meant as a start for the patch fixing applegrew#544
I've included some of the print statements that helped me follow the process --- I used more, near a few of the `__init__` methods involved. you don't want to produce `logging` info, or do you? I still miss the point where the final writing into `self.attrs` happens, and I'm not so sure what other attributes need the same treatment, if any. anyway, I really would rather intervene on the final writing into `self.attrs`, in particular if we collect more attributes than just this one.
|
this patch triggers 4 failures, all after a simulated |
the thing is that here they didn't fail before, and don't fail now, so this is mostly a shot in the dark.
|
@mfrasca I added one commit myself to change how the defaults are set. Would you mind reviewing it? |
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 8 8
=====================================
Hits 8 8Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 8 8
=====================================
Hits 8 8Continue to review full report at Codecov.
|
|
looks good to me. about testing, do you think you have all cases covered? I do miss some technical documentation, like the role of the parameters, or hints to "future me" because in a couple of weeks I will know nothing of this code. let me add, I'm quite happy about the process we followed. 👍 whenever I am back to using these widgets for the M2M, I'll review the docs and suggest additions if I miss anything. |
|
Hi. Just as a remark. Enabling default value for |
may I suggest … do you think you can provide the unit test cases you are interested in? |
I'm opening this PR as work in progress. the underlying idea is better visibility of the solving process for issue #544 .