-
Notifications
You must be signed in to change notification settings - Fork 3k
Storage system_storage
directory restructure
#13314
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
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.
Should be fine.
In the impact of change part of the description, add that "system-storage" library is renamed "platform-storage". I don't think it will have affect applications but it should be mentioned.
I believe this would be good to have. I would rather mark all as feature changes and describe them in the release notes. or at least to add one section to the release notes: a table with old and new location so if it affects anyone, would migrate easily or just find out where suddenly the code was moved. Something like this would make sense?
|
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.
Let's review proposal for "Migration" documenation (I approved the changes but not documentation as it is not yet closed). I'll start CI
CI started |
Test run: FAILEDSummary: 2 of 3 test jobs failed Failed test jobs:
|
This is actually used by the bootloader https://github.com/ARMmbed/mbed-bootloader/blob/master/mbed_app.json/#L6 so we should revert to naming the library "platform-storage". |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
475a9e0
to
648eed1
Compare
648eed1
to
59072e9
Compare
Yes, I retained "system-storage" as config library name in mbed_lib.json to avoid breaking any application. |
@0xc0170 We retained "system-storage" as config library name in mbed_lib.json to avoid breaking |
@0xc0170 I have resolved previously reported CI issue and rebased aginst master. Could you restart the CI please |
@0xc0170 There is no "Migration" documentation required for this PR changes |
CI restarted |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
@0xc0170 This PR CI passed, could you merge |
Summary of changes
Preceding PR: #13300 #13307
storage/system_storage
as per the new directory structure proposal:system_storage
=>platform
, sourceSystemStorage.cpp
=>PlatformStorage.cpp
and retainedsystem-storage
as config library name in mbed_lib.json to avoid breaking any applicaiton.Impact of changes
None.
Migration actions required
None.
Documentation
To Be Updated.
Pull request type
Test results
Manual testing: (Build for K64F target with GCC_ARM toolchain)
Reviewers
@0xc0170 @ARMmbed/mbed-os-core