jsallay

Results 21 comments of jsallay
trafficstars

The eventual plan would be to deprecate the current way of expressing type, which means that both formats will have to be supported for a time. I don't think there...

@memsharded, The same problem occurs with components. I've updated t1 and t2 as follows. ``` class t1Conan(ConanFile): name = "t1" version = "0.1.0" options = {"shared": [True, False]} default_options =...

Great. Thank you for looking at it. I don't know if I will have time today, but I will definitely try it out. On Mon, Sep 5, 2022, 1:07 PM...

That commit fixes the issue in the test case, but I am still seeing the same error with my actual recipe. I did some digging and there is something odd...

I'm seeing it in the validate method. I started up a fresh docker container and installed the develop2 branch to be safe and I'm still seeing it. Here are the...

@memsharded No worries. I am very appreciative of the effort you guys are putting in. Conan 2 is going to be a great product.

I don't understand either. When I get a break, I was going to try to recreate the error in a docker container. On Wed, Sep 28, 2022, 10:07 AM Marcus...

Just a note that I use the `dunamai` pip package for this purpose. This is the library used by `poetry` to dynamically get version information from git tags.

I don't have any problems with this. I looked at the link above to compare the different formats. I think I prefer the chromium format the most. The custom format...

I agree with @daniestevez about finding the without column alignment easier to read. Also I think a compromise position may be in order for the max line lengths. I agree...