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 suggested fix is to use hugr::algorithms::dead_funcs::RemoveDeadFuncsPass instead, but this suggestion is incorrect (probably out of date), as RemoveDeadFuncsPass is exported by hugr_passes.
So hugr_passes needs to be added as a dependency. Even then, it seems that RemoveDeadFuncsPass is not a drop-in replacement for remove_polyfuncs (different signature).
The text was updated successfully, but these errors were encountered:
The clippy check on the CI is failing: https://github.com/CQCL/tket2/actions/runs/12980837714/job/36198388971 .
The suggested fix is to use
hugr::algorithms::dead_funcs::RemoveDeadFuncsPass
instead, but this suggestion is incorrect (probably out of date), asRemoveDeadFuncsPass
is exported byhugr_passes
.So
hugr_passes
needs to be added as a dependency. Even then, it seems thatRemoveDeadFuncsPass
is not a drop-in replacement forremove_polyfuncs
(different signature).The text was updated successfully, but these errors were encountered: