Add new /build directory to .gitignore and remove the old build artifacts that no longer get created
Fix a warning about comparison of different sign in lexer_shift_buffer
Remove an unused function that had a parameter warning
Various small cleanups and fixing warnings
- Add new `/build` directory to .gitignore and remove the old build artifacts that no longer get created
- Fix a warning about comparison of different sign in `lexer_shift_buffer`
- Remove an unused function that had a parameter warning
Add -Werror to the release configuration. Also add the release build as
a dependency of the make validate rule. The idea is that builds should
not pass validation if they have warnings but it shouldn't stop debug
builds during development from compiling while work is in progress.
Release builds now fail on warnings and the release configuration is added as a dependency to make validate. The idea is that debug builds during development can warn but make validate will fail when there are warnings.
The correct clang version is picked to match the compiler-rt version in alpine edge repositories.
Release builds now fail on warnings and the release configuration is added as a dependency to `make validate`. The idea is that debug builds during development can warn but `make validate` will fail when there are warnings.
The correct clang version is picked to match the compiler-rt version in alpine edge repositories.
omicron
merged commit ea5164e584 into main2025-04-17 14:47:14 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Various small cleanups and fixing warnings
/builddirectory to .gitignore and remove the old build artifacts that no longer get createdlexer_shift_bufferceabd22b70toc0025eb4d3c0025eb4d3toea5164e584Release builds now fail on warnings and the release configuration is added as a dependency to
make validate. The idea is that debug builds during development can warn butmake validatewill fail when there are warnings.The correct clang version is picked to match the compiler-rt version in alpine edge repositories.