You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the Rust builder will stack overflow if used on the helix repo. I've tested the translator separately, which works fine. This also happens on #83 with the crane builder, so it doesn't seem to be specific to the buildRustPackage builder.
Fixed this on #83. The issue was that the code that got all transitive dependencies were handling cyclic dependencies incorrectly, which caused it to recurse infinitely. I'll keep this open until #83 gets merged.
It seems the Rust builder will stack overflow if used on the
helix
repo. I've tested the translator separately, which works fine. This also happens on #83 with the crane builder, so it doesn't seem to be specific to thebuildRustPackage
builder.repro:
The text was updated successfully, but these errors were encountered: