-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed broken equality testing when cloned display or after reboot
Turns out that Windows reorders some of the displays after cloning or while cloning or after a reboot. The equality testing wasn't taking care of that properly. It does now. I implemented equality test for lists which is order agnostic; it doesn't care what order the items are in the lists, it just cares that the objects are in both lists, and that there aren't any extra items in the list. This change should fix #113 and #114.
- Loading branch information
1 parent
0d430ce
commit 6725efa
Showing
3 changed files
with
183 additions
and
12 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
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