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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Result: after dismissing the error dialog about being unable to open file B, you're left with nothing selected in the left-hand pane, and file C still open in an editor but no longer listed in the working set.
Although it looks pretty broken/sketchy, I think the underlying Document stuff is still in an ok state -- if you type in the "orphaned" editor, file C is re-added to the working set and saving changes works.
The text was updated successfully, but these errors were encountered:
I think variations of this bug were always possible in rare edge cases, but pull #1197 made it much easier to hit (via the above steps). It looks ugly enough that I think we should consider fixing for Sprint 14...
Fix bugs #1543 and #1544: working set files are not guaranteed to be openable, so check for failure; defer assertion until it's (supposed to be) guaranteed to be valid
Result: after dismissing the error dialog about being unable to open file B, you're left with nothing selected in the left-hand pane, and file C still open in an editor but no longer listed in the working set.
Although it looks pretty broken/sketchy, I think the underlying Document stuff is still in an ok state -- if you type in the "orphaned" editor, file C is re-added to the working set and saving changes works.
The text was updated successfully, but these errors were encountered: