Skip to content
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

Misc fixes #58

Merged
merged 2 commits into from
Oct 1, 2018
Merged

Misc fixes #58

merged 2 commits into from
Oct 1, 2018

Conversation

mbolivar
Copy link
Contributor

This is leading early testers astray.

Signed-off-by: Marti Bolivar <marti@foundries.io>
@mbolivar
Copy link
Contributor Author

CC: @erwango

We are getting user feedback about missing dependencies (like
"commands" and "log") that are actually imports of internal west
modules by those names.

We've been playing games with the python path to omit typing "west",
but this always caused inconsistency (as the bootstrapper version is
imported as west._bootstrap.version) and now it's causing outright
user confusion.

Let's just be consistent and import everything as west.xxx.

Fixes zephyrproject-rtos#57.

Signed-off-by: Marti Bolivar <marti@foundries.io>
@mbolivar mbolivar merged commit 166ed24 into zephyrproject-rtos:master Oct 1, 2018
@mbolivar mbolivar deleted the misc-fixes branch October 2, 2018 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants