Eric Arellano

Results 76 issues of Eric Arellano

Similar to https://github.com/pantsbuild/pants/pull/16461, it is generally desirable to have a lockfile for Pants plugins. It also allows us to have a resolve name for the per-resolve options project to work...

category:new feature

See https://github.com/pantsbuild/pants/pull/12807.

bug

Similar to https://github.com/pantsbuild/pants/pull/16420

enhancement

Closes https://github.com/pantsbuild/pants/issues/15568. A user on Slack pointed out the name `generate-lockfiles` is unnecessarily verbose, and several users and maintainers agreed `lock` is a better name. We use a 2-release deprecation...

category:user api change

See https://github.com/pantsbuild/pex/pull/1792 and the description from pex help: ``` --path-mapping PATH_MAPPINGS A mapping of the form `NAME|PATH|DESCRIPTION` of a logical name to a concrete local absolute path with an optional...

enhancement

We've heard from several users they only want type stubs like `types-requests` to be used with MyPy. It's a bummer to bundle w/ a PEX binary etc as it adds...

enhancement
lang-python

We should have named it this before. It's much shorter and several users have expressed they'd prefer this. Even though we want it os you don't have to run the...

> Okay I think what is happening is that for now, Pants creates the binary on your mac beforehand and then copies it into the container. It does not create...

documentation

There are several places where `__defaults__` should be recommended in docs. This builds off of https://github.com/pantsbuild/pants/pull/15836. TODO: * Audit all of our `skip_` docs and recommend this * Figure out...

category:documentation

This is a flagship new feature in 2.12 thanks to @thejcannon. It shouldn't be too hard to document, but I don't know where it should live. In my opinion, `rule-concepts.md`...

documentation
needs-cherrypick
category:documentation