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 missing reader_c.c file in Makefile .install-deps #9723

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Nov 9, 2024

make install-dev was not creating reader_c.c which meant to get a working dev env, make cythonize had to be run before make install-dev

`make install-dev` was not creating `reader_c.c` which meant
to get a working dev env, `make cythonize` had to be
run before `make install-dev`
@bdraco bdraco added bot:chronographer:skip This PR does not need to include a change note backport-3.11 Trigger automatic backporting to the 3.11 release branch by Patchback robot labels Nov 9, 2024
@bdraco bdraco changed the title Fix missing reader_c.c file in Makefile .install-deps Fix missing reader_c.c file in Makefile .install-deps Nov 9, 2024
Copy link

codspeed-hq bot commented Nov 9, 2024

CodSpeed Performance Report

Merging #9723 will not alter performance

Comparing websocket_missing_makefile (9de21aa) with master (500a021)

Summary

✅ 14 untouched benchmarks

Copy link

codecov bot commented Nov 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.67%. Comparing base (500a021) to head (9de21aa).
Report is 697 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9723   +/-   ##
=======================================
  Coverage   98.67%   98.67%           
=======================================
  Files         117      117           
  Lines       35787    35787           
  Branches     4239     4239           
=======================================
  Hits        35313    35313           
  Misses        319      319           
  Partials      155      155           
Flag Coverage Δ
CI-GHA 98.56% <ø> (ø)
OS-Linux 98.23% <ø> (ø)
OS-Windows 95.99% <ø> (ø)
OS-macOS 97.30% <ø> (ø)
Py-3.10.11 97.16% <ø> (ø)
Py-3.10.15 97.71% <ø> (ø)
Py-3.11.10 97.77% <ø> (ø)
Py-3.11.9 97.22% <ø> (-0.02%) ⬇️
Py-3.12.7 98.26% <ø> (ø)
Py-3.13.0 98.25% <ø> (ø)
Py-3.9.13 97.08% <ø> (ø)
Py-3.9.20 97.63% <ø> (ø)
Py-pypy7.3.16 97.25% <ø> (ø)
VM-macos 97.30% <ø> (ø)
VM-ubuntu 98.23% <ø> (ø)
VM-windows 95.99% <ø> (ø)

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.

@bdraco bdraco enabled auto-merge (squash) November 9, 2024 11:19
@bdraco bdraco merged commit ab9b566 into master Nov 9, 2024
40 of 41 checks passed
@bdraco bdraco deleted the websocket_missing_makefile branch November 9, 2024 11:20
Copy link
Contributor

patchback bot commented Nov 9, 2024

Backport to 3.11: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.11/ab9b56614a3fb852740969f35b354253f6aa4f59/pr-9723

Backported as #9725

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Nov 9, 2024
bdraco added a commit that referenced this pull request Nov 9, 2024
…akefile `.install-deps` (#9725)

Co-authored-by: J. Nick Koston <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-3.11 Trigger automatic backporting to the 3.11 release branch by Patchback robot 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.

1 participant