Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many protocol adjustments #1522

Merged
merged 8 commits into from
Jun 8, 2023
Merged

Conversation

aviramha
Copy link
Member

@aviramha aviramha commented Jun 8, 2023

change mirrord-protocol to have its own versioning. add mirrord-macros and protocol_break attribute to mark places we want to break on major updates.
Add CI to verify that if protocol is changed, Cargo.toml is changed as well (to force bumps)
Fix some of the structs being OS controlled, potentially breaking the protocol between different OS's. (GetDEnts64(RemoteResult<GetDEnts64Response>),)

Closes #1355

aviramha added 4 commits June 8, 2023 09:49
…cros` and `protocol_break` attribute to mark places we want to break on major updates.

Add CI to verify that if protocol is changed, `Cargo.toml` is changed as well (to force bumps)
Fix some of the structs being `OS` controlled, potentially breaking the protocol between different OS's. (`GetDEnts64(RemoteResult<GetDEnts64Response>),`)
.github/workflows/ci.yaml Outdated Show resolved Hide resolved
@aviramha aviramha enabled auto-merge June 8, 2023 09:41
@aviramha aviramha added this pull request to the merge queue Jun 8, 2023
Merged via the queue into metalbear-co:main with commit 778b1e3 Jun 8, 2023
@aviramha aviramha deleted the protocol-version branch June 8, 2023 10:32
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.

Add versioning to protocol (Cargo.toml that doesn't inherit from workspace?)
2 participants