You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope I've finally figured out the issue #18237. The attached archive demonstrates it for Windows. good.bat shows success when a dependency binary is already available and bad.bat shows a failure that when it's built while conan install. conan_test.zip
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
Hi @db4 some updates, we're still looking into this.
For now we think that this might be a malformed graph, as it makes little sense for a conflict between pkg3/1.1 and pkg3/1.0 not to be reported in pkg1, as it can see both, so there would be no way to distinguish which one you would want to use.
This becomes a bit more evident because if you swap the order of any of the requirements in pkg1 or consumer, a conflict is reported, but we still haven't totally discarded whether this should be a supported graph configuration either.
We are working towards properly reporting this conflict in #18403
Uh oh!
There was an error while loading. Please reload this page.
What is your question?
I hope I've finally figured out the issue #18237. The attached archive demonstrates it for Windows.
good.bat
shows success when a dependency binary is already available andbad.bat
shows a failure that when it's built whileconan install
.conan_test.zip
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: