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

A phantom block when using Foo -> _.Bar inside of a "NameWith.Dot" block #1398

Closed
SandaruKasa opened this issue Jun 10, 2023 · 0 comments · Fixed by #1401
Closed

A phantom block when using Foo -> _.Bar inside of a "NameWith.Dot" block #1398

SandaruKasa opened this issue Jun 10, 2023 · 0 comments · Fixed by #1401
Assignees
Labels
bug Something isn't working compiler

Comments

@SandaruKasa
Copy link

A: {
  B -> _.C
}

"D.E": {
  F -> _.C
}

produces the following diagram:
Actual

While it probably should produce the same thing as

A: {
  B -> _.C
}

Wow: D.E {
  F -> _.C
}

does:
Expected

Note that the

A: {
  B -> _.C
}

must be present for this bug to occur.

d2 version 0.4.2

@cyborg-ts cyborg-ts added this to D2 Jun 10, 2023
@alixander alixander self-assigned this Jun 11, 2023
@alixander alixander added bug Something isn't working compiler labels Jun 11, 2023
@github-project-automation github-project-automation bot moved this to Done in D2 Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants