Benjy Weinberger

Results 21 issues of Benjy Weinberger

### Description This change introduces the [Pants build system](https://www.pantsbuild.org/) to the Black repo, on an experimental basis. It does not change any of the existing build mechanisms for running tests,...

This is imposed today by dep inference: If all I care about is Python, but there is a sliver of Go in my codebase, I now have to install the...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes a process implicitly depends on the outcome of another process, even though it does not consume any of that...

enhancement

The previous link was to a nonexistent doc, and in any case implied that all "active committers" (not a currently official status) were on the response team. Instead we have...

category:documentation

We've noticed an issue which we think is due to webpki failing to parse a cert that was rewritten by an SSL inspection system. I wrote up a PR that...

Running the test errors with `BadDer`. We believe it should not.

In a regular table: ``` >>> toml.loads("[x.y]\nz = nan") {'x': {'y': {'z': nan}}} ``` As expected. But in an inline table: ``` >>> toml.loads("[x.y]\nz = 'nan'") Traceback (most recent call...

Fixes https://github.com/pantsbuild/pants/issues/16916

category:documentation

Our egg repo is just an s3 directory with an index.html file we point pants at for crawling. When we add a new egg and update the index.html file, we...

We [strip chroot paths](https://github.com/pantsbuild/pants/blob/1d1e93edcdf617c651c3eb1d1cbadd29d99172b2/src/python/pants/core/goals/test.py#L240) from test output, as they are an implementation detail that users will find confusing, but that leak into the paths that tests see. However sometimes that...

enhancement