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
The text was updated successfully, but these errors were encountered:
Atry
changed the title
The Future returned from Promise.complete should shown as Success(...) instead of [running future]
The Future returned from Promise.complete should be shown as Success(...) instead of [running future]Aug 31, 2018
It should be an issue around the way "updatable results" are handled. Roughly, these work by pprinting UUIDs instead of stuff that can change, and later updating the corresponding DisplayData, each time replacing the UUID with something ("[running future]", "Success(…)", …)
The unexpected output is:
The text was updated successfully, but these errors were encountered: