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

d2ir: fix glob edge with common glob #1713

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

alixander
Copy link
Collaborator

@alixander alixander commented Nov 8, 2023

closes #1712

before it was creating nodes unnecessarily

Screen Shot 2023-11-08 at 2 59 33 PM

@dunkelziffer
Copy link

Thanks for the quick fix. I'm already eager to play around with this :D

@alixander alixander merged commit 3153662 into terrastruct:master Nov 10, 2023
3 checks passed
@alixander alixander deleted the connections-glob branch November 10, 2023 18:23
@dunkelziffer
Copy link

@alixander I just built this from source. Your fix works for me and seems to cover all my current use cases. However, it seems to not fix globs in general. For example **.*a -> **.*b still generates new nodes. Ill make a new issue with some discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

globs: connection creating node when it shouldn't
2 participants