Make the “dumping large path” warning include information on what path is being large#4625
Make the “dumping large path” warning include information on what path is being large#4625Ekleog wants to merge 1 commit intoNixOS:masterfrom
Conversation
|
See also #4608. |
|
Thank you! I'm going to comment on this other PR, both ways look reasonable to me. About the failed test, I think it's due to a timeout that led to the test failing and thus a spurious failure, but not 100% sure about that |
|
The occurrence of this message should have been greatly reduced by #4030. In which situation does the message still crop up? It'd be good to make that stream too. That said, this PR does have merit of its own when it comes to |
|
I marked this as stale due to inactivity. → More info |
|
Seeing how this is merge-conflicting, I'm going to close this as rebasing would probably be just as hard as reimplementing. |
Disclaimer: this is my first time seriously modifying nix's source code, so I'm far from sure I did everything right. However, I do think that the added debug information is an incremental improvement, and can then be refined as we go, eg. if it turns out some of the debug labels are not precise enough.
Example output with the change:
What do you think? :)