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 compile error about print graph #372

Merged
merged 1 commit into from
Nov 24, 2023
Merged

fix compile error about print graph #372

merged 1 commit into from
Nov 24, 2023

Conversation

MrDragon1
Copy link
Contributor

It seems like there are some it->isDirected()\it->isWeighted() that missing *, fix this by using (*it)->isDirected()\(*it)->isWeighted()

@github-actions github-actions bot added the core something about core label Nov 24, 2023
@ghost
Copy link

ghost commented Nov 24, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Copy link
Owner

@ZigRazor ZigRazor left a comment

Choose a reason for hiding this comment

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

Good Work!

@ZigRazor ZigRazor added the enhancement New feature or request label Nov 24, 2023
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cf8c3e4) 97.52% compared to head (3d57daf) 97.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #372   +/-   ##
=======================================
  Coverage   97.52%   97.52%           
=======================================
  Files          55       55           
  Lines        9236     9236           
=======================================
  Hits         9007     9007           
  Misses        229      229           
Flag Coverage Δ
unittests 97.52% <ø> (ø)

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.

@ZigRazor ZigRazor merged commit c9ca5f0 into ZigRazor:master Nov 24, 2023
26 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core something about core enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants