-
Notifications
You must be signed in to change notification settings - Fork 105
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
Move Common.py to module #1607
Move Common.py to module #1607
Conversation
There are a lot of unrelated files in the PR. Can we remove them? |
* fix: purge library-print-debug * feat: make build paths static * feat: remove 'SortProblems' global param * feat: remove 'ExpandRanges' global param * feat: remove 'WavefrontWidth' global param * feat: remove 'ValidateLibrary' global param * feat: remove 'EnableHalf' and 'ClientArgs' global params * feat: prefer profile decorator over 'Profiler' global param * chore: remove 'LibraryPrintDebug' from build_client.yaml * feat: remove 'MaxFileName' from global params
@KKyang You bet, I'll remove the files from the |
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.
please get CI passed before merging.
Files not modified should not have any changes. If you trigger the hook using git commit, it won't affect unmodified files. |
This isn't true, because the files are touched when resolving a merge conflict, they're still updated by the precommit. |
e4939f7
Moves Common.py into a module, breaking up various elements into self-contained files.