Skip to content

Improve file I/O error

Camil Staps requested to merge improve-file-io-error into main

What does this MR do?

Improves the error you get when running e.g. interpret copyfile.bc without -io flag. When COMPUTED_GOTOS is on, we cannot print the instruction name.

Changes to public APIs

None

Author's checklist (required)

  • Intermediate commits compile (use git rebase -i main if not)
  • Newly added code has a style consistent with the rest of the repository
  • Newly added code is documented (guidelines)
  • If bugs have been solved, tests have been added (guidelines)
  • A changelog entry has been added (guidelines)

Related issues

Merge request reports