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
### Problem
"weak" `Get`s were a potential solution for optionally allowing for cycles in the runtime `Graph`, but they were only partially implemented (see #10229), and not particularly trustworthy. We ended up going with a higher level solution in #10409, but the weak-`Get`s code still exists, and increases the complexity of the `graph` crate unnecessarily.
### Solution
Revert #10230. Closes#10229 and closes#10394.
[ci skip-build-wheels]
This ended up not being as robust as we wanted. Now it's leftover code.
The text was updated successfully, but these errors were encountered: