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
Unless I'm missing something, if you use the text or dashboard interfaces, you can't save a failing transaction as JSON. This would be nice for various uses in toolchains -- text is easy to mine in scripts, but saving the tx sequence in the JSON format we have allows other uses for the transactions. As I understand, failing txs can't be saved in coverage corpuses, either, so they really are just lost in any "format" choice but json, as machine-readable.
The text was updated successfully, but these errors were encountered:
With #1045, sequences (in JSON format) will be stored right away when a property is falsified instead of waiting until the end. Let's move to #1045 in case any further discussion is needed.
Unless I'm missing something, if you use the text or dashboard interfaces, you can't save a failing transaction as JSON. This would be nice for various uses in toolchains -- text is easy to mine in scripts, but saving the tx sequence in the JSON format we have allows other uses for the transactions. As I understand, failing txs can't be saved in coverage corpuses, either, so they really are just lost in any "format" choice but json, as machine-readable.
The text was updated successfully, but these errors were encountered: