Conversation
Introduce multi-workspace support (AppWorkspace model, per-workspace defaults, switching/creation) and surface a WorkspaceSwitcher in the sidebar's toolbar and the menu bar. - Place the WorkspaceSwitcher in the sidebar column's toolbar (not the main content toolbar, and not inside the sidebar body). - Lift the Create Workspace sheet out of the toolbar-hosted view to a stable parent (sidebar + menu bar) via a binding, fixing the present/dismiss flicker loop caused by toolbar re-evaluation. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…s-test crash PlanCardViewTests hosts PlanSheetView via ViewInspector's ViewHosting. expel() removes the host but AppKit tears the backing NSHostingView down asynchronously. PlanSheetView's PlanSheetInspection has a main-actor back-deployed deinit, so the deferred teardown could hop onto the main actor during a later, unrelated test (testDecidedPlan_doesNotSuppress in the new PlanModeHookSuppressionTests suite) and double-free on the Swift concurrency runtime (POINTER_BEING_FREED_WAS_NOT_ALLOCATED, SIGABRT), aborting the whole RxCodeTests process and failing CI with exit 65. Pump the main run loop in a synchronous tearDown so every hosted view is fully deallocated within its own test, never leaking into a sibling suite. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 1.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes