Use ServeProto::Serialise<ServeProto::BuildOptions>#1324
Merged
Ericson2314 merged 2 commits intoNixOS:nix-nextfrom Dec 11, 2023
Merged
Use ServeProto::Serialise<ServeProto::BuildOptions>#1324Ericson2314 merged 2 commits intoNixOS:nix-nextfrom
ServeProto::Serialise<ServeProto::BuildOptions>#1324Ericson2314 merged 2 commits intoNixOS:nix-nextfrom
Conversation
Both sides need to agree on a version (with `std::min`) for anything to work. Somehow... we've never done this. With this comment, the next commit succeeds. Without this commit, the next commit fails. This is because the next commit exposes serializers which do different things for proto version 2.7, and we're currently requesting 2.6. Opened NixOS/nix#9584 to track this issue
Member
Author
|
NixOS/nix#9584 is now idea-approved, which is the one question I had for this. The rest is entirely rote using serializers and changing no behavior, so I will merge this. |
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.
The interesting part is the preparatory commit: