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

Split web_test_repositories() into per-language workspace rules. #23

Closed
pcj opened this issue Oct 21, 2016 · 2 comments
Closed

Split web_test_repositories() into per-language workspace rules. #23

pcj opened this issue Oct 21, 2016 · 2 comments

Comments

@pcj
Copy link
Member

pcj commented Oct 21, 2016

To remove the rules_go dependency for a java-only project, consider splitting web_test_repositories() into java_webtesting_repositories() and go_webtesting_repositories(), loaded and called independently by the end-user.

@DrMarcII
Copy link
Contributor

Web Test Launcher (the binary that actually manages all the servers required for web tests, and launches the actual test) is implemented in Go, so splitting the repositories rules would not remove the dep on rules_go.

@pcj
Copy link
Member Author

pcj commented Oct 21, 2016

Thx, clarified.

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

No branches or pull requests

2 participants