Details
Details
Summary
Test Plan
Build Android nad iOS
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
kamil held this revision as a draft.
Herald added a subscriber: ashoat. · View Herald TranscriptJul 28 2023, 9:54 AM2023-07-28 09:54:21 (UTC-7)
kamil added a child revision: D8658: [native] install CommRustModule.Jul 28 2023, 9:55 AM2023-07-28 09:55:35 (UTC-7)
Harbormaster failed remote builds in B21309: Diff 29185!Jul 28 2023, 10:41 AM2023-07-28 10:41:36 (UTC-7)
This revision is now accepted and ready to land.Jul 31 2023, 2:46 AM2023-07-31 02:46:39 (UTC-7)
Harbormaster completed remote builds in B21377: Diff 29289.Jul 31 2023, 10:14 AM2023-07-31 10:14:05 (UTC-7)
Harbormaster completed remote builds in B21446: Diff 29408.Aug 1 2023, 1:45 AM2023-08-01 01:45:55 (UTC-7)
Closed by commit rCOMM1cf20e92d07a: [native] add CommRustModule implementation (authored by kamil). · Explain WhyAug 1 2023, 2:17 AM2023-08-01 02:17:46 (UTC-7)
This revision was automatically updated to reflect the committed changes.
Let's avoid passing constants as number literals like this. Instead, please define something like eg. threadTypes, so that this code is more "readable" at the callsite (eg. we would see something like olmMessageTypes.TEXT or something)