Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

chore(codeintel): Simplify map[T]struct{} logic to use Set#63061

Merged
varungandhi-src merged 1 commit into
mainfrom
vg/simplify-4
Jun 4, 2024
Merged

chore(codeintel): Simplify map[T]struct{} logic to use Set#63061
varungandhi-src merged 1 commit into
mainfrom
vg/simplify-4

Conversation

@varungandhi-src

Copy link
Copy Markdown
Contributor

We have had this type around for a while, but a bunch of code still uses
map[T]struct{} which makes the code harder to read.

Test plan

Covered by existing tests

Changelog

@cla-bot cla-bot Bot added the cla-signed label Jun 4, 2024
@varungandhi-src varungandhi-src enabled auto-merge (squash) June 4, 2024 04:54
@github-actions github-actions Bot added team/graph Graph Team (previously Code Intel/Language Tools/Language Platform) team/product-platform labels Jun 4, 2024
@varungandhi-src varungandhi-src changed the title chore(codeintel): Simplify map[int]struct{} logic to use Set chore(codeintel): Simplify map[T]struct{} logic to use Set Jun 4, 2024
@varungandhi-src varungandhi-src requested a review from a team June 4, 2024 05:15
@varungandhi-src varungandhi-src merged commit 3c6d2b0 into main Jun 4, 2024
@varungandhi-src varungandhi-src deleted the vg/simplify-4 branch June 4, 2024 06:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed team/graph Graph Team (previously Code Intel/Language Tools/Language Platform) team/product-platform

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants