-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Revert "[path_provider] Use the application ID in the application support path" #2896
Conversation
I will wait for the test that's been timing out to pass before merging this. |
path_provider_linux 0.1.0 seems to NOT have been published yet, so this looks safe to land (then reland the fixed 0.1.0). (Note, this change may fail the publishable check, because it's not rolling forward the version of the package that it's "modifying" with what's published in pub.) Yep:
|
Hm. I'm not sure if this will make the version check permanently angry? |
You may be able to "revert" to |
That seems pretty wrong to me - we'd never want to publish those versions, and users are likely to get confused when reading the CHANGELOG :\ |
@dnfield when we publish the 0.2.0 we can erase all mentions to 0.1.x changelog, as if this never happened :P |
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.
Go for this! Maybe get an ACK from Stuart that this is being reverted?
Given that this has broken the tree, going to land - we can always reland it when it's ready. |
Noted. I'm actually not sure the PR should have landed before flutter/flutter#60053 anyway. |
This change is only supposed to work if an application ID is set, and reverts to the old behaviour if not, so the PRs are independent. |
@dnfield do you have a link to the log of the failure? |
…port path" (flutter#2896) * Revert "[path_provider] Use the application ID in the application support path (flutter#2845)" This reverts commit 7d4a918. * bump version to satisfy the machine. Also fix linting issue caught because of changes in this folder.
…port path" (flutter#2896) * Revert "[path_provider] Use the application ID in the application support path (flutter#2845)" This reverts commit 7d4a918. * bump version to satisfy the machine. Also fix linting issue caught because of changes in this folder.
…port path" (flutter#2896) * Revert "[path_provider] Use the application ID in the application support path (flutter#2845)" This reverts commit 7d4a918. * bump version to satisfy the machine. Also fix linting issue caught because of changes in this folder.
Reverts #2845
This broke master - Linux is consistently timing out after this.
TBR @robert-ancell @stuartmorgan
/cc @ditman