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

compiler: Compiler error when Link is set and Tooltip is an URL #1091

Merged
merged 4 commits into from
Mar 28, 2023

Conversation

alankan886
Copy link
Contributor

@alankan886 alankan886 commented Mar 26, 2023

fixes: #888

@alankan886
Copy link
Contributor Author

Some .svg, .png and .pdf files were "update" (although it looks the same) after I ran ./make.sh, let me know if that's not expected. Also if the new tests I added are preferred in a different test file, lmk as well!

Copy link
Collaborator

@alixander alixander left a comment

Choose a reason for hiding this comment

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

@alankan886 thank you! 🚀

The differing unrelated tests are due to computer architecture. I bet you're on x64 intel or some other AMD machine. These tests were generated on our ARM machines. Why is there a difference? TBD! #921

In the meantime, could you uncheck these from Git? Sorry for the trouble.

Lastly, could you sign your commits please? https://github.com/terrastruct/d2/blob/master/docs/CONTRIBUTING.md#logistics

ci/release/changelogs/next.md Outdated Show resolved Hide resolved
d2compiler/compile.go Outdated Show resolved Hide resolved
d2compiler/compile_test.go Show resolved Hide resolved
@alankan886
Copy link
Contributor Author

Thanks for the quick review! I made the changes based on the comments, lmk if it's good!

Copy link
Collaborator

@alixander alixander left a comment

Choose a reason for hiding this comment

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

Screen Shot 2023-03-27 at 4 38 55 PM

@alankan886 can you squash your commits so that there's only the verified one? looks good other than that!

@alankan886
Copy link
Contributor Author

One second, looks like the unwanted changes are back again.

# This is the 1st commit message:

compiler: Compiler error when Link is set and Tooltip is an URL

# The commit message terrastruct#2 will be skipped:

# Update changelog
Copy link
Collaborator

@alixander alixander left a comment

Choose a reason for hiding this comment

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

thanks @alankan886 !

@alixander alixander merged commit 4924a8b into terrastruct:master Mar 28, 2023
@alankan886
Copy link
Contributor Author

@alixander oh nooooo I was about to squash again, I was struggling a bit because I was so used to using squash and merge on Github rip

@alixander
Copy link
Collaborator

hah appreciate that @alankan886 but no big deal =). it's a good point though i suppose i should wait for confirmation from the author after approving and before merging. will do next time.

and welcome to the community!

Copy link

@btuhey42 btuhey42 left a comment

Choose a reason for hiding this comment

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

ok then

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.

show link url by tooltip
3 participants