[M] Change in fuchsia/fuchsia[main]: [sorted-vec-map] Move into src/lib/collections

0 views
Skip to first unread message

'Erick Tryzelaar (Gerrit)' via owners-override

unread,
Apr 24, 2026, 8:31:47 PM (2 days ago) Apr 24
to Owners Override
Attention needed from Emircan Uysaler and Owners Override

Erick Tryzelaar has uploaded the change for review

Erick Tryzelaar would like Owners Override to review this change.

Commit message

[sorted-vec-map] Move into src/lib/collections

We're trying to consolidate common Rust data structures into
src/lib/collections, which will hopefully improve discoverability for
users.
Change-Id: I637a91a4a0825ce52b0bfe452d0950e06a5d3da2

Change diff


Change information

Files:
  • M src/lib/BUILD.gn
  • R src/lib/collections/sorted-vec-map/BUILD.gn
  • R src/lib/collections/sorted-vec-map/OWNERS
  • R src/lib/collections/sorted-vec-map/src/lib.rs
  • R src/lib/collections/sorted-vec-map/src/sorted_vec_map.rs
  • R src/lib/collections/sorted-vec-map/src/sorted_vec_set.rs
  • M src/storage/ext4/lib/metadata/BUILD.gn
  • M src/storage/ext4/lib/metadata/src/lib.rs
  • M src/ui/bin/scene_manager/BUILD.gn
  • M src/ui/bin/scene_manager/src/input_pipeline.rs
  • M src/ui/lib/input_pipeline/BUILD.gn
  • M src/ui/lib/input_pipeline/src/gestures/gesture_arena.rs
  • M src/ui/lib/input_pipeline/src/gestures/motion.rs
  • M src/ui/lib/input_pipeline/src/gestures/one_finger_button.rs
  • M src/ui/lib/input_pipeline/src/gestures/primary_tap.rs
  • M src/ui/lib/input_pipeline/src/gestures/scroll.rs
  • M src/ui/lib/input_pipeline/src/gestures/secondary_button.rs
  • M src/ui/lib/input_pipeline/src/gestures/secondary_tap.rs
  • M src/ui/lib/input_pipeline/src/gestures/tests/click.rs
  • M src/ui/lib/input_pipeline/src/gestures/tests/motion.rs
  • M src/ui/lib/input_pipeline/src/gestures/tests/one_finger_drag.rs
  • M src/ui/lib/input_pipeline/src/gestures/tests/primary_tap.rs
  • M src/ui/lib/input_pipeline/src/gestures/tests/scroll.rs
  • M src/ui/lib/input_pipeline/src/gestures/tests/secondary_button.rs
  • M src/ui/lib/input_pipeline/src/gestures/tests/secondary_tap.rs
  • M src/ui/lib/input_pipeline/src/input_pipeline.rs
  • M src/ui/lib/input_pipeline/src/inspect_handler.rs
  • M src/ui/lib/input_pipeline/src/light_sensor/calibrator/calibrator_tests.rs
  • M src/ui/lib/input_pipeline/src/light_sensor/led_watcher.rs
  • M src/ui/lib/input_pipeline/src/light_sensor/types.rs
  • M src/ui/lib/input_pipeline/src/light_sensor/types/types_tests.rs
  • M src/ui/lib/input_pipeline/src/media_buttons_handler.rs
  • M src/ui/lib/input_pipeline/src/mouse_binding.rs
  • M src/ui/lib/input_pipeline/src/mouse_injector_handler.rs
  • M src/ui/lib/input_pipeline/src/pointer_display_scale_handler.rs
  • M src/ui/lib/input_pipeline/src/pointer_sensor_scale_handler.rs
  • M src/ui/lib/input_pipeline/src/testing_utilities.rs
  • M src/ui/lib/input_pipeline/src/touch_binding.rs
  • M src/ui/lib/input_pipeline/src/touch_injector_handler.rs
Change size: M
Delta: 39 files changed, 58 insertions(+), 55 deletions(-)
Open in Gerrit

Related details

Attention is currently required from:
  • Emircan Uysaler
  • Owners Override
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I637a91a4a0825ce52b0bfe452d0950e06a5d3da2
Gerrit-Change-Number: 1586389
Gerrit-PatchSet: 4
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Chris Drouillard <cdr...@google.com>
Gerrit-Reviewer: Emircan Uysaler <emi...@google.com>
Gerrit-Reviewer: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Jianpeng Chao <chao...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Emircan Uysaler <emi...@google.com>

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/b72432ad6577ad421ef370595836dd460be221b8-HTML%40fuchsia-review.googlesource.com.
unsatisfied_requirement
satisfied_requirement
open
diffy

'Erick Tryzelaar (Gerrit)' via owners-override

unread,
Apr 24, 2026, 8:31:52 PM (2 days ago) Apr 24
to Owners Override, Chris Drouillard, global-integrat...@fuchsia-infra.iam.gserviceaccount.com, Emircan Uysaler, Jianpeng Chao, fuchsia-int...@luci-project-accounts.iam.gserviceaccount.com
Attention needed from Emircan Uysaler and Owners Override

Erick Tryzelaar voted and added 1 comment

Votes added by Erick Tryzelaar

Fuchsia-Auto-Submit+1

1 comment

Patchset-level comments
File-level comment, Patchset 4 (Latest):
Erick Tryzelaar . resolved

Adding owners-override since this is moving a library in src/lib into src/lib/collections.

Open in Gerrit

Related details

Attention is currently required from:
  • Emircan Uysaler
  • Owners Override
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I637a91a4a0825ce52b0bfe452d0950e06a5d3da2
Gerrit-Change-Number: 1586389
Gerrit-PatchSet: 4
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Chris Drouillard <cdr...@google.com>
Gerrit-Reviewer: Emircan Uysaler <emi...@google.com>
Gerrit-Reviewer: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Jianpeng Chao <chao...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Emircan Uysaler <emi...@google.com>
Gerrit-Comment-Date: Sat, 25 Apr 2026 00:31:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/b72432ad6577ad421ef370595836dd460be221b8-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
unsatisfied_requirement
satisfied_requirement
open
diffy

'Adam Barth (Gerrit)' via owners-override

unread,
Apr 24, 2026, 8:46:00 PM (2 days ago) Apr 24
to Erick Tryzelaar, Owners Override, Chris Drouillard, global-integrat...@fuchsia-infra.iam.gserviceaccount.com, Emircan Uysaler, Jianpeng Chao, fuchsia-int...@luci-project-accounts.iam.gserviceaccount.com
Attention needed from Emircan Uysaler, Erick Tryzelaar and Owners Override

Adam Barth voted Owners-Override+1

Owners-Override+1
Open in Gerrit

Related details

Attention is currently required from:
  • Emircan Uysaler
  • Erick Tryzelaar
  • Owners Override
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I637a91a4a0825ce52b0bfe452d0950e06a5d3da2
Gerrit-Change-Number: 1586389
Gerrit-PatchSet: 4
Gerrit-Owner: Erick Tryzelaar <etryz...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Attention: Erick Tryzelaar <etryz...@google.com>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Emircan Uysaler <emi...@google.com>
Gerrit-Comment-Date: Sat, 25 Apr 2026 00:45:53 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/10c240c69d483e84d5096cba7c1d92f350e43552-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages