-
Notifications
You must be signed in to change notification settings - Fork 179
mbed CLI 0.7.x fixes and additions #217
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
…() and add missing '-c' clean flag
please create properly release this time |
@@ -35,7 +35,7 @@ | |||
|
|||
|
|||
# Application version | |||
ver = '0.7.3' | |||
ver = '0.7.11' |
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.
this whole file should refactor more modular parts so that its easier to follow and further develop, now there is 2000 lines of big code chunk..
by the way, when you start create test cases against all these changes? how you can ensure now that existing features are not going to be broken after you merge something without proper tests? |
@jupe There is 0.7.3 release already. Regarding testing - mbed CLI could definitely benefit more tests. Hope you're happy to contribute to tests. Looking forward to it. |
…PATH' tool config variables are set
This is not fixing the #215, it is just making the problem disappear. But files still exist. |
LGTM 👍 |
Fixes:
mbed update --clean
did not delete .pyc files causing error #215mbed export
options now matchproject.py
(just added help for the --options) export command - help does not contain all options #200mbed help
command is an alias tombed --help
mbed help
should show the help instead of fail #191Documentation:
mbed deploy
mbed 'deploy' not documented #203mbed compile -t GCC_ARM -m K64F --tests
should set the default toolchain and target #207@bogdanm @sg-