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: support for graphviz v12.1.0 #390

Merged
merged 5 commits into from
Oct 4, 2024
Merged

fix: support for graphviz v12.1.0 #390

merged 5 commits into from
Oct 4, 2024

Conversation

jbms
Copy link
Owner

@jbms jbms commented Oct 3, 2024

No description provided.

@jbms jbms changed the title graphviz logging Draft: graphviz fix Oct 3, 2024
@jbms jbms force-pushed the graphviz-fix branch 3 times, most recently from 6fa381e to 8e6875d Compare October 3, 2024 05:44
@2bndy5
Copy link
Collaborator

2bndy5 commented Oct 3, 2024

good thing we have that system font test. Looking into that test failure now.

@2bndy5 2bndy5 linked an issue Oct 3, 2024 that may be closed by this pull request
@2bndy5
Copy link
Collaborator

2bndy5 commented Oct 3, 2024

I also tested this locally with graphviz v11.0.0 and it still worked. Apparently, v12.0.0 through v12.1.0 were yanked from winget's distribution database.

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.83%. Comparing base (3c8fe16) to head (631aada).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #390      +/-   ##
==========================================
- Coverage   77.87%   77.83%   -0.05%     
==========================================
  Files          68       68              
  Lines        8645     8647       +2     
==========================================
- Hits         6732     6730       -2     
- Misses       1913     1917       +4     

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

@2bndy5
Copy link
Collaborator

2bndy5 commented Oct 3, 2024

The coverage report indicates that we are not testing with a font that does not have a weight of 400. 🙄

I'm ready to move on this if you are ok with my added changes.

@2bndy5 2bndy5 changed the title Draft: graphviz fix fix: support for graphviz v12.1.0 Oct 3, 2024
@jbms jbms merged commit 0a57b77 into main Oct 4, 2024
26 checks passed
@jbms jbms deleted the graphviz-fix branch October 4, 2024 05:08
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.

graphviz v12.1.0 breaks theme's custom graphviz ext
2 participants