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
[STLab] upgrade version to 1.7.1 #13048
[STLab] upgrade version to 1.7.1 #13048
Changes from all commits
21467c9
3ab6af6
e35356e
4dce302
bc5e68f
5952797
26cf513
dd411e5
4ca7637
48e1ec8
b3e3495
be16a32
83d5278
e4051c4
2d37212
6cc5b14
34e3779
aeddbc3
dc9a196
ed524d8
649e2f9
fe0377c
30719d1
324f505
9484323
e1a10ba
11506bf
a9762a8
7bcef41
427151a
4715413
a1fcf66
cf81d57
f7ae5dc
241028a
a4f8d58
cca2888
2f8385a
92276e7
804809c
d3c9d17
915695b
738e865
d042566
43c8f2d
03b4fc0
5b07f24
2148dff
ba5ecf8
00eafe6
384802f
5fe8d4a
eba3a47
92e3915
111a3b3
bdf7347
f3e1082
c3dd0ff
c68bf7d
b08669e
c6ad438
e69043b
7bb7d41
fb27191
20829d0
f61f261
27f1840
0eb14ad
c1ca053
d53741e
fc464ae
2badd60
9e7af4a
d877434
92bfa4e
ec898c0
729f173
0796e5e
1026f67
d1d77e4
6e3d4f7
47daf9a
a4e1c17
ff737fe
58ba859
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.
Would it be possible to remove these messages? It's quite weird to see these messages under
======== Computing dependency graph ========
in conan v2, and from my point of view it's the job of upstream build system to display these informations at build time.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.
Need to be done in another PR. This one is already merged
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.
@fpelliccioni is this OK? I had to add it otherwise It was failing.
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.
@fpelliccioni Sorry, could you please give me more information about this one? why can't you put
self.info.settings.clear()
?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.
Consumer should be settings this
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.
If I remove those lines I get the following error:
https://c3i.jfrog.io/c3i/misc/logs/pr/13048/67-configs/windows-visual_studio/stlab/1.7.1//02833e547ecc88a0495cb145970002b7a2796825-test.txt
I do not like the idea that the consumer recipe has to know about these internal things...