Page MenuHomePhabricator

[native_rust_library] Cleanup remaining APIs
ClosedPublic

Authored by bartek on Apr 1 2024, 11:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 3 2024, 2:18 AM
Unknown Object (File)
Oct 11 2024, 2:00 PM
Unknown Object (File)
Oct 11 2024, 2:00 PM
Unknown Object (File)
Oct 11 2024, 2:00 PM
Unknown Object (File)
Oct 11 2024, 2:00 PM
Unknown Object (File)
Oct 11 2024, 2:00 PM
Unknown Object (File)
Sep 24 2024, 2:27 AM
Unknown Object (File)
Sep 22 2024, 12:00 PM
Subscribers

Details

Summary

Final part of ENG-6713.

  • Moved remaining APIs to submodules
  • Fixed some clippy warnings

Depends on D11523

Test Plan

The same test plan for the whole stack: each commit compiles on both platforms. At the final commit (this commit) - played a bit with these APIs, made sure they're callable from JS

Diff Detail

Repository
rCOMM Comm
Branch
barthap/nrl
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Apr 2 2024, 10:54 PM
This revision is now accepted and ready to land.Apr 3 2024, 10:31 AM

in your testing were you able to see Rust logs in Xcode or your terminal? noticed we have #[instrument] for some functions in this library but i don't think we configure tracing anywhere...

in your testing were you able to see Rust logs in Xcode or your terminal? noticed we have #[instrument] for some functions in this library but i don't think we configure tracing anywhere...

No, we were investigating this issue with @michal and discovered that there's no tracing subscriber configured for native. I've created a follow-up task to address this