amazon-ion / ion-rust

Rust implementation of Amazon Ion
Apache License 2.0
147 stars 35 forks source link

Fixes logic error in Decimal::precision #797

Closed popematt closed 2 months ago

popematt commented 2 months ago

Issue #, if available:

None

Description of changes:

Fixes the logic in Decimal.precision() and adds/improves decimal-related test cases.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

zslayton commented 2 months ago

Nice work, @popematt