zephyrproject-rtos / west

West, Zephyr's meta-tool

Home Page:https://docs.zephyrproject.org/latest/guides/west/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`already defined as extension command`-error prints wrong spec

M1cha opened this issue · comments

Apparently it always prints the last spec ever processed instead of the one that actually caused the error.
The errors seem to be logged after the fact via self.queued_io.append, maybe there's some weird python lambda scoping going on?

Can you please share some reproduction steps? Unfortunately this repo does not have any bug template but https://github.com/zephyrproject-rtos/zephyr/tree/main/.github/ISSUE_TEMPLATE has a good checklist if you need one. Thanks!