Attention needed from Owners Override
Hunter Freyer has uploaded the change for review
Hunter Freyer would like Owners Override to review this change.
Commit message
[versioning] APILevel wraps u32.
RFC-0246 made API levels 32 bits, so let's update the rust code to avoid
confusion.
This CL leaves behind some unfortunate `api_level.as_u64()` statements,
but that's because some stable FIDL APIs still use u64s to represent API
levels. Changing that is a bigger thing than I want to deal with right
now, but I think making the conversions explicit is better than trying
to cover them up. So I've left `as_u64()` in place as deprecated and
suppressed the warnings as necessary.
Bug: 335473877
Change-Id: Id7085cd87965b5438aea2a9d4763ae9e338176de
Change information
Files:
- M src/developer/ffx/daemon/proxy/src/lib.rs
- M src/developer/ffx/lib/version/src/lib.rs
- M src/lib/versioning/version-history/rust/proc-macro/src/lib.rs
- M src/lib/versioning/version-history/rust/shared/src/lib.rs
- M src/sys/lib/cm_config/src/lib.rs
- M src/sys/pkg/lib/package-tool/src/package_build.rs
Change size: M
Delta: 6 files changed, 48 insertions(+), 27 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Submit Requirements:
- Code-Review
- Review-Enforcement
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Id7085cd87965b5438aea2a9d4763ae9e338176de
Gerrit-Change-Number: 1042232
Gerrit-PatchSet: 5
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
.