Skip to content

#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 into
developfrom
issue-790-windows-native-vimcode-as-a-thin-wrapper
Sep 3, 2026
Merged

#790: Windows-native vimcode as a thin wrapper over quadraui::win — re-add the backend deleted in 3e4bcff, with all real effort upstream#793
JDonaghy merged 1 commit into
developfrom
issue-790-windows-native-vimcode-as-a-thin-wrapper

Conversation

@JDonaghy

@JDonaghy JDonaghy commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Closes #790

Automated PR opened by coordinator for review of issue #790.

…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.
@JDonaghy
JDonaghy merged commit ea8521c into develop Sep 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows-native vimcode as a thin wrapper over quadraui::win — re-add the backend deleted in 3e4bcff, with all real effort upstream

1 participant