-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix mbed-cli issue #468. Add LPCTargetCode.lpc_patch to POST_BINARY_WHITELIST #4085
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
I edited the description to remove all the excess. |
/morph export-build |
The process we go through for merging PRs is something like:
|
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 150 All exports and builds passed! |
@wdwalker https://developer.mbed.org/contributor_agreement/ - have you signed CLA? |
I believe so. When I go to https://developer.mbed.org/contributor_agreement/, it says "You accepted the Contributor Agreement on Wed 29 Mar 2017" at the bottom. Many thanks. |
@wdwalker Whats your username? https://developer.mbed.org/users/wdwalker/ gives an error? |
D'Oh - it's wwalker in mbed, but wdwalker in GitHub. |
It looks like you pushed the commit that fixes the other issue onto this branch. Could you create a feature branch for that commit and submit it as a separate PR? This will reduce the time it takes to get these PRs merged, and keep the discussions in each PR focused. |
Yeah - just saw that. Didn't know that was going to happen. Sorry about that. Thought I could use my fork over and over for different PRs. (I see now that I should create a feature branch on my fork for each different PR, right?) So, what state did I leave the fork in? Is the PR for this specific issue (#468) now screwed up? |
It's fixable. You could:
You can, with different branches. |
Nice side effect of this little mistake: you learn more git-foo. |
OK - think I fixed it. Sorry for the confusion. At least now I know I can use feature branches on my fork. I like feature branches. (The past few years have been spent in an Atlassian environment and the workflow was slightly different.) |
It looks like you got it! Thanks! |
Notes:
Description
Although the post_binary_hooks are not used by the exporters at this time, the exporters do set up a POST_BINARY_WHITELIST and reject anything with a post_binary_hook not in the whitelist. This prevents LPCTargets from working with exporters. This patch adds the LPCTarget to the whitelist of all exporters.
Status
READY
Resolves ARMmbed/mbed-cli#468
Todos