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
validate() was advertised as a new solution that should replace configuration verification that was previously handled in the configure() method. However, it turns up that even though configure() properly triggers an error during conan install, validate() is not checked at all at this stage.
I personally think that such behavior is highly misleading and if possible validate() should be used to validate the configuration for all workflows (both package creation and package consumption).
Otherwise, the documentation should be very clear that configure() is the only possible way to verify a configuration error in the package consumption workflow.
validate()
was advertised as a new solution that should replace configuration verification that was previously handled in theconfigure()
method. However, it turns up that even thoughconfigure()
properly triggers an error duringconan install
,validate()
is not checked at all at this stage.I personally think that such behavior is highly misleading and if possible
validate()
should be used to validate the configuration for all workflows (both package creation and package consumption).Otherwise, the documentation should be very clear that
configure()
is the only possible way to verify a configuration error in the package consumption workflow.The text was updated successfully, but these errors were encountered: