cbarrete

Results 19 comments of cbarrete

I did, no difference. I also tried to call `builder_parameters.as_output()`, but it's just a `dict`, no magic there!

Indeed, I missed that, thanks Ben :)

@cjhopman Do you know if there are any plans to open source this part of the Python toolchain? If not, would you be open to contributions to add it? It...

@JakobDegen Do you know if there's a way this could be open sourced at some point? I've given this a shot at some point, but failed to reverse engineer what...

@zjturner Did you plan on finishing this PR and getting it merged? If not, would you be ok with someone picking it up? It seems that @ndmitchell only had minor...

This has just bit me as well, so I'd like to know what it really means to "enable" execution platforms. I've tried to set the various parameters in `ctx.bxl_actions`, but...

Is this actually a build problem? Shouldn't your implementation in `fuzz.cpp` e.g. take the current time and use that as a seed (or even better, take it via a command...

Tagging @cjhopman since you already had the answers last time, I hope you don't mind.

I did some digging and it seems to come from ```python # Only setup a shared library symlink tree when shared linkage or link_groups is used gnu_use_link_groups = cxx_is_gnu(ctx) and...