-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #290: verilog_format: accept multiple files to all process.
* Don't CHECK()-fail when no argument is given, but print usage instead. * Allow for arbitrary number of filename arguments. * Don't --inplace overwrite a file if the formatting did not generate any change (this is crucial to use in build-systems where typically the timestamp indicates if something needs to be re-built). Signed-off-by: Henner Zeller <[email protected]> GitHub PR #290 Copybara import of the project: - 68da3f4 verilog_format: accept multiple files to all process. by Henner Zeller <[email protected]> - 4624a3b Exit early if no filename is given. by Henner Zeller <[email protected]> - 8b71159 Multiple files: always require --inplace. by Henner Zeller <[email protected]> - bb49fe4 Fix typo. by Henner Zeller <[email protected]> - 50dae4b Address review comments. by Henner Zeller <[email protected]> - 011263f ... more review comments. by Henner Zeller <[email protected]> - 02d4e95 Always print entire error messages to newline. by Henner Zeller <[email protected]> - b28bfc5 Make reference symbol hug to type. by Henner Zeller <[email protected]> Closes #290 PiperOrigin-RevId: 310404968
- Loading branch information
Showing
2 changed files
with
80 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters