You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed in 19276d7, thanks for reporting. Conditional escaping is an interesting idea but it might be confusing to users and the format is pretty much fixed anyway.
prints
to_string() and fmt::format() return different results. I understood to_string() to be a simpler/faster fmt::format() with everything defaulted.
Why does the range formatter insert unnecessary escapes? Maybe it would be better to only insert them to make the output unambiguous.
The text was updated successfully, but these errors were encountered: