Skip to content

Conversation

@bmd3k
Copy link
Contributor

@bmd3k bmd3k commented Apr 22, 2020

  • Motivation for features / changes

Remove standalone uploader binary target that shouldn't be used any longer.

  • Technical description of changes

No longer make //tensorboard/uploader a binary target.

Rename uploader_main to uploader_subcommand.

Clean up some BUILD target names by removing "_lib" suffix.

  • Testing

Run unit tests.

Run bazel run tensorboard/uploader -- list and bazel complains that target no longer exists.

Run bazel run tensorboard -- dev list and bazel succeeds at listing experiments.

bmd3k added 2 commits April 22, 2020 14:16
No longer make //tensorboard/uploader a binary target.
Rename uploader_main to uploader_subcommand.
Clean up some BUILD target names by removing "_lib" suffix.
@bmd3k bmd3k marked this pull request as ready for review April 22, 2020 18:25
@bmd3k bmd3k requested a review from wchargin April 22, 2020 18:25
py_library(
name = "uploader_main_lib",
srcs = ["uploader_main.py"],
name = "uploader_subcommand",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new name is much clearer; thanks!

@bmd3k bmd3k merged commit a4d0863 into tensorflow:master Apr 22, 2020
caisq pushed a commit to caisq/tensorboard that referenced this pull request May 19, 2020
Remove standalone uploader binary target that shouldn't be used any longer.

No longer make //tensorboard/uploader a binary target.
Rename uploader_main to uploader_subcommand.
Clean up some BUILD target names by removing "_lib" suffix.
caisq pushed a commit that referenced this pull request May 27, 2020
Remove standalone uploader binary target that shouldn't be used any longer.

No longer make //tensorboard/uploader a binary target.
Rename uploader_main to uploader_subcommand.
Clean up some BUILD target names by removing "_lib" suffix.
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