-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Upgrade to soloader 0.5.1 #20325
Upgrade to soloader 0.5.1 #20325
Conversation
Looks like 0.5.1 has some problem, see facebook/SoLoader#10. |
Can you post the error you're seeing? Again, SoLoader in isolation is fine. It's mixing with other dependencies is fine. Can you check with |
I post it in this issue facebook/SoLoader#10.
|
Do you think it's a issue in fresco. They need a new release after bump soloader version. |
They bumped the SoLoader version a while ago, but I don't know if they've
released a new version since.
On Sat, 21 Jul 2018, 11:08 Jiawen Geng, ***@***.***> wrote:
Do you think it's a issue in fresco. They need a new release after bump
soloader version.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20325 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAmsh4ne6QqrSxtvbhGVGDQCAW1V6Xaks5uIv2ygaJpZM4VZY5D>
.
--
timezone: eu/london | utc+1
@passy
|
@oprisnik we may need a new fresco release, can you help on this, thanks. |
@gengjiawen Fresco |
But gradle will only use the high version if there are two versions in deps. But let's wait fresco release a new version. |
@gengjiawen I don't follow. Fresco is using the right version. |
So you are saying 0.5.0 is clean version ? |
I don't think there's a "dirty" version. :D But |
To reiterate: Upgrading Fresco to the already released |
@passy If that's the case. 0.5.1 has bug, the proof is pretty clear. |
Why? |
Are you an android developer ? I think the build log is pretty clear. |
@gengjiawen That's not a very helpful comment. I'm asking why you insist that SoLoader is broken while everything is pointing to the old version of Fresco which is still in the manifest being responsible for the breakage. |
@passy I see your point, let's try new fresco version and see what happens. |
@passy The build passed. It seems it's fresco issue. The comment I meant is that from proguard it's definitely soloader issue. I thought maybe you not an android developer so you missed the part. Sorry if you feel offended. |
@hramos I think this can be merged. |
I think it would be good to have the buck dependencies updated in the same commit to prevent them from diverging. |
@passy Add buck will be good. But I am not familiar with buck. And also we have fix the issue. |
I could have with that tomorrow. I'll leave it to the maintainers if they want to wait with merging till then. |
Glad to hear that. |
Added a commit to update the Buck targets. |
looks like it broken android build. |
I see, the master branch commit cause this problem, then we are fine. |
@gengjiawen Android CI is green again, please rebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@dulmandakh Any special reason you want to bump findbugs version ? |
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. |
I'm trying to bump testing tools to have best and new features. jsr bumped
as a part of mockito version bump in separate PR.
|
looks like this cause import failed. And this could be done via new pr. Not mixing with this one. |
@gengjiawen maybe you should wait, because failure was caused by conflict with previously merged PRs. @facebook-github-bot shipit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dulmandakh is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was closed by @gengjiawen in b6f2aad. Once this commit is added to a release, you will see the corresponding version tag below the description at b6f2aad. If the commit has a single |
Motivation
Upgrade to soloader 0.5.1. Fixes #20323.
Test Plan
pass all current ci.
Related PRs
none
Release Notes
[GENERAL] [BUGFIX] [ANDROID] - Upgrade to soloader 0.5.1