Skip to content

Fix copybara import errors #6694

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

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Conversation

hoonji
Copy link
Member

@hoonji hoonji commented Dec 7, 2023

Motivation for features / changes

Copybara sync will complain after #6692 :

  • Filterbar doesn't use lowerCamelCase in property names (it used a "_" prefix)
  • runs table BUILD target doesn't include chip dependencies (surprisingly this doesn't affect tests or app execution)

This PR addresses both issues

@@ -44,15 +44,14 @@ export class FilterbarComponent {
@ViewChild('filterModal', {static: false})
private readonly filterModal!: CustomModalComponent;

_selectedFilterName = '';
private internalSelectedFilterName = '';
Copy link
Member Author

Choose a reason for hiding this comment

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

Naming is per internal style guide

}
// selectedFilter indirectly set using selectedFilterName.
_selectedFilter?: DiscreteFilter | IntervalFilter | undefined;
Copy link
Member Author

Choose a reason for hiding this comment

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

This was unused

@hoonji hoonji requested a review from JamesHollyer December 7, 2023 01:54
@nfelt nfelt merged commit cfc0b67 into tensorflow:master Dec 7, 2023
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