Ian Manske c949d2e893
into string should not modify strings (#15320)
# Description

`into string` should not modify input strings (even with the
`--group-digits` flag). It's a conversion command, not a formatting
command.

# User-Facing Changes

- For strings, the same behavior from 0.102.0 is preserved.
- Errors are no longer turned into strings, but rather they are returned
as is.

# After Submitting

Create a `format int` and/or `format float` command and so that the
`--group-digits` flag can be transferred to one of those commands.
2025-03-16 20:11:05 +00:00
..
2025-02-25 12:09:52 -05:00
2025-01-28 16:03:31 -06:00
2025-02-25 12:09:52 -05:00
2025-01-26 12:30:58 +08:00
2025-01-28 18:09:53 -06:00