Ofek Lev

Results 1176 comments of Ofek Lev

That is unfortunately expected in a subset of cases if the script cannot port successfully. Can you show me the old structure?

It's just really hard to parse a project and get it right. Here is the logic if that helps you: https://github.com/pypa/hatch/blob/8e0db522be51f47e189b9357c5d11b03787ca6a7/src/hatch/cli/new/migrate.py#L123 Feel free to open a PR if you see...

``` $ docker exec builder /python/bin/python -m pip install -q packaging $ docker exec builder /python/bin/python -c "from packaging._musllinux import _get_musl_version;print(_get_musl_version('/python/bin/python'))" None ``` Based on its [description](https://github.com/pypa/packaging/blob/32deafe8668a2130a3366b98154914d188f3718e/src/packaging/_musllinux.py#L37), could it be...

I know it was from before your time but do you know why the original decision opted for static? I don't quite understand the benefit.

I'm very excited to start testing free-threading support after this is fixed and merged!

Changing the default to something that actually works is desirable in my opinion. It doesn't matter if there is new naming because in my projects that consume (PyApp & Hatch)...

That is indeed incorrect documentation, thank you!

I think this might pass after small changes are made to satisfy the static analysis.

@MementoRC Do you happen to know what's up with the macOS build?