Page MenuHomePhabricator

[lib] Use `RawThreadInfos` type everywhere
ClosedPublic

Authored by atul on Nov 8 2023, 1:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 24, 8:54 AM
Unknown Object (File)
Sat, Jun 22, 2:16 PM
Unknown Object (File)
Sat, Jun 22, 8:37 AM
Unknown Object (File)
Thu, Jun 20, 10:43 PM
Unknown Object (File)
Wed, Jun 19, 7:22 AM
Unknown Object (File)
Thu, Jun 13, 4:27 AM
Unknown Object (File)
Mon, Jun 10, 8:28 PM
Unknown Object (File)
Mon, Jun 10, 8:28 PM
Subscribers

Details

Summary

In some places we were using RawThreadInfos, in others we were using { +[id: string]: RawThreadInfo }, and in others we were using { +[threadID: string]: RawThreadInfo }.

This is just for convenience when refactoring. Searching for RawThreadInfos or using "go to usages" will actually show us all uses of this type: https://blob.sh/68308a.png

Test Plan

NA

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul published this revision for review.Nov 8 2023, 1:38 PM
atul retitled this revision from [lib] Use `RawThreadInfos` everywhere to [lib] Use `RawThreadInfos` type everywhere.
This revision is now accepted and ready to land.Nov 8 2023, 1:47 PM
This revision was automatically updated to reflect the committed changes.