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

Use newer Bazel repo rules #798

Merged
merged 1 commit into from
Nov 7, 2018
Merged

Conversation

drigz
Copy link
Contributor

@drigz drigz commented Nov 7, 2018

This uses the new go_repository and http_archive rules. Using the former
avoids a warning:

DEPRECATED: the rules_go version of go_repository is deprecated. Migrate
to the new version in @bazel_gazelle//def.bzl instead.

The latter will avoid breakage when the native http_archive rule is
disabled by default in a future version of Bazel.

This uses the new go_repository and http_archive rules. Using the former
avoids a warning:

DEPRECATED: the rules_go version of go_repository is deprecated. Migrate
to the new version in @bazel_gazelle//def.bzl instead.

The latter will avoid breakage when the native http_archive rule is
disabled by default in a future version of Bazel.
@johanbrandhorst
Copy link
Collaborator

Thanks for the contribution! Do you want to merge this before or after #797?

@codecov-io
Copy link

Codecov Report

Merging #798 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #798   +/-   ##
=======================================
  Coverage   53.27%   53.27%           
=======================================
  Files          30       30           
  Lines        3369     3369           
=======================================
  Hits         1795     1795           
  Misses       1399     1399           
  Partials      175      175

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53343c7...d0ad6f9. Read the comment docs.

@drigz
Copy link
Contributor Author

drigz commented Nov 7, 2018

@johanbrandhorst Let's do it before if you don't have any comments here. They shouldn't conflict. (famous last words)

@johanbrandhorst
Copy link
Collaborator

I'll leave this to @achew22 now that he's shown signs of interest, but no objections on ordering to me.

@achew22 achew22 merged commit b5e2350 into grpc-ecosystem:master Nov 7, 2018
adasari pushed a commit to adasari/grpc-gateway that referenced this pull request Apr 9, 2020
This uses the new go_repository and http_archive rules. Using the former
avoids a warning:

DEPRECATED: the rules_go version of go_repository is deprecated. Migrate
to the new version in @bazel_gazelle//def.bzl instead.

The latter will avoid breakage when the native http_archive rule is
disabled by default in a future version of Bazel.
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.

5 participants