Page MenuHomePhabricator

[native] Explicitly pass `NULL` to `Thread` initializer in `createThreadStoreOperations`
AbandonedPublic

Authored by atul on Apr 6 2023, 8:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 17, 12:11 PM
Unknown Object (File)
Mon, Mar 17, 12:10 PM
Unknown Object (File)
Mon, Mar 17, 12:01 PM
Unknown Object (File)
Mar 3 2025, 1:48 AM
Unknown Object (File)
Feb 28 2025, 2:46 PM
Unknown Object (File)
Feb 28 2025, 1:22 AM
Unknown Object (File)
Feb 27 2025, 3:21 PM
Unknown Object (File)
Feb 26 2025, 2:30 PM
Subscribers

Details

Reviewers
ashoat
ginsu
rohan
Summary

avatar field of Thread struct was previously implicitly NULL. However, @rohan is adding another field to the struct after avatar positionally which means we need to set avatar to NULL for now.

This is mostly to unblock @rohan, avatar construction from jsi::Object will be implemented correctly later in my stack.

Test Plan

Builds and runs. On call with @rohan things seemed to work as expected.

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage