Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[autoconf] conan v2 #12896
[autoconf] conan v2 #12896
Changes from 44 commits
551afba
06a7499
4add446
bd244f2
4cd02ff
ea10b5a
ae5e36e
6ae0e3d
2108ccd
6aeafa2
d9ee4de
f6fc785
357c078
b92480f
f97d01d
75e7579
2038f28
f321757
2187b09
67efc0e
43c1014
63ae4f9
36827a6
29fe03c
c5b382d
e771b6f
9aaca05
070ce49
94149de
5f97677
88d5372
ad45b97
6e5d149
516a304
e1a1fe6
0000f38
ea1b563
1c1abb9
ed0ea5d
a2d8510
642c352
afa1246
53275c4
f05d39a
f76bdfe
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it doesn't work with
if hasattr(self, "settings_build"):
? It's important to avoid issues with 1 profile.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SpaceIm I'm not sure what you mean with this comment;
self._settings_build
returns either thesettings_build
if available but falls back onsettings
. So I believe it should work for 1 profile and a build/host profile.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 profile is deprecated, this will help alter consumers to upgrade their usage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree with this strategy. It's not a good user experience to break such things brutally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still using
-pr
only, as I have problems with some packages and-pr:b and -pr:h
,so if one package won't with with -pr, and others won't work with -pr:b and -pr:h then we have a gridlock situation.
I'd instead suggest a warning in the conan client with a link to an issue where people can report problematic recipes that they discover using the dual-profiles...
I can start testing again with the dual profiles and look for errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't be merged in this state where windows is not tested, needs conan 1.53.0 in c3i
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this need 1.53? 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conan-io/conan#12095. So currently test is skipped on Windows, not good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jellespijker please remove this condition, now that conan 1.53.0 is dsployed,
tools.microsoft.bash:path
should be found in test packageThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not need to protect with can_run, since it's executed in build scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be run scope? Seems odd to be using build scope in a "can the test run" scenario 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes it should be run scope