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

Add .bazelrc #2261

Merged
merged 1 commit into from
Dec 16, 2020
Merged

Add .bazelrc #2261

merged 1 commit into from
Dec 16, 2020

Conversation

BenHenning
Copy link
Sponsor Member

This file comes from #1904. We need it to simplify Bazel build commands locally (bazelrc lets us automatically add arguments to certain commands like build to make it easier to type the commands in CLI locally). This file will also be used by Android Studio when using the Android Studio-with-Bazel plugin.

This file comes from #1904. We need it to simplify Bazel build commands locally (bazelrc lets us automatically add arguments to certain commands like build to make it easier to type the commands in CLI locally). This file will also be used by Android Studio when using the Android Studio-with-Bazel plugin.
Copy link
Contributor

@jcqli jcqli left a comment

Choose a reason for hiding this comment

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

looks good :)

@jcqli jcqli assigned BenHenning and unassigned jcqli Dec 15, 2020
Copy link
Contributor

@anandwana001 anandwana001 left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks @BenHenning

@anandwana001 anandwana001 removed their assignment Dec 15, 2020
@BenHenning
Copy link
Sponsor Member Author

Thanks!

@BenHenning BenHenning merged commit 72c5d30 into develop Dec 16, 2020
@BenHenning BenHenning deleted the add-bazelrc-file branch December 16, 2020 01:28
BenHenning added a commit that referenced this pull request Dec 16, 2020
* Migrate getTopicList() to DataProvider.

TopicListController.getTopicList() was just a LiveData before, and this
disallows us from leveraging other DataProviders tools. Plus, the
general pattern now is for all asynchronous data in controllers to be
given as DataProviders.

* Fix broken reference to nav drawer test.

* Add .bazelrc

This file comes from #1904. We need it to simplify Bazel build commands locally (bazelrc lets us automatically add arguments to certain commands like build to make it easier to type the commands in CLI locally). This file will also be used by Android Studio when using the Android Studio-with-Bazel plugin.

* Fix broken tests.

These new syncs are needed since we're no longer using an immediate
LiveData for the topic list--background threads need to be sync'd
against the UI.
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.

None yet

3 participants