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
I would guess historical reasons, like that fail expects a String, or that libraries before text probably used String already for error messages.
There may be value in making Text really replace uses of String, but that transition seems like it should be decided and coordinated on a global level, starting with a strong enough motivation.
IReader
is defined asWhat is the reason why it is using
String
instead ofText
for the failure case?The text was updated successfully, but these errors were encountered: