Age | Commit message (Collapse) | Author |
|
This was a problem when writing a fetcher that uses e.g. sha256 hashes
for revisions. This doesn't actually do anything new, but allows for
creating such fetchers in the future (perhaps when support for Git's
SHA256 object format gains more popularity).
|
|
Also use std::string_view in a few more places.
|
|
once a string has been forced we already have dynamic storage allocated for it,
so we can easily reuse that storage instead of copying.
|
|
|
|
|
|
We did this in the same spirit of the dummy value that's present in
libstore/path.hh
|
|
|
|
|
|
better-ca-parse-errors
|
|
|
|
|
|
|
|
|
|
|
|
better-ca-parse-errors
|
|
|
|
|
|
Also mark it static
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://hydra.nixos.org/build/123017579
|
|
|
|
|
|
|
|
validPathInfo-ca-proper-datatype
|
|
|
|
|
|
Not a regular git revert as there have been many merges and things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This replaces the copy&paste with a helper function in hash.hh.
|
|
|