Ofek Lev

Results 1174 comments of Ofek Lev

The current behavior is also inconsistent in that pip does properly error for unknown markers.

Instead, what do you think about adding a context manager on the metadata class for temporarily setting a property which could be used here? https://github.com/pypa/hatch/blob/hatchling-v1.24.2/backend/src/hatchling/builders/plugin/interface.py#L89-L90

Upon closer inspection I think the context manager I was thinking of would go on the first line after this loop and everything under would be indented: https://github.com/pypa/hatch/blob/hatchling-v1.24.2/backend/src/hatchling/builders/plugin/interface.py#L136 The context...

Okay I thought about this and have a really good idea! I think this build indicator should be an environment variable that the caller sets. This would mean the Hatch...

Thanks! I know you know what I meant but I made a typo, the environment variable should be `HATCH_BUILD_TARGET` and set to the target name. edit: I just checked and...

> warn/error if the original project uses extension modules Good idea, will do!

no, but that's coming by the end of the year, I'm busy currently

oh you just need Cython support, yeah that already exists https://github.com/joshua-auchincloss/hatch-cython

Hello everyone! Your use case is one of many reasons why I pushed hard to support [arbitrary tooling data](https://peps.python.org/pep-0723/#tooling-buy-in) and fortunately it was accepted after some pushback. This is not...

It's working for me, please show your exact commands