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

gazelle should support updating rules that wrap go_ rules. #269

Closed
DrMarcII opened this issue Feb 15, 2017 · 4 comments
Closed

gazelle should support updating rules that wrap go_ rules. #269

DrMarcII opened this issue Feb 15, 2017 · 4 comments
Assignees
Labels

Comments

@DrMarcII
Copy link
Contributor

For an example, go_web_test_suite wraps go_test, and support all args allowed by go_test (plus additional arguments). If I change a generated go_test rule to go_web_test_suite, gazelle should update that rule.

@pmbethe09
Copy link
Contributor

pmbethe09 commented Feb 21, 2017 via email

@DrMarcII
Copy link
Contributor Author

Maybe. Although Gazelle has some other related issues in this general area. For e.g., sometimes I want multiple go_test rules to be generated for the same package (see https://github.com/bazelbuild/rules_webtesting/blob/master/go/webtest/BUILD). And I really don't like that it generates the test with name go_default_test (this is related to my dislike to #265)

In general, I want gazelle to be smarter about accepting my edits of the BUILD file and using that to guide what it does.

@pmbethe09
Copy link
Contributor

pmbethe09 commented Feb 21, 2017 via email

@jayconrod
Copy link
Contributor

Closing old issues. Migrated to bazel-contrib/bazel-gazelle#18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants