Age | Commit message (Collapse) | Author |
|
Inspired by https://github.com/NixOS/nix/pull/5599
|
|
I had started the trend of doing `std::visit` by value (because a type
error once mislead me into thinking that was the only form that
existed). While the optomizer in principle should be able to deal with
extra coppying or extra indirection once the lambdas inlined, sticking
with by reference is the conventional default. I hope this might even
improve performance.
|
|
|
|
Co-authored-by: John Ericson <git@JohnEricson.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
better-ca-parse-errors
|
|
|
|
- Ensure hash is in form <algo>-<prefix> and not SRI.
- Better errors if something goes wrong
- string_view for no coppying
|
|
|
|
validPathInfo-ca-proper-datatype
|
|
|
|
|
|
validPathInfo-ca-proper-datatype
|
|
|
|
|
|
|
|
|