specs: mark darwin/linux/wayland Implemented with Outcome + deviations (#149)#154
Merged
Conversation
#149) These shipped (darwin #117; linux/X11 #119/#120, BSD #121; Wayland #109-#116) but the specs still read 'Proposed'. Flip Status to Implemented and add an Outcome section to each documenting what shipped and where the implementation deviated from the design: - darwin: OS-thread pinning for autorelease pools (unanticipated); the suggested pure-Go TIFF unit test was not added; silent TIFF-transcode nil. - linux: internal/x11wire was extracted to the golang.design/x/x11 module (#122, now v0.2.0); one shared clipboard_x11.go for Linux+BSD; added sequence-matching/retry robustness. INCR/PRIMARY still unimplemented. - wayland: phase 6 folded into the wire core; PRIMARY not shipped; same-process self-read limitation for custom selections (verified cross-process); enumeration added later.
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 #149. The darwin/linux/wayland specs still read Proposed despite shipping. Flip each to Implemented and add an Outcome section documenting what shipped and the design deviations found during implementation (researched from the merged code + git history):
internal/x11wirewas extracted to thegolang.design/x/x11module (all: depend on golang.design/x/x11 instead of the internal copy #122, now v0.2.0); one sharedclipboard_x11.gocovers Linux+BSD; added sequence-matching/retry robustness; INCR/PRIMARY still unimplemented (as scoped).Docs-only.