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
slog: TextHandler checks long strings, quotes non-printing runes
TextHandler checks the full length of all strings for whether
they need to be quoted, because the cost of doing so (when done
quickly) is significantly less than the cost of quoting.
Also, it quotes strings containing non-printing characters.
Change-Id: I2bb3a66f4fc1f60b0fc58acc53a2f5b973522cc7
Reviewed-on: https://go-review.googlesource.com/c/exp/+/429838
Reviewed-by: Alan Donovan <[email protected]>
Run-TryBot: Jonathan Amsterdam <[email protected]>
0 commit comments