bump x/clipboard -> v0.8.0 for wayland support - #51
Merged
Merged
Conversation
Owner
|
Hey there! Thanks for the contribution. Nice catch. I鈥檒l fix this up and push a new version for ya! |
cfoust
approved these changes
Sep 6, 2026
wilsonsk0
pushed a commit
to wilsonsk0/cy
that referenced
this pull request
Sep 7, 2026
Follow-up to cfoust#51, which bumped x/clipboard to v0.8.0 for native Wayland support. That PR's `go mod tidy` was incomplete and it also re-vendored the module verbatim, dropping cy's local patch that makes Write return an error and adds ReadErr. This restores that patch on top of v0.8.0 and reverts pkg/clipboard to the error-propagating API. `go mod vendor` also clobbers two other hand-patched modules (go-vte colon sub-parameters, go-daemon error wrapping). All three patches now live in patches/ and are re-applied by a new `just vendor` recipe so future bumps don't silently lose them. v0.8.0 speaks the X11 wire protocol directly, so libx11-dev is no longer needed to build on Linux; drop it from the workflows. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Q72W2BVbNZTQaiLsURxbe6
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.
Native wayland support was added to
golang-design/clipboardin v0.8.0.