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
Basically, this will fail when build with the default configuration. But the non existent dependency in the other config is not required for the default configuration and thus, should build.
I know that there exists optional, but optional seems to have a little different use case than handling that. I want to know if you guys are willing to keep it like that and I must really use optional or if that is a bug.
see #1217 for that dependency resolution should fail right now. Building should theoretically be fine though, so we can maybe adjust the building / dependency fetching algorithm to only fetch dependencies that are needed for the build configuration.
System information
Bug Description
Basically, this will fail when build with the default configuration. But the non existent dependency in the other config is not required for the default configuration and thus, should build.
I know that there exists optional, but optional seems to have a little different use case than handling that. I want to know if you guys are willing to keep it like that and I must really use optional or if that is a bug.
How to reproduce?
Expected Behavior
Logs
The text was updated successfully, but these errors were encountered: