-
Notifications
You must be signed in to change notification settings - Fork 3.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
fix(arborist): use full location as tracker key when inflating #4300
Conversation
found 20 benchmarks with statistically significant performance improvements
timing results
|
d1a710d
to
830b987
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.
It's Fine ™️ to show the full location here imo, but if we want to strip it I added a suggestion. Approved either way.
So I'm not exactly sure why but stripping out
|
Fixes: #4273
Ref: #4298
I ran into this issue in #4427 while making tracker events run by default on all tests. This test was failing because the two packages being inflated are
file:
so they don't start withnode_modules/
resulting in the location portion of the tracker key being empty. I don't see a reason why the key shouldn't be the full path, except that we show it to the user as part of the logs. But if that's a concern it can be fixed elsewhere.