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)
Apr 11 2024, 11:08 PM
Unknown Object (File)
Apr 10 2024, 5:01 PM
Unknown Object (File)
Apr 10 2024, 1:42 PM
Unknown Object (File)
Apr 9 2024, 7:09 PM
Unknown Object (File)
Apr 8 2024, 9:31 PM
Unknown Object (File)
Apr 7 2024, 6:06 PM
Unknown Object (File)
Apr 7 2024, 5:20 PM
Unknown Object (File)
Apr 5 2024, 10:27 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
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