Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
240 stars 79 forks source link

`make gold` should not update JSON gold files if it's only whitespace change #1108

Closed anton-trunov closed 2 years ago

anton-trunov commented 2 years ago

The Yojson library's pretty-printer is not stable across different versions of the library. We should check that the new JSON AST is actually different before updating the "gold" files, otherwise make gold may produce too many unrelated changes.