Randy Döring
Randy Döring
Rebased, resolved merge conflicts, swapped the builder and the installer commit (because the builder commit depends on the installer commit) and addressed some of the review comments. While executing the...
I like the idea. 👍
I know @dimbleby is going to kill me for this and the exact format of the lock file is not relevant for most people but what about using `tomli` for...
Actually, I thought this is about commands that only have to read the lock file (like `poetry lock --check`, `poetry show` or `poetry install`). I would not have thought that...
> One issue I have with this is that this is a client level configuration for a project level preference. Can't we just create a [local project specific](https://python-poetry.org/docs/master/configuration/#local-configuration) `config.toml` and...
> One issue I have with this is that this is a client level configuration for a project level preference. Unfortunately, I think we need consensus on this. Is it...
I played around a bit. On its own it works fine, but I think there are still some things to think about: 1. Although the option affects locking it is...
First things first. Let's talk about the representation in pyproject.toml. Current proposal is something like: ``` [tool.poetry.target_env] sys_platform = "linux" platform_system = Linux" ``` It might be useful to support...
Since nothing has happened here for quite some time to address the concerns (which might be due to the late feedback), I'm closing this PR in favor of #520, which...
Rebased on current main and dropped first commit because it was controversial, not related to pypa packaging compliance and tracked in #399 anyway.