-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Fix bug of generate-unmatched-brackets in CodeGenC::PrintSSAAssign #6887
Conversation
Thanks @Light-of-Hers , can you enhance the code to still remove extra brackets if they match? The idea would be to add a CheckBracketMatch code that scans the string and use counter to check if the two bracket indeed matches each other (and remove if they do) |
276467b
to
795e5e7
Compare
Updated @tqchen |
Sorry, some low-level mistakes😂. Is it okay now? @tqchen |
Thanks @Light-of-Hers ! |
Fix the bug discussed in #6884 @tqchen