commit | b38003d03b8d9fd74e1631f4388259938dd7dcd2 | [log] [tgz] |
---|---|---|
author | Adam Perry <adamperry@fuchsia.infra.roller.google.com> | Wed Nov 13 02:05:31 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 12 18:07:15 2024 -0800 |
tree | b43f318b151ab7d4331e06facb3350f039c1d1f7 | |
parent | 732ed81c976ea89155ccc0e46dd752ba3bb83fc7 [diff] |
[roll] Roll fuchsia [rust] Don't call functions in `.ok_or(...)`-like combinators. These functions often allocate or do other expensive work that's not necessary in the case where the "or" branch is not hit. Putting them in closures will allow deferring the expensive work to the contexts that matter. Updates a netstack test to use updated incremented IDs. Discussed offline with connectivity team and should be safe. NO_IFTTT=lint refactor Original-Fixed: 378575834 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152983 Owners-Override: Kevin Lindkvist <lindkvist@google.com> Original-Revision: 35a180340f1fd88ae0bfafe88b2befcd7b8b1ac0 GitOrigin-RevId: 43ef993a46b2d8c323df4083ccd4aae6b6253a6b Change-Id: Id78d702505be8537491dd085a40487cc64fad281
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
.