Matt
Matt
See #131 The buildifier in CI breaks when you update to bazel 8. It says it exits with exit code 1, but no error message is provided. The same goes...
At bazelcon last year @armandomontanez and I presented our work to make C++ toolchains configurable via bazel rules instead of via starlark. Recently, I implemented a more generic form of...
Consider a simple C++ binary. It generates two actions: Compile (`main.cc` -> `main.o`) Link (`main.o` -> `main`) When you attempt to build main with remote execution enabled, it needs to...
### Page link: https://bazel.build/docs/cc-toolchain-config-reference ### Problem description (include actual vs expected text, if applicable): I was listing all bazel variables, which I got from the docs, and @comius mentioned I...
## Description jj creates divergent operations (and changes) when just typing into the editor - no commands required to run. I have a theory on what the problem is (see...
Fixes #3303 and #1595 This completely changes the workflow for in-repo configuration. Instead of being stored in a file on disk, we store the configuration wrapped with a signature in...
We will support arbitrary hooks in the future, but for a few reasons we will special-case `jj fix`: * Performance (jj fix is hyper-optimized for running on stacks of commits...
As has been discussed in several places, `jj squash` is a very complicated command that can do many things. `jj movediff` is much simpler to explain ("moves diffs from one...
See docs/design/secure-config.md for many more details. Fixes #3303 Fixes #1595 # Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [X] I have updated the documentation (`README.md`, `docs/`, `demos/`)...
# Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [x] I have updated the documentation (`README.md`, `docs/`, `demos/`) - [x] I have updated the config schema (`cli/src/config-schema.json`) -...