aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env/nix-env.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-05-11 23:22:35 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-05-15 10:41:44 -0400
commitbbd7d5de090e200dbcf7e925e25b0b273c4290ff (patch)
treef17ae6a2544a57621284fcfa9ae49e45907462a7 /src/nix-env/nix-env.cc
parent0c49c1af28c7128d9dd140eb3ba392300778bd59 (diff)
Fix some bounds in rapid check instances
`inRange` is exclusive not inclusive: https://github.com/emil-e/rapidcheck/blob/master/doc/generators.md#usage Furthermore, use `std::variant_size_v` so we use the right number automatically. Finally, make the `switch` assert the discriminant is in bounds as expected.
Diffstat (limited to 'src/nix-env/nix-env.cc')
0 files changed, 0 insertions, 0 deletions