-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Breaking: Ignore StatusBarManager rejected state #10421
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
Conversation
Thinking about this more (sorry), we should just get rid of the promise. iOS doesn't have that and it's only used to report the error back to JS, but then we won't event use it. We could just log it instead in native and do nothing with something like:
|
@janicduplessis You mean change the method signature and remove
|
@leeight updated the pull request - view changes |
Yes, it's a breaking change but I doubt anyone was using the promise. |
LGTM, let's wait a bit see if someone has something to add. If not I'll shipit. |
@janicduplessis Could you shipit? |
@facebook-github-bot shipit |
Just a reminder, if anyone is merging any breaking change, please change the commit message to include |
I tried to merge this pull request into the Facebook internal repo but some checks failed. To unblock yourself please check the following: Does this pull request pass all open source tests on GitHub? If not please fix those. Does the code still apply cleanly on top of GitHub master? If not can please rebase. In all other cases this means some internal test failed, for example a part of a fb app won't work with this pull request. I've added the Import Failed label to this pull request so it is easy for someone at fb to find the pull request and check what failed. If you don't see anyone comment in a few days feel free to comment mentioning one of the core contributors to the project so they get a notification. |
@leeight updated the pull request - view changes - changes since last import |
@janicduplessis Is there anything else i can do to fix the merge failed issue? |
@leeight Not sure why it failed lets just try it again @facebook-github-bot shipit |
I tried to merge this pull request into the Facebook internal repo but some checks failed. To unblock yourself please check the following: Does this pull request pass all open source tests on GitHub? If not please fix those. Does the code still apply cleanly on top of GitHub master? If not can please rebase. In all other cases this means some internal test failed, for example a part of a fb app won't work with this pull request. I've added the Import Failed label to this pull request so it is easy for someone at fb to find the pull request and check what failed. If you don't see anyone comment in a few days feel free to comment mentioning one of the core contributors to the project so they get a notification. |
@janicduplessis I guess some FB internal test cases failed, maybe we shouldn't change the method signature. Could you help me check the internal logs? Or we should ignore rejected state in |
@foghina Could you have a look at why internal tests are failing? |
When this commit will be merged into master, and when will be merged into a release version? |
@janicduplessis How about try it in another way? Fix it in the JS side, and don't change the java method signature? |
cc @bestander |
@facebook-github-bot import |
Hm. of course, look at the Circle CI log:
|
You need to change Buck file |
Ugh, how did I miss that -_- thanks @bestander ! |
Thanks @bestander, DONE. |
PING |
@facebook-github-bot shipit |
Summary: See facebook#10236 Closes facebook#10421 Differential Revision: D4045455 fbshipit-source-id: a4fd969b1ade5e1a44715c6aeebb12b58bbf8d0c
See #10236