#790: Windows-native vimcode as a thin wrapper over quadraui::win — re-add the backend deleted in 3e4bcff, with all real effort upstream - #793
Merged
JDonaghy merged 1 commit intoSep 3, 2026
Conversation
…ShellApp) quadraui#707 is the first of #790's two prerequisites: at the previously pinned rev (7f00f73) `win/` had no `shell_runner.rs` and zero `ShellApp` references, so there was nothing for a vimcode wrapper to call. It has since landed upstream (076927d, "win/ gains shell_runner + ShellApp support"); this bumps straight to develop's current tip (42e0f8f), which also carries the closely-related #702/#708 win/ conformance-harness work. cargo build (default `gui` features) and cargo build --no-default-features both green against the new rev; quadraui_pin's tests (the only in-tree tests that assert anything about the resolved rev) still pass. This does NOT complete #790 — see the PR/issue comment for why the second prerequisite (src/app.rs decoupled enough from GTK for a second backend to reuse `App`) is not actually satisfied by #785 alone, despite #785's own commit message suggesting otherwise.
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.
Closes #790
Automated PR opened by coordinator for review of issue #790.