commit | 08e8eb681eb7046e7f91941031542fe6e280a69a | [log] [tgz] |
---|---|---|
author | Adam Barth <abarth@fuchsia.infra.roller.google.com> | Tue Feb 04 13:52:01 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Feb 04 13:53:31 2025 -0800 |
tree | 44f69653250da557c8d75a6b15328e298493b48b | |
parent | bd98e21a7a28d4072300ef7479e69b601ad01220 [diff] |
[roll] Roll fuchsia [starnix][range_map] Remove iter_mut() method This method breaks the invariants of the range map because if the client modifies adjacent values in the range map, those ranges ranges should be merged but won't be. Also, this method is expensive to implement when backing the range map with a copy-on-write data structure because mutable iteration implies a write to the entire data structure. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198942 Original-Revision: 0954b56aee6b2d161d3b83fa7b20671ceb734444 GitOrigin-RevId: f98df8189384f8835417683e565e7fb3b76138c5 Change-Id: Icb1eda61402101333e9c0b98628d9f3be99acccc
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.