Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nyurik
Copy link
Contributor

@nyurik nyurik commented Oct 7, 2025

Avoid allocating new String for each float number rendering, and de-dup the code a bit.

Avoid allocating new String for each float number rendering, and de-dup the code a bit.
@max-sixty
Copy link
Collaborator

thanks @nyurik !

@max-sixty max-sixty merged commit a7d6247 into mitsuhiko:master Oct 7, 2025
15 checks passed
@nyurik nyurik deleted the fmt-floats branch October 7, 2025 16:38
@max-sixty max-sixty mentioned this pull request Nov 20, 2025
max-sixty added a commit that referenced this pull request Nov 20, 2025
## Summary

Prepare for the 1.44.0 release:

- Bump version to 1.44.0 in `insta/Cargo.toml` and
`cargo-insta/Cargo.toml`
- Update CHANGELOG.md with all changes since 1.43.2

## Changes in 1.44.0

- Added non-interactive snapshot review and reject modes for use in
non-TTY environments (LLMs, CI pipelines, scripts) #815
- Add `--disable-nextest-doctest` flag with deprecation warning #803
- Add ergonomic `--test-runner-fallback` / `--no-test-runner-fallback`
flags #811
- Apply redactions to snapshot metadata #813
- Remove confusing 'previously unseen snapshot' message #812
- Speed up JSON float rendering #806 (@nyurik)
- Allow globset version up to 0.4.16 #810 (@g0hl1n)
- Improve documentation #814 (@tshepang)
- Enforce starting newlines in assertions #563

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants