We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: This is an issue with the current master branch and not with the v0.6.6 release
main.d2
...@second
second.d2
second: { elem: { ...@third } }
third.d2
third: { elem }
The extra third element in master is what I'm referring to.
third
Btw, I built the master branch by running the following commands (let me know if I did something wrong)
./make.sh go build .
I then used the executable generated by the go build . to generate the images
go build .
The text was updated successfully, but these errors were encountered:
@rutvora Very much appreciate this. Surprising lack of test case, we're lucky you caught it before the new release was cut 🙏
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Note: This is an issue with the current master branch and not with the v0.6.6 release
main.d2
second.d2
third.d2
The extra
third
element in master is what I'm referring to.Btw, I built the master branch by running the following commands (let me know if I did something wrong)
./make.sh go build .
I then used the executable generated by the
go build .
to generate the imagesThe text was updated successfully, but these errors were encountered: