commit | 37d9c872d26018b4232e12176e760ac7b0f24f78 | [log] [tgz] |
---|---|---|
author | Rob Mohr <mohrr@google.com> | Mon Sep 26 23:23:55 2022 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 26 23:23:55 2022 +0000 |
tree | 7d9330efe59ba2d7924cfd188fdae961f666994c | |
parent | dddd138409776b429416735f86a200f4b5511f72 [diff] |
pw_env_setup: Skip downloading overridden packages (reland) This is a reland of commit fa1dc6208a48e844ddf52c7e8252331ada9ced9a dict.values() returns a thin wrapper of a dictionary in Python 3 and an iterator in Python 2. The wrapper from Python 3 can be passed into reversed(), but the iterator cannot. Explicitly convert this to a list so it can be passed into reversed() no matter the Python version. Original change's description: > pw_env_setup: Skip downloading overridden packages > > Bug: b/246971220 > Change-Id: I31db4cad2519289ecc80e87448536a46a279dfd6 Bug: b/246971220 Change-Id: I61fd4847d73dc924c71824fae5a7686465fb8c6d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/112172 Reviewed-by: Wyatt Hepler <hepler@google.com> Reviewed-by: Erick Pfeifer <erickpfeifer@google.com> Commit-Queue: Erick Pfeifer <erickpfeifer@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.