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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
It also just makes the routing waaaay more complicated (and probably) buggy. We could fix this by having some cleaner (non-mutating) way of asking the router to allow things to collide. This would also be cleaner because we will actually know when the mix occurs, allowing us to update the droplet.
The text was updated successfully, but these errors were encountered:
Collision group logic is very messy, needlessly complicating all sorts of things.
It introduces unnecessary mutability:
puddle/src/core/src/command.rs
Lines 29 to 30 in e8ea2f9
It also just makes the routing waaaay more complicated (and probably) buggy. We could fix this by having some cleaner (non-mutating) way of asking the router to allow things to collide. This would also be cleaner because we will actually know when the mix occurs, allowing us to update the droplet.
The text was updated successfully, but these errors were encountered: