Improve the section order errors to help diagnose problems.

Review Request #11760 — Created July 31, 2021 and submitted — Latest diff uploaded

Information

DiffX
master

Reviewers

Section order errors were useful in saying which function was called and
which functions were expected, but didn't say which function was
previously called in order to give context.

This change expands those errors. It now shows the previous method that
was called, based on the previous section state.

Unit tests passed.

Commits

Files

    Loading...