Skip to content

Fix a small bug in subtract_basepath #4013

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

Merged
merged 1 commit into from
Apr 10, 2017

Conversation

theotherjimmy
Copy link
Contributor

@theotherjimmy theotherjimmy commented Mar 23, 2017

It was causing tracebacks on the website. The make_key function of the
export object would use the basepath of every file and would not prefix
it with the export path. I don't know why we added the prefix in the
first place, so I removed it. Further, using any path other than "."
would result in ".." being the only group. that's definitely strange
behavior, but easy to work around: just pass in "."

TESTS

  • /morph export-build

@theotherjimmy
Copy link
Contributor Author

/morph export-build

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 140

Exporter Build failed!

@bridadan
Copy link
Contributor

This is failing due to the issue I mention here: #4021 (comment)

We'll need help from Nordic to fix the issue, stay tuned over on #4021

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 29, 2017

/morph export-build

@theotherjimmy
Copy link
Contributor Author

rebased to resolve merge conflict after #3997 was merged.

@theotherjimmy
Copy link
Contributor Author

/morph export-build

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph export-build

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 149

All exports and builds passed!

@adbridge
Copy link
Contributor

retest uvisor

@0xc0170
Copy link
Contributor

0xc0170 commented Apr 3, 2017

retest uvisor

It was causing tracebacks on the website
@theotherjimmy theotherjimmy force-pushed the fix-subtract-basepath branch from 7a95781 to 20edbe3 Compare April 3, 2017 16:44
@0xc0170
Copy link
Contributor

0xc0170 commented Apr 5, 2017

/morph export-build

@mbed-bot
Copy link

mbed-bot commented Apr 5, 2017

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 151

All exports and builds passed!

@sg- sg- merged commit 09de121 into ARMmbed:master Apr 10, 2017
@adbridge
Copy link
Contributor

This patch appears to be reliant on #3997 which is marked for 5.5, thus relabeling this one accordingly.

@theotherjimmy
Copy link
Contributor Author

@adbridge You are correct in pointing out that it would not apply cleanly without #3997, but it's not reliant on it. #3997 just moves stuff around.

@theotherjimmy theotherjimmy deleted the fix-subtract-basepath branch April 21, 2017 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants