* [SCRIPT] Refactor grep for multiple patterns Tidy up the use of grep. Use -E rather than run multiple grep instances. * [SCRIPT] Refactor grep use in pipeline. Prefer to use stdin redirection rather than create a pipeline. * [SCRIPT] Refactor placement and cleanup of temporary files. Place temporary files in the conventional /tmp location. Avoid poisoning file name space by using $$. Ensure the temporary files get cleaned up, even when the script fails / exits early. * [SCRIPT] Improve robustness of task_lint.sh error handling. Ensure script failures are caught and propagated. Rather than trying to explicitly catch and propagate failures with explicit "|| exit" annotations, use the "set -e" idom from docker/install scripts and have the shell catch and propagate errors in the general case and special case the grep instances where non zero exit is permitted and should be ignored.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
packages.mk | Loading commit data... | |
task_build.sh | Loading commit data... | |
task_clean.sh | Loading commit data... | |
task_cpp_unittest.sh | Loading commit data... | |
task_golang.sh | Loading commit data... | |
task_java_unittest.sh | Loading commit data... | |
task_lint.sh | Loading commit data... | |
task_python_docs.sh | Loading commit data... | |
task_python_frontend.sh | Loading commit data... | |
task_python_integration.sh | Loading commit data... | |
task_python_topi.sh | Loading commit data... | |
task_python_unittest.sh | Loading commit data... | |
task_python_vta.sh | Loading commit data... | |
task_rust.sh | Loading commit data... | |
task_verilog_test.sh | Loading commit data... | |
task_web_build.sh | Loading commit data... | |
task_web_test.sh | Loading commit data... |