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 cadence-tool tool is capable of producing an output that is comparable with the Cadence interpreter's parser. This issue is for testing the specification against the 1600+ Cadence 1.0 file on MainNet.
Suggested Solution
The process needs to automatically produce both JSON outputs, filter the outputs, and compare them. It should report differences with enough information to reproduce the results manually.
Add a simple command line tool to the Cadence parser that produces the necessary JSON output with no extra information.
Create a script that generates both outputs, filters them using grep, compares them using diff, and produces a report.
The text was updated successfully, but these errors were encountered:
Issue to be solved
The
cadence-tool
tool is capable of producing an output that is comparable with the Cadence interpreter's parser. This issue is for testing the specification against the 1600+ Cadence 1.0 file on MainNet.Suggested Solution
The process needs to automatically produce both JSON outputs, filter the outputs, and compare them. It should report differences with enough information to reproduce the results manually.
grep
, compares them usingdiff
, and produces a report.The text was updated successfully, but these errors were encountered: