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 tracing var name in pep517 backend #7

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 3, 2024

This was not documented anywhere so I didn't include a change note

@bdraco bdraco added the bot:chronographer:skip This PR does not need to include a change note label Oct 3, 2024
@bdraco bdraco merged commit 3092b59 into master Oct 3, 2024
12 checks passed
@bdraco bdraco deleted the cython_tracing_var_name branch October 3, 2024 14:18
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.41%. Comparing base (0ab05e4) to head (19904e9).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   85.41%   85.41%           
=======================================
  Files          13       13           
  Lines         569      569           
  Branches       47       47           
=======================================
  Hits          486      486           
  Misses         67       67           
  Partials       16       16           
Flag Coverage Δ
CI-GHA 85.06% <100.00%> (ø)
MyPy 70.34% <100.00%> (ø)
OS-Linux 96.68% <ø> (ø)
OS-Windows 96.00% <ø> (ø)
OS-macOS 94.31% <ø> (ø)
Py-3.10.11 94.31% <ø> (ø)
Py-3.10.15 96.20% <ø> (ø)
Py-3.11.10 96.20% <ø> (ø)
Py-3.11.9 94.31% <ø> (ø)
Py-3.12.6 96.20% <ø> (ø)
Py-3.13.0-rc.2 ?
Py-3.13.0-rc.3 96.20% <ø> (ø)
Py-3.8.10 76.77% <ø> (ø)
Py-3.8.18 78.67% <ø> (ø)
Py-3.9.13 94.31% <ø> (ø)
Py-3.9.20 96.20% <ø> (ø)
Py-pypy7.3.11 93.71% <ø> (ø)
Py-pypy7.3.16 93.71% <ø> (ø)
Py-pypy7.3.17 93.71% <ø> (ø)
VM-macos-latest 94.31% <ø> (ø)
VM-ubuntu-latest 96.68% <ø> (ø)
VM-windows-latest 96.00% <ø> (ø)
pytest 96.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -73,7 +73,7 @@
CYTHON_TRACING_CONFIG_SETTING = 'with-cython-tracing'
"""Config setting name toggle to include line tracing to C-exts."""

CYTHON_TRACING_ENV_VAR = 'PROPCACHECYTHON_TRACING'
CYTHON_TRACING_ENV_VAR = 'PROPCACHE_CYTHON_TRACING'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should eventually make it read this from pyproject.toml, perhaps. So the backend could be copied across projects w/o us needing to adapt it..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:skip This PR does not need to include a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants