You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[5.6] Fix an ordering issue of a print statement and a diagnostic arriving right at the exit of a plugin (#3964) (#3966)
There's no strong ordering between the free form output of a plugin and the diagnostics it emits, but for things like thrown exceptions etc, it makes a bit more sense to show the diagnostic last.
Perhaps the test shouldn't really depend on the order here — we will see if this addresses the issue in the CI (it seems specific to Linux and I was never able to reproduce it in Docker).
I also made the unit test text a little less whimsical, and got rid of the emoji.
rdar://86729106
(cherry picked from commit af43c15)
0 commit comments