A compile problem now tells you whether it is your code or a timeout

When a page could not be built, it always said the same thing: "There was a compilation error in this item's code… Please correct the code." That was right only some of the time. A registration lookup that timed out after three seconds, a build that had not settled yet, an assembly the node could not fetch, and a type built by a previous platform version all produced that identical sentence — sending you to edit source the compiler had never even read.

Those cases now say what actually happened, and lead with "No code change is needed for this." followed by what to do instead (usually: wait, or Recompile). A genuine compiler error is unchanged — it still shows the diagnostics and still asks you to correct the code, because there it is the right advice.

Two more things came with it:

Reconnecting…
The server was updated. Reloading the page to pick up the latest version.