Robert Hensing
Robert Hensing
`structuredAttrs` and `toJSON` do print a decimal point for all floats. This issue is about printing _Nix values_. That's not to say JSON print of floats, or floats themselves aren't...
- We have 20 SQLiteStmt instances in libstore, so factoring out a persistence layer does not seem far fetched. - When you're already doing network file systems, having a proper...
"narinfo" is not descriptive. It contains a bit of nar "info", such as the hash, but the rest is store object info, such as name and references, binary cache info...
I thought this is what `final = true;` was for, or did I misunderstand?
I think we should make `nix flake lock` still check and/or update the entries. Would this be an accurate release note? ----- ```yaml --- synopsis: Git fetcher accepts `revCount` and...
> `0.` should be parsed as `0.0` That may be possible. > Computing `1. / (1. / x)` throws an error, if `x = inf` or `x = -inf`. I...
> According to my analysis this can only affect serializations of a Nix float like `builtins.toString` (`"0.000000"` vs. `"-0.000000"`) We kind of have to assume that ends up in a...
- Blocked on https://github.com/libgit2/libgit2/pull/7117 Looks like we need to help them out.
We don't control that for local user repositories though.
It seems that you can work around this by migrating a repo back to `files` and calling `git refs migrate`. Does that work for you? Possible mitigation: have Nixpkgs (or...