Skip to content

make igraphalg_methods work for parametric types#39

Merged
Krastanov merged 1 commit into
JuliaGraphs:masterfrom
mxhbl:patch-1
Feb 24, 2026
Merged

make igraphalg_methods work for parametric types#39
Krastanov merged 1 commit into
JuliaGraphs:masterfrom
mxhbl:patch-1

Conversation

@mxhbl
Copy link
Copy Markdown
Member

@mxhbl mxhbl commented Feb 24, 2026

igraphalg_methods only works for methods that have no parametric types in their signature. This is not a problem right now, but this means that the function may fail in the future. This PR should fix that.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 24, 2026

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 5.28%. Comparing base (618f384) to head (af2ad86).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/graph_api_extensions.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master     #39      +/-   ##
=========================================
- Coverage    5.29%   5.28%   -0.01%     
=========================================
  Files           8       8              
  Lines        4310    4311       +1     
=========================================
  Hits          228     228              
- Misses       4082    4083       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Krastanov
Copy link
Copy Markdown
Member

Thank you!

@Krastanov Krastanov merged commit 0668bee into JuliaGraphs:master Feb 24, 2026
6 of 13 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.

2 participants