Paresh Joshi
Paresh Joshi
Great proposal. This effectively solves the long-standing cross-compiler linking issues. However, regarding the switch to the C-API: I think this will prevent the compiler from inlining these small scalar functions,...
@rgommers Sorry for the confusion. By 'cross-compiler,' I was referring to the compiler mismatch issue mentioned in the proposal (e.g., linking MSVC-built static libs with MinGW), not architecture cross-compilation
Hi @jorenham sir, I would like to fix this. I've traced the issue to mypy/semanal.py. Currently, is_type_ref returns True for the bare generic TypeAliasType, which forces the assignment to be...
> Would you mind adding tests for the new behaviour? `test-data/unit/check-python312.test` is a good place to add them @hauntsaninja Thanks for the review. I added the regression test to check-python312.test,...
> > Would you mind adding tests for the new behaviour? `test-data/unit/check-python312.test` is a good place to add them > > @hauntsaninja Thanks for the review. > > I added...
> Nice, thanks for adding the test cases and fighting the fixtures (they're the most annoying part about developing mypy). > > Hmm, looking at your test case I think...
Hello @kklashtorny1, Thank you for triaging this PR and removing the status/need-issue label. I have resolved the recent merge conflicts, and I believe the code is now ready for another...
@kklashtorny1 Hi! Whenever you have a bit of spare time, could you please take another look at this PR?
Hi @scidomino, I noticed you have been active on recent PRs, so I wanted to bring this to your attention. This PR (#13002) fixes the hasFailedCompressionAttempt latching bug (#13058) and...