Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the 0.1.0 release by stabilizing the v1 baseline configuration. The prototyping baseline is finalized as version 1, a new v2 unstable baseline is introduced for future development, and applications are migrated to use the stable v1 baseline.
Changes:
- Created v1 baseline by copying the prototyping baseline (v1.txt and v1.rs files)
- Updated baseline.rs to define V1, deprecate V1_UNSTABLE, and introduce V2_UNSTABLE
- Migrated three applications from V1_UNSTABLE to the stable V1 baseline
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| wl-proxy/src/baseline/versions/v1.txt | New baseline v1 version definitions (269 protocols) |
| wl-proxy/src/baseline/versions/v1.rs | New baseline v1 Rust implementation matching v1.txt |
| wl-proxy/src/baseline/versions.rs | Added v1 module declaration |
| wl-proxy/src/baseline.rs | Added V1 constant, deprecated V1_UNSTABLE alias, and introduced V2_UNSTABLE |
| apps/wl-paper/src/paper.rs | Migrated from V1_UNSTABLE to stable V1 baseline |
| apps/wl-format-filter/src/hf.rs | Migrated from V1_UNSTABLE to stable V1 baseline |
| apps/window-to-tray/src/wtt.rs | Migrated from V1_UNSTABLE to stable V1 baseline |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.