-
**Describe the bug**
The CEF sample apps sometimes fail to run when building incrementally after modifying the CEF API. For example, they fail due to API hash mismatches. This can be fixed by manuall…
-
Over in https://github.com/rust-lang/rust/issues/47935, @michaelwoerister wrote:
> The \[dependency tracking\] readme is largely outdated. The "Testing the dependency graph" and "Debugging the depe…
-
Incremental compilation relies on hashes for soundness -- specifically, on SipHash-1-3 with an all-zero key, which is not a cryptographic hash function. Collisions in that hash can lead to UB and othe…
-
I've noticed that your Java implementation of `komihash` uses 4-byte values when hashing a string (hashCharsToLong). This looks like a slow approach. Why is that? You can hash using 8-byte values.
…
-
Incremental hashing would allow hashing a stream, rather than restricting us to hashing an entire byte array at once.
The question was raised over on the [wyhash repo](https://github.com/wangyi-fud…
-
#### Issues with the Old Structure:
1. **Excessive Scanning of `Source`:**
* The `prepare` phase fully scans the `Source` to obtain complete metadata (including file HASH).
* The upload pro…
-
I'm building rust code in a CI environment, setting -Cincremental to a shared location. CI allocates a new working directory for each build. To prevent leaking that info to the debug info, we set `-…
-
Rework the built-in `GenesisDocProvider` implementation for streamability: the provider should not need to store the whole file content in RAM to parse the JSON or calculate the checksum.
DoD: The …
-
I'm working on adding Zobrist hashes to shakmaty: https://github.com/wspeirs/shakmaty
@niklasf would love your feedback on what I have thus far. I still need to implement it for all the variations;…
-
Provide an API that allows re-computing the hash of a subset of files in a model. This is useful in cases where only a (small) set of files have changed, eg if a user has updated a README in a hugging…