The code samples for the MIR tutorial come with linked-mir.json files; the ones currently there are schema version 10, but the current version is 11.
These should be updated, and we should do something to make sure they don't get forgotten in the future, like adding something in the test suite that tries to load them.
Alternatively, we could delete them. They're basically object files, and I don't think there's any need to keep them around or distribute them to people reading the tutorial. Admittedly, we do seem to also include the corresponding objects in the LLVM/Java tutorial. And it wouldn't matter so much if one of them weren't 2M. (See #3239)
The code samples for the MIR tutorial come with
linked-mir.jsonfiles; the ones currently there are schema version 10, but the current version is 11.These should be updated, and we should do something to make sure they don't get forgotten in the future, like adding something in the test suite that tries to load them.
Alternatively, we could delete them. They're basically object files, and I don't think there's any need to keep them around or distribute them to people reading the tutorial. Admittedly, we do seem to also include the corresponding objects in the LLVM/Java tutorial. And it wouldn't matter so much if one of them weren't 2M. (See #3239)