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

Remove unused SingleFileExecutable #10443

Merged
merged 1 commit into from Jul 24, 2020

Conversation

Eric-Arellano
Copy link
Contributor

This was superseded by ExternalTool, which is how you now download binaries like protoc and shellcheck. From there, you await Get(DownloadedExternalTool, ExternalToolRequest). The DownloadedExternalTool has a property called .exe, which is similar in spirit to SingleFileExecutable.

[ci skip-rust-tests]

# Rust tests will be skipped. Delete if not intended.
[ci skip-rust-tests]
Copy link
Contributor

@cosmicexplorer cosmicexplorer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning this up!!

@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling cbe7944 on Eric-Arellano:cleanup-executable into ef79642 on pantsbuild:master.

@Eric-Arellano Eric-Arellano merged commit 0d4feff into pantsbuild:master Jul 24, 2020
@Eric-Arellano Eric-Arellano deleted the cleanup-executable branch July 24, 2020 03:52
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.

None yet

3 participants