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

Fix the build for bazel 0.16. #1334

Merged
merged 1 commit into from
Aug 7, 2018
Merged

Conversation

r4nt
Copy link
Contributor

@r4nt r4nt commented Aug 3, 2018

Bazel 0.16 comes with java 1.9, which doesn't have javax/annotation/Generated,
which dagger 2.9 needed.
rules_closure 0.8.0 updates its dagger deps to 2.14.1, which resolves
the issue.

Bazel 0.16 comes with java 1.9, which doesn't have javax/annotation/Generated,
which dagger 2.9 needed.
rules_closure 0.8.0 updates its dagger deps to 2.14.1, which resolves
the issue.
@nfelt nfelt requested a review from jart August 6, 2018 21:04
@jart jart merged commit bc4e7a6 into tensorflow:master Aug 7, 2018
@r4nt r4nt deleted the fix-build-bazel-16 branch August 9, 2018 09:06
wchargin added a commit that referenced this pull request Nov 29, 2018
Summary:
Some modules have `@demo` annotations that point to nonexistent demos,
so we fix or remove those references as appropriate.

The `google-chart` demo is not working and does not appear to have ever
worked: when running it on its initial commit after cherry-picking #1334
we see only a blank page. However, deleting this demo isn’t trivial,
because the main profile dashboard depends on it for some reason. As
this plugin is still being actively developed, we’ll leave the demo
alone for now: it’s not actually causing any problems.

Context: <#1645 (comment)>

Test Plan:
Note that `git grep @demo` only lists correct paths to working demos.

wchargin-branch: remove-broken-demos
wchargin added a commit that referenced this pull request Nov 29, 2018
Summary:
Some modules have `@demo` annotations that point to nonexistent demos,
so we fix or remove those references as appropriate.

The `google-chart` demo is not working and does not appear to have ever
worked: when running it on its initial commit after cherry-picking #1334
we see only a blank page. However, deleting this demo isn’t trivial,
because the main profile dashboard depends on it for some reason. As
this plugin is still being actively developed, we’ll leave the demo
alone for now: it’s not actually causing any problems.

Context: <#1645 (comment)>

Test Plan:
Note that `git grep @demo` only lists correct paths to working demos.

wchargin-branch: remove-broken-demos
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.

2 participants