Ignas Anikevicius

Results 504 comments of Ignas Anikevicius

Yeah, I think we could change docs to show preference towards macroless dependency labels. I'll ask on Slack for what people prefer might be a good idea before changing the...

Most likely fixed by #1929, could you please check the docs and use the newly available feature to see if that is still an issue, please?

This is working as designed, kind of... Right now you define in your module1 python 3.10 dependencies but you do not set the default toolchain there. What is more setting...

Is there a reason why the `py_binary` `version` is not versioned? That is the place where you could enforce the `3.10` python version and the users then don't need to...

I think what you are doing in py_binary is correct, but it seems that the configuration might be getting dropped. Maybe you should add `cfg = exec` where you use...

FWIW, I asked about this on bazel Slack and the transitions should work correctly in this case. i am not sure why they are not working.

Could you please see if this is still not working as expected with 0.32.1?