Commit d8433f2
committed
feat: enhance format_string with local IntegerValue adapter and optimize match arms
- Added a local IntegerValue adapter to format_string functionality.
- Collapsed duplicated match arms for %d, %x, %o, %s, %c to improve code efficiency.
- Ensured preservation of signed width behavior for negative hex and octal values.
- Introduced a regression table test covering integer widths and null values.1 parent 265473e commit d8433f2
1 file changed
Lines changed: 189 additions & 196 deletions
0 commit comments