Zsolt Dollenstein
Zsolt Dollenstein
I'm having trouble building a `cffi` wheel using 3.13.0b1 which is a build dependency of the rust bits. How did you manage to get it running? Specifically, after setting `HATCH_PYTHON`...
This now passes with 3.13.0b3
I think this will be fixed by #1204.
Closing this as #1142 has been updated to mention `git fetch --tags`
> Introduce a second, `WithAsName` class. I think this is the more correct approach, but can we make it a backwards compatible change at least for valid code?
👋 1. Yes! IIRC that is the only place where parse errors for the entire parser are tested. Before I answer 2, let me give some context: when writing the...
I'm not really sure how to help here. The tests work just fine upstream, my only guess is the `.so` file is not actually in the right place or something...
This looks good to me, thanks! I need some time before I can merge this to figure out what other things need upgrading to 0.22 internally at Meta
Alright, let's do this. Thanks for contributing @jelmer!
Hmm I suppose the entire visitor/codemod needs to be pickleable when running it against multiple files, but the matchers accepting callbacks definitely encourage lambdas, so I'd support a PR to...