Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Cython): re-enable cythonization in Cython gates, do not enforce typing #2122

Merged
merged 1 commit into from
Oct 30, 2022

Conversation

vytas7
Copy link
Member

@vytas7 vytas7 commented Oct 30, 2022

There is a typing issue in FloatConverter that is causing problems during runtime, and would be detected in mypy too.
This is fixed in my typing branch, but I just backported a simple switch not to enforce types in Cython since that has been observed to actually be a de-optimization in most cases.

The problem has been masked by another issue that our Cython gates have PEP 517 disabled in tox, however, the Cython dependency is not installed into these.

@codecov
Copy link

codecov bot commented Oct 30, 2022

Codecov Report

Merging #2122 (aee6bc6) into master (962d30d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #2122   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        55           
  Lines         5553      5553           
  Branches       880       880           
=========================================
  Hits          5553      5553           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kgriffs kgriffs merged commit 44b1596 into falconry:master Oct 30, 2022
@vytas7 vytas7 mentioned this pull request Nov 5, 2022
12 tasks
@vytas7 vytas7 added this to the Version 3.1.1 milestone Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants