-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do pedantic cycle detection based on strings, not dependency nodes.
Fixes #2798 This is caused by what seems like a bug in Aether's DependencyNode implementation; most nodes will hash correctly such that (some #{node} parents) works to do cycle detection, but certain ones in Netty's boringssl do not hash correctly, so we have to convert them to strings before using them for cycle detection purposes.
- Loading branch information
1 parent
7936cc1
commit f9dc21a
Showing
2 changed files
with
14 additions
and
3 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