Wren Turkal

Results 106 comments of Wren Turkal

I think it would be more in-brand to allow selecting a toolchain that is not isolated from the host. The CARGO_BAZEL_ISOLATED doesn't really seem to help since the REPIN will...

This does not appear to work with .xz archives.

Http_archive does support .tar.xz archives. I wonder if moving the instances where we download and extract separately to download and extract in one step might help with this. FWIW, I...

I'm curious. Is anything happening in this space?

Should this be closed because of #173? #170 says that #173 merges the changes from some other changes including this one.

It would certainly make it easier if it were an empty dict since I can't iterate over the elements in the tags without checking if the tags attribute is None.

None is a poor substitute for an empty dict. It make code more verbose in most cases.

@russelballestrini, nice summary.

Has any thought been given to this? This is a pretty serious wart in the API of boto3, which is otherwise so much better than the predecessor.

Why not add a flag that defaults to the old behavior but allows getting the tags as a dict instead of the current behavior. This really shouldn't be relegated to...