Add assertions to ensure we don't use an invalid package_amount
authorMatt Corallo <git@bluematt.me>
Wed, 26 May 2021 15:47:29 +0000 (15:47 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 28 May 2021 23:56:44 +0000 (23:56 +0000)
This somewhat cleans up the public API of PackageSolvingData to
make it harder to get an invalid amount and use it, adding further
debug assertion to check it at test-time.


No differences found