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
From the review meeting: the agreed solution is to switch from doing `Machine.String()` to printing a stacktrace. (This is likely to be more useful and parseable information by the programmer anyway... :) )
The Machine.String representation is sometimes too verbose or costly to produce to be useful/efficient. A better approach is to print a stacktrace, in a similar fashion to go programs, when for instance panicking within the chain, or within gno test/run
The text was updated successfully, but these errors were encountered:
Originally posted by @thehowl in #1736 (comment)
The
Machine.String
representation is sometimes too verbose or costly to produce to be useful/efficient. A better approach is to print a stacktrace, in a similar fashion to go programs, when for instance panicking within the chain, or within gno test/runThe text was updated successfully, but these errors were encountered: