Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin/maps enable loops #2963

Open
wants to merge 2 commits into
base: map-plugins
Choose a base branch
from

Conversation

faebr
Copy link

@faebr faebr commented Feb 28, 2025

Don't remove edges which form a loop in the map.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Feb 28, 2025
Signed-off-by: Fabian Schulz <fabian.schulz1@swisscom.com>
Signed-off-by: Fabian Schulz <fabian.schulz1@swisscom.com>
@faebr faebr force-pushed the feature/map-enable-loops branch from 971e6ff to 5b9e46c Compare February 28, 2025 13:08
@faebr faebr changed the title Feature/map enable loops plugin/maps enable loops Mar 3, 2025
Copy link
Contributor

@sniok sniok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested a simple case like this a -> b -> c -> d -> back to a and it works great, thanks for the contribution!

image

while visually it might be a bit messy now I think we can improve it later based on some real cases

Could you update the commits to follow our guidelines?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants