-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected an issue that arose due to a change made earlier: A
while back, shorted pins were moved into contiguous positions. When that method was discovered to cause matching issues, it was abandoned with a note that doing so might have unintended consequences because other code might depend on the shorted pins being contiguous. Such a case was just found, and corrected. However, it was also found that shorted pins were still not completely handled correctly in MatchPins(); a solution was found that adds such pins to the "permutes" list (which needs to be done if the shorted pins are to be correctly handled in any higher level of the hierarchy, if there is one), and the "permutes" list is then checked by MatchPins() to determine if pins match because they belong to the same group of shorted pins.
- Loading branch information
1 parent
d1c2848
commit 62feed8
Showing
3 changed files
with
72 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.268 | ||
1.5.269 |
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