-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add .hpp to list of Uvision Exporter extensions #3010
Conversation
I do have a question: is there line you modified now longer than 80? |
Nope, it's 59 characters long. |
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.
+1
@nuket What about IAR or other IDEs? |
Unfortunately, I don't have a copy of IAR. On October 13, 2016 18:17:36 Sam Grove [email protected] wrote:
|
OK - lets wait until someone can verify and add support there too. Point solutions make the maintenance of exporters really painful. |
I don't see this as a point solution: it modifies a dict that is a mapping that is only used in this one exporter type. |
I had a look at this PR, tested locally ,reviewed all tools we support. This should be good to go. Reasons:
LGTM |
/morph export-build |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
/morph export-build |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
There's definitely an issue with uVision hanging during the exporter tests, I had to kill it again. I'll try it one more time but in the meantime I'll look into a patch. /morph export-build |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
@bridadan any update? I dont see how this small change can break exporters, as I tested locally, we accept .hpp in the tools anyway. |
@0xc0170 sorry for the delay in my response. The failure I mentioned has been present (but spurious) in the exporter tests for sometime now. A patch was merged recently that should help with the stability if it was in fact a problem with our tools and not an issue with uVision. I'll go ahead and restart the CI. /morph export-build |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
There was a git issue with one of the machines so I unfortunately had to stop this build so mbed-os testing could become unblocked. Restarting now! /morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
Yea! that took way too long. |
Doing an export fails if .hpp files are included, this patch add it to the list of recognized extensions.
Log