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

Improve support for module-provided glue #7

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Improve support for module-provided glue #7

merged 2 commits into from
Dec 22, 2023

Conversation

oremanj
Copy link
Owner

@oremanj oremanj commented Dec 22, 2023

stackscope will now locate and call a function named _stackscope_install_glue_() once per process for each module that defines one, in order to invoke module-provided logic for setting up stackscope customizations. This allows modules to support stackscope without depending on it.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a479d23) 98.55% compared to head (019af42) 98.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   98.55%   98.55%   -0.01%     
==========================================
  Files          17       17              
  Lines        2564     2555       -9     
  Branches      530      533       +3     
==========================================
- Hits         2527     2518       -9     
  Misses         29       29              
  Partials        8        8              

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

@oremanj oremanj merged commit 4e7a09b into master Dec 22, 2023
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant