-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This diff does two things: 1. start checking for duplicate set keys 2. add two separate `diagnostic_level` a. `kMismatchLevel` for colliding map keys with different values b. `kDuplicateLevel` for colliding map keys with the same value. Sets key collisions are always this level. Reviewed By: createdbysk Differential Revision: D69222471 fbshipit-source-id: f6b44a708a7844bb4e3f0a432a1e56131a192865
- Loading branch information
1 parent
a33f120
commit df3f25d
Showing
2 changed files
with
81 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters