Conversation
|
I just ran into this and wanted to remind the author to revive this |
|
Same here, I ran into this issue a while back, and had to build Nix with this PR to figure out what was going on. |
|
I'm hoping for this as well, thanks to the recent upheaval in the Nix Python ecosystem breaking Poetry2nix in a way which cannot be debugged without this changeset. Notably, this changeset may also want to prevent or catch the apparent segmentation faults that such cycles can cause, as the unchecked stack overflows can seemingly produce multiple types of failure behaviours. In my experience, inability to debug cycles has been the most impactful aspect on my experience with the Nix language, especially with almost every module system (including that of NixOS) suffering from them in one circumstance or another. |
|
Just want to point out that the author of this PR is banned from the Nix community for quite a while now. I suggest one of you should open a new PR. |
|
please someone fix this... from what i recall the one thing missing was |
fix #481
with no cycle error, this has the same performance as the original code
on cycle error, catch the exception and do a second scan, to find hashes and expand them to filepaths
todo
example output