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)
Wed, Nov 13, 10:05 AM
Unknown Object (File)
Wed, Nov 13, 12:04 AM
Unknown Object (File)
Tue, Nov 12, 11:18 PM
Unknown Object (File)
Tue, Nov 12, 11:18 PM
Unknown Object (File)
Oct 14 2024, 9:50 PM
Unknown Object (File)
Oct 12 2024, 2:23 AM
Unknown Object (File)
Oct 12 2024, 2:23 AM
Unknown Object (File)
Oct 12 2024, 2:23 AM
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.