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
The `hh_fanout` binary was removed in D53956499, preventing OSS users from generating
dependency graph files needed for loading saved states.
Fortunately, the backing logic still exists in the repo and we can trivially create
a Rust executable to expose it again. Do so, replacing some `panic`s in the backing code
with `Err` returns for consistency.
0 commit comments