-
Notifications
You must be signed in to change notification settings - Fork 119
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
Moving node properties of a directory to the Directory message #102
Conversation
@@ -689,9 +692,6 @@ message DirectoryNode { | |||
// represented. See [Digest][build.bazel.remote.execution.v2.Digest] | |||
// for information about how to take the digest of a proto message. | |||
Digest digest = 2; | |||
|
|||
// The node properties of the DirectoryNode. | |||
repeated NodeProperty node_properties = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these properties may also be removed from one or two other places (e.g., output directories).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand why properties should be added to the directory message but why are these being removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise all directories except the top-level one would have two node_properties
lists, and we should only need one per directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, i see
@traveltissues, PTAL. Thank you! |
https://github.com/bazelbuild/remote-apis/pull/102/files#diff-4153f76ba92d8d30764c0251177105e8R655 |
No description provided.