Replies: 2 comments 1 reply
-
The potential cost would be breaking where we try to use something like LazyString instead, for efficiency, forcing more work into the callers of throw. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This may not be necessary with appropriate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many of our exception types have a field that is typed
::AbstractString
. Should we change that to::String
? There are pros and cons:AbstractString
type that has a brokenconvert(String, str)
method.Beta Was this translation helpful? Give feedback.
All reactions