codethesaur.us
codethesaur.us copied to clipboard
Fix TypeScript's ordered/unordered/sorted lists
Problem
This issue is to fix the ordered/unordered/sorted lists in TypeScript's lists.json
file(s).
When the original meta lists.json
was released, it was ambiguous whether "ordered" meant "sorted" or not. Due to that ambiguity, different languages implemented it differently.
With the meta language file now fixed and can distinguish distinguish the difference between ordered (items added retain their order), unordered (items added have no guarantee of order), and sorted (items added are rearranged to stay in order), TypeScript needs to be fixed to correct its usage of this.
The file(s) to update is /web/thesauruses/typescript/[version]/lists.json
.
- The file needs to add the IDs for sorted mutable lists and sorted immutable lists from
/web/thesauruses/meta/lists.json
. - Go back over ordered/unordered mutable/immutable lists, and make sure the entries for those 4 sections are all correct, and shift them around if they aren't.
Additional Info
See @cafce25's comment on #481 here for how this came about and what language edits are needed.
I can do this
It's yours! You know the drill. And if you have questions, let me know!
Hello @tealjulia! I was just checking in on this. How's it going? Do you still want to claim this issue?
This issue has been inactive for 338 hours (14.08 days) and will be unassigned after 70 more hours (2.92 days). If you have questions, let @geekygirlsarah know.
If you are still working on this issue, that's fine. Please comment here to tell the bot to give you more time.
give me more time :)
Yep! I think that should make the bot happy.