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

Feature/print graph #50

Merged
merged 19 commits into from
Oct 25, 2020
Merged

Feature/print graph #50

merged 19 commits into from
Oct 25, 2020

Conversation

rustatian
Copy link
Member

@rustatian rustatian commented Oct 24, 2020

resolves #49

At the moment Windows is not supported for this feature, because there is no GCC on Windows. But, it is possible (and I tested this scenario) to use this feature on Windows.
Steps:

  1. Copy PrintGraph function from print_graph.go file to the print_graph_windows.go.
  2. Install https://jmeubank.github.io/tdm-gcc/ (GCC for windows). At the moment we can't pack tdm-gcc with Endure to support windows, unfortunately.
  3. Enjoy :)
    OR
  4. Use WSL2

In the near future, I'll provide a cross-platform solution.

@rustatian rustatian added C-Enhancement Category: enhancement A-Graph Area: Graph, Vertices and related things labels Oct 24, 2020
@rustatian rustatian added this to the 1.0.0-beta10 milestone Oct 24, 2020
@rustatian rustatian requested a review from wolfy-j October 24, 2020 13:23
@rustatian rustatian self-assigned this Oct 24, 2020
@codecov
Copy link

codecov bot commented Oct 24, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@297b735). Click here to learn what that means.
The diff coverage is n/a.

@rustatian
Copy link
Member Author

bors r+

@bors bors bot merged commit 74d079e into master Oct 25, 2020
@bors bors bot deleted the feature/print_graph branch October 25, 2020 12:43
@rustatian rustatian modified the milestones: 1.0.0-beta11, 1.0.0-beta10 Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Graph Area: Graph, Vertices and related things C-Enhancement Category: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print resulted graph
2 participants