-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
move some code and make nodeid computed early #3291
move some code and make nodeid computed early #3291
Conversation
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.
@RonnyPfannschmidt this looks fine, I'm curious why you think it is better to be able to pass in the nodeid
instead of having it computed always (I have a few reasons but I would like to hear yours first 😁).
Also, I guess this warrants a trivial
CHANGELOG entry.
@@ -319,31 +282,34 @@ def _prunetraceback(self, excinfo): | |||
excinfo.traceback = ntraceback.filter() | |||
|
|||
|
|||
def _check_initialpaths_for_relpath(session, fspath): |
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.
👍
one of the reasons is that it makes introduction of new nodes and note types much more painful the other thing is that that we basically had a critical value for node identification generated "magically at a distance" - thats just rotten bad engineering |
@nicoddemus i had some local failures wrt progress display on xdist, if that shows up on travis as well please have a look