-
Notifications
You must be signed in to change notification settings - Fork 192
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
Start of Node
namespace reorganization
#5472
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5472 +/- ##
===========================================
+ Coverage 79.59% 79.63% +0.04%
===========================================
Files 517 517
Lines 37044 37040 -4
===========================================
+ Hits 29483 29493 +10
+ Misses 7561 7547 -14
Continue to review full report at Codecov.
|
All deprecation warning should now use `warn_deprecation` with the correct version number of when the deprecated resource will be removed, instead of using `warnings.warn` directly.
This is a pre-cursor to moving methods off of the `Node` top level namespace.
867c9e6
to
f338282
Compare
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.
Wait you haven't renamed ctx
to base
yet no?
f338282
to
5f98acb
Compare
@chrisjsewell yeah of course, forgot that part. Should be good now |
Node
namespace reorganization
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.
thats the one
Following results of discussion #5465