-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fixed issue #2118 #2119
Fixed issue #2118 #2119
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2119 +/- ##
=======================================
Coverage 97.11% 97.11%
=======================================
Files 38 38
Lines 7694 7694
Branches 1346 1346
=======================================
Hits 7472 7472
Misses 101 101
Partials 121 121
Continue to review full report at Codecov.
|
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'm ok for merging after dropping changes record.
But please keep in mind: the API is not a part of Public API, the code might be modified without any backward compatibility
changes/2118.feature
Outdated
@@ -0,0 +1 @@ | |||
Refactor DynamicResource construction to facilitate subclassing from DynamicResource. |
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.
Please drop the file: the change is not related to public API, I don't want to attract attention by this record
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.
Done!
Are there changes in behavior for the user?
The signature of
DynamicResource.__init__()
changed. This signature is not (yet) part of the public interface, and probably not used by third party developers, as its mostly useless in its old form.Related issue number
#2118
Checklist
CONTRIBUTORS.txt
changes
folder<issue_id>.<type>
for example (588.bug)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.