-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[lang] Add tests for refine_coordinates #2382
Conversation
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!
CompileConfig config_; | ||
// We shouldn't need a Program instance in this test. Unfortunately, a few | ||
// places depend on the global |current_program|, so we have to. | ||
// ¯\_(ツ)_/¯ |
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.
¯\_(ツ)_/¯
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 too :)
/format |
/format |
/format |
Related issue = #2327
A follow-up of #2327. Add tests for the JIT generated
refine_coordinates()
. Hopefully this servers as a better documentation for how the list-gen process works.[Click here for the format server]