Page MenuHomePhabricator

[native_rust_library] Cleanup remaining APIs
ClosedPublic

Authored by bartek on Mon, Apr 1, 11:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 11:08 PM
Unknown Object (File)
Wed, Apr 10, 5:01 PM
Unknown Object (File)
Wed, Apr 10, 1:42 PM
Unknown Object (File)
Tue, Apr 9, 7:09 PM
Unknown Object (File)
Mon, Apr 8, 9:31 PM
Unknown Object (File)
Sun, Apr 7, 6:06 PM
Unknown Object (File)
Sun, Apr 7, 5:20 PM
Unknown Object (File)
Fri, Apr 5, 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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Tue, Apr 2, 10:54 PM
This revision is now accepted and ready to land.Wed, Apr 3, 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