-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
remote: fix unexpected IO error (not a directory) #7174
Conversation
Does this change also fix #7160? |
/** | ||
* Returns the {@link Path} for an {@link ActionInput}. | ||
*/ | ||
public static Path toPath(ActionInput input, Path execRoot) { |
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.
nit: could you call it "toInputPath" or something more concrete than "toPath"? Otherwise the sloppy hurried coder (not that I speak of my own experience, *ahem*) might believe this function does nothing but a trivial conversion (e.g. calling Artifact.toPath).
Closes #7174. PiperOrigin-RevId: 229914032
Like bazelbuild#7174, but only affecting remote execution. Also, incorporate feedback from bazelbuild#7174 and rename toPath to toInputPath.
Closes #7174. PiperOrigin-RevId: 229914032
Closes #7174. PiperOrigin-RevId: 229914032
Closes bazelbuild#7174. PiperOrigin-RevId: 229914032
Like bazelbuild#7174, but only affecting remote execution. Also, incorporate feedback from bazelbuild#7174 and rename toPath to toInputPath. Closes bazelbuild#7181. PiperOrigin-RevId: 230211153
No description provided.