-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
rebuild autolinking cache if empty or invalid #46241
Conversation
This pull request was exported from Phabricator. Differential Revision: D61911114 |
This pull request was exported from Phabricator. Differential Revision: D61911114 |
688b344
to
cb10a20
Compare
Summary: Pull Request resolved: facebook#46241 Our test for rebuilding the `autolinking.json` file currently rebuilds everytime if the cached json file ISN'T empty. This means users who have an empty entry get stuck there. I've also added more validation that the contents of the cached config have at a minimum the `.project.android.packageName` entry in it, otherwise it rebuilds. Changelog: [Internal] Closes 46134 Reviewed By: cortinico Differential Revision: D61911114
This pull request was exported from Phabricator. Differential Revision: D61911114 |
Summary: Pull Request resolved: facebook#46241 Our test for rebuilding the `autolinking.json` file currently rebuilds everytime if the cached json file ISN'T empty. This means users who have an empty entry get stuck there. I've also added more validation that the contents of the cached config have at a minimum the `.project.android.packageName` entry in it, otherwise it rebuilds. Closes 46134 Reviewed By: cortinico Differential Revision: D61911114
cb10a20
to
97048a9
Compare
This pull request was exported from Phabricator. Differential Revision: D61911114 |
Summary: Pull Request resolved: facebook#46241 Our test for rebuilding the `autolinking.json` file currently rebuilds everytime if the cached json file ISN'T empty. This means users who have an empty entry get stuck there. I've also added more validation that the contents of the cached config have at a minimum the `.project.android.packageName` entry in it, otherwise it rebuilds. Changelog: [Internal] Closes 46134 Reviewed By: cortinico Differential Revision: D61911114
97048a9
to
408adfa
Compare
Summary: Pull Request resolved: facebook#46241 Our test for rebuilding the `autolinking.json` file currently rebuilds everytime if the cached json file ISN'T empty. This means users who have an empty entry get stuck there. I've also added more validation that the contents of the cached config have at a minimum the `.project.android.packageName` entry in it, otherwise it rebuilds. Changelog: [Internal] Closes 46134 Reviewed By: cortinico Differential Revision: D61911114
This pull request was exported from Phabricator. Differential Revision: D61911114 |
408adfa
to
ea193e3
Compare
This pull request has been merged in 0f66a69. |
This pull request was successfully merged by @blakef in 0f66a69 When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: #46241 Our test for rebuilding the `autolinking.json` file currently rebuilds everytime if the cached json file ISN'T empty. This means users who have an empty entry get stuck there. I've also added more validation that the contents of the cached config have at a minimum the `.project.android.packageName` entry in it, otherwise it rebuilds. Changelog: [Internal] Closes 46134 Reviewed By: cortinico Differential Revision: D61911114 fbshipit-source-id: 188c7f975ce05802c8ea06eaa48345c2bc96f2b2
Summary:
Our test for rebuilding the
autolinking.json
file currently rebuilds everytime if the cached json file ISN'T empty. This means users who have an empty entry get stuck there.I've also added more validation that the contents of the cached config have at a minimum the
.project.android.packageName
entry in it, otherwise it rebuilds.Reviewed By: cortinico
Differential Revision: D61911114