Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[native-image] When two substitutions are present the error is not helpful #1715
Comments
|
Seconded. I'm currently having issues trying to track down which of my dependencies is trying to add a substitution to something which clashes somehow. Headache. |
|
This seems like a good candidate for a community contribution. |


Currently
registerlooks like:The output message only indicates the substitution is already registered but not what is causing the conflict. This means the only way for the user to find out is to attach a debugger and set a breakpoint at this line.
The error message should include more information about the two substitutions that conflict so that the user can potentially take appropriate action to remove one of them.