uv/crates/puffin-interpreter
Andrew Gallant aa9f47bbde
improve tests for version parser (#696)
The high level goal here is to improve the tests for the version parser.
Namely, we now check not just that version strings parse successfully,
but that they parse to the expected result.

We also do a few other cleanups. Most notably, `Version` is now an
opaque type so that we can more easily change its representation going
forward.

Reviewing commit-by-commit is suggested. :-)
2023-12-19 12:25:32 -05:00
..
src improve tests for version parser (#696) 2023-12-19 12:25:32 -05:00
Cargo.toml Switch to msgpack in the cached client (#662) 2023-12-16 21:01:35 +00:00