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
arg->str protocol method for ArgumentFormatter serializes a UUID as a string, not a string of a string.
e.g., expect #uuid"baf4cce4-da42-4dc2-aea6-ab1e8d63196c" to serialize as "\"baf4cce4-da42-4dc2-aea6-ab1e8d63196c\"", instead get "baf4cce4-da42-4dc2-aea6-ab1e8d63196c".
ArgumentFormatter needs to be extended to UUID.
The text was updated successfully, but these errors were encountered:
arg->str
protocol method forArgumentFormatter
serializes a UUID as a string, not a string of a string.e.g., expect
#uuid"baf4cce4-da42-4dc2-aea6-ab1e8d63196c"
to serialize as"\"baf4cce4-da42-4dc2-aea6-ab1e8d63196c\""
, instead get"baf4cce4-da42-4dc2-aea6-ab1e8d63196c"
.ArgumentFormatter
needs to be extended to UUID.The text was updated successfully, but these errors were encountered: