Fahrzin Hemmati
Fahrzin Hemmati
If you want a=[1, 'a'] and then a=[1,2] to work, then consider Cython. shedskin is meant to essentially allow you to write C++ with Python syntax. If you can't do...
Related to #7826
That is just an example, the code in question actually has multiple updates in the dict at different levels of nesting, which means I can't simply refactor it like that....
I've seen quite a few issues on buildkite on this line, most have been closed, but this one addresses specifically what we need. Here's our situation: For each build, we...
@byrnedo That's before each job (aka step) finishes, not when the pipeline finishes (or is canceled). Also, the pre-exit hook doesn't know if the current step is the last one,...
Thank you @linzhp I fixed the tests too, so this PR should be ready to go!
@yc185050 I recommend opening a new issue to request a release. Personally, I'm using master at that merged commit as my company's release while we wait for an official release
Thanks Richard! I replied to the questions, and I'll follow up on the actionable comments today
Done with the review, thank you @rickeylev !
Seems like the main change needed was just to switch to `ctx.file` and then fix the two places I had workarounds to "support" `ctx.attr` being not a FileApi? I've done...