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

Move the test library rule to be go_test internal actions #1267

Merged
merged 1 commit into from
Jan 24, 2018

Conversation

ianthehat
Copy link
Contributor

This removes a rule from the visible graph that the user does not really want to
know about, and also gives the go_test rule more power to control the
compilation of it's library

This removes a rule from the visible graph that the user does not really want to
know about, and also gives the go_test rule more power to control the
compilation of it's library
@ianthehat ianthehat merged commit 56e5592 into bazelbuild:master Jan 24, 2018
@ianthehat ianthehat deleted the go_test branch January 24, 2018 02:25
sluongng added a commit to sluongng/rules_go that referenced this pull request Jun 28, 2022
`_testmain_library_to_source` was introduced in 1c4f6fd and last usage
of this resolver was in 56e5592.

  ```
  > git log -S'_testmain_library_to_source' --oneline
  56e5592 Move the test library rule to be go_test internal actions (bazelbuild#1267)
  9031d58 Add GoContext (bazelbuild#1140)
  1c4f6fd Fix aspect based proto builds (bazelbuild#1131)
  ```

Let's remove the unused resolver and replace the documentation with the
resolver that is actually being used.
linzhp pushed a commit that referenced this pull request Jul 17, 2022
`_testmain_library_to_source` was introduced in 1c4f6fd and last usage
of this resolver was in 56e5592.

  ```
  > git log -S'_testmain_library_to_source' --oneline
  56e5592 Move the test library rule to be go_test internal actions (#1267)
  9031d58 Add GoContext (#1140)
  1c4f6fd Fix aspect based proto builds (#1131)
  ```

Let's remove the unused resolver and replace the documentation with the
resolver that is actually being used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants