Bjorn Neergaard

Results 554 comments of Bjorn Neergaard

Unless @jelmer has a better idea, what I'd expect is this: When cloning submodules, determine if any is a relative path instead of a URL. If so, resolve the relative...

This is currently intentional -- Poetry has never respected the `build-system` entry for a Poetry-managed project. We might want to establish consensus on this being a desired behavior, since currently...

Re: this being a regression, the changes in that PR were explicitly scoped to use of build scripts. Also, Poetry does not perform builds in an isolated/pep 517 environment, but...

Yes, this PR is not scoped for 1.2. @abn has a plan to migrate away from this circular dependency, re-using much of @dimbleby's work. However, it's simply too big a...

I'm still not sure on this myself, but I would like to see tests (plus dropping the second case) to consider this for merging.

Another argument against introducing tomli is we'll need to vendor it into poetry-core when the lock file reader is added (for locked dist/locked build support). I think the reason for...

1.4 is next next release. The reason for this is mostly because of how invasive this is and the need to make a hard breaking change in core. I'd rather...

Ah, fair point. I was under the impression that you intended #6616 to be a replacement/successor to this PR and commented on the wrong one. Am I correct in that...

It's very much a fluid thing, but the intention is to make releases on the order of months. I would invite you to participate in the Discord channel that you...

This is interestingly some sort of caching issue with PyPI's CDN and the JSON endpoints. Completely removing all caching from the Poetry 1.2.1 tag does not resolve it, and likewise,...