Torsten Tejlmand Rasmussen

Results 122 comments of Torsten Tejlmand Rasmussen

Oh, tests passes, guess we should improve the unit test cases ;)

> > Connecting all the dots above, I just remembered that `git` already has a built-in feature to cache objects and automatically expire and garbage collect them after some configurable...

@marc-hb @mbolivar This PR has now been updated to clear all refs under `refs/west` after a fetch. This creates loose objects for SHAs not referenced elsewhere, and those objects are...

Every time I look at my list of open PRs, then I feel so sad for this one that it haven't got the attention it deserves. It's still on my...

@mbolivar I believe @eugmes problem could be that two `west` processes writes the file simultaneously, and thus the file get corrupted. Which also explains why running `west boards` first, before...

> But the time used to run cmake can be reduced by running west processes in parallel. I'm just being curios, why not simply run `n`-CMake instances in parallel ?...

> @tejlmand mainly because `west` seems to be an official way to build zephyr apps. Thanks for the reason. It is correct that Zephyr docs are describing the build process...

@mbolivar-nordic with Zephyr 2.7.0 LTS out, it now the time to remove this in `west` ? Users on older Zephyr (for example `1.14 LTS` ) can manually set `zephyr.base` if...

Specifying the version required in the call allows for a common error message across all modules / extension commands that requires a specific version. Also each user of `west` does...

just a small note on this. Although for sure a valuable feature, we must be very careful not to execute any arbitary code as part of `west update`. This could...