Skip to content

Use format_pie_symbol instead of formatCleanSymbol, format_pie_symbol was...

Gijs Alberts requested to merge use-format-pie-symbol into master

What does this MR do?

Use format_pie_symbol instead of formatCleanSymbol, format_pie_symbol was added to the ABC-Interpreter. format_pie_symbol essentially does the same as formatCleanSymbol but it is now exported in the ABC-interpreter to avoid code duplication for other applications that would want to retrieve the symbol information for a program location.

I think this does not warrant a release or even a changelog entry, as this is purely internal.

Related issues

N/A

Changes to public APIs

N/A

Author's checklist (required)

See CONTRIBUTING.md for the rationale behind these items:

  • The commit history does not contain merges (use git rebase -i master if it does)
  • Intermediate commits compile (use git rebase -i master if not)
  • Newly added code follows the Platform code style
  • Newly added code is documented
  • If bugs have been solved, tests have been added
  • Appropriate types have been used, especially in APIs
  • If efficiency is part of the acceptance criteria of the issue, a benchmark is provided
  • A changelog entry has been added if required. See CONTRIBUTING.md

Merge request reports