Attention needed from Thomas Gales
Alex Pankhurst added 1 comment![Open in Gerrit]()
File snapshot/fuchsia/process_reader_fuchsia.h
Line 114, Patchset 4 (Latest): std::optional<
std::reference_wrapper<const std::vector<ProcessReaderFuchsia::Module>>>Alex Pankhurst .
unresolvedI think having to use `std::reference_wrapper` here is too cumbersome. Can we either:
- have a separate method that returns whether the modules were successfully initialized
- store a `std::optional<std::vector<..>>` and return a `const std::optional<std::vector<...>> &`
- use the fact an empty module list is unexpected and check for the vector being empty?
Open in GerritRelated details
Attention is currently required from:
Submit Requirements:
Code-Review
No-Unresolved-Comments
Gerrit-MessageType: comment
Gerrit-Project: crashpad/crashpad
Gerrit-Branch: main
Gerrit-Change-Id: I569ac405bd3632ad821d50382369cb31e1f75536
Gerrit-Change-Number: 6576640
Gerrit-PatchSet: 4
Gerrit-Comment-Date: Wed, 21 May 2025 18:52:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No