-
Notifications
You must be signed in to change notification settings - Fork 18
Add test for BasicBlockGraphBuilder::DebugString.
#364
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
base: main
Are you sure you want to change the base?
Conversation
* Add a test to make sure `DebugString` returns something reasonable.
|
Is this supposed to be stacked on the PR with the fix? |
|
Yes, the expected output matches the fixed list string representation. |
This includes the change in the PR that does the fix. I was mainly asking to confirm that you plan on landing the lower one first. If you use a tool like |
Yeah, ideally I'd have this PR have its base point to the branch corresponding to the PR with the
I'm currently using |
You can fix that by creating branches in the main repository (ie google/gematria), not your fork.
You need a tool that explicitly has support for Github's way of doing things. |
boomanaiden154
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after a rebase.
DebugStringreturns something reasonable.