-
Notifications
You must be signed in to change notification settings - Fork 3k
Move subtract basepath into the resources class #6769
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
It's even shorter now 😄 |
@cmonr Could you review? @yennster @chris-styles This is the fix to both of your bugs. |
The changes looks good to me but
can you amend this to the commit message? |
@0xc0170 That'll be just a moment. I'll start testing after I do to keep things rolling. |
A bug, ARMmbed#6755, was the result of the `subtract_basepath` function not being applied to a resources object's children (it's features). This PR fixes this bug by moving this functionality into the resources class. Then, I applied the `subtract_basepath` method to the children resource objects recursively. This has been tested on Partnerbeta and is to upstream the fix.
a7e7f8e
to
d338e67
Compare
@0xc0170 Added entire description field to the commit message. /morph build |
Build : SUCCESSBuild number : 1907 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1554 |
Test : SUCCESSBuild number : 1725 |
Description
A bug, #6755, was the result of the
subtract_basepath
function notbeing applied to a resources object's children (it's features). This PR
fixes this bug by moving this functionality into the resources class.
Then, I applied the
subtract_basepath
method to the children resourceobjects recursively. This has been tested on Partnerbeta and is to
upstream the fix.
Pull request type