Reid D McKenzie

Results 86 comments of Reid D McKenzie
trafficstars

Verified ``` send ibus 3F 00 00 0C 63 01 00 ``` as a working trunk unlock on my e85m

Is there something I can do to help push #16806 forwards? Looks like there's an outstanding review but it's pretty close

Wilco. Work's a bit crazy atm just wanted to get this patch in the upstream pipe before I forgot about it since it was trivial.

Hrm. Reading through https://peps.python.org/pep-0491/#file-contents, I'm wondering if this actually makes sense. It feels like while it may well make sense to have a `:data` filegroup, we probably want to handle...

Missclick. That makes sense to me. The main other thing I want to do is to teach the wheel installer to identify scripts/binaries already in the `bin/` tree and add...

I get where this change is coming from but I don't think this is the right solution. A Python wheel which lays down files that contain spaces needs to be...

+1 to `site-packages` being a conventional stable path component, as in standard virtualenv and other interpreter deployments. I own machinery which relies on this and this would be a breaking...

Somewhat relatedly it'd be nice if there was an official Python-side equivalent to https://github.com/bazelbuild/rules_go/blob/dcca142eac849d24c9e1939b83393d5ed00b9681/go/runfiles/global.go#L58

As the primary author of that feature I'm 50/50 on promoting it to stable. It's a fine solution for making true dependency cycles work (eg. `a b` in all cases...