Single Body Instances#505
Conversation
Stable MIR JSON on working branch.
…tion/mir-semantics into dc/single-body-instances
…tion/mir-semantics into dc/single-body-instances
|
After the updated to |
There was a problem hiding this comment.
Can we please pretty-print the checked-in JSON (to get a chance to read a small diff)?
There was a problem hiding this comment.
100% I should of done that
There was a problem hiding this comment.
Ditto, please reformat using jq. Something like
for file in $(find ...exec-smir -name \*smir.json); do echo $file; jq . $file > $file.pretty && mv $file.pretty $file; done
There was a problem hiding this comment.
I don't think the tab size was consistent with all of these. They are all formatted with jq . now so hopefully things are consistent from now on
There was a problem hiding this comment.
Quite possibly I used vscode's formatter on some of them before...
Stable MIR JSON PR#60 removes the error where we thought we had to find the
Bodyfor promoted items. This is reflecting that change by removing the list ofBodyand changing it to anmaybeBodyforMonoItem::Fnsince sometimes aBodyis not present