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

Invert edge direction #69

Merged
merged 2 commits into from
Jul 4, 2018
Merged

Invert edge direction #69

merged 2 commits into from
Jul 4, 2018

Conversation

Manishearth
Copy link
Member

(part of #68)

We currently have the edges going in the reverse direction as the audio,
which is confusing. The reason we did this was so that we could use the
DFSPostOrder iterator.

This inverts their direction so that edges now go from source to sink, and
uses a Reversed adaptor to fix it.

r? @ferjm

(part of #68)

We currently have the edges going in the reverse direction as the audio,
which is confusing. The reason we did this was so that we could use the
DFSPostOrder iterator.

This inverts their direction so that edges now go from source to sink,
and uses a `Reversed` adaptor to fix it.
@@ -0,0 +1,2 @@
[alias]
ex = "run -p examples --bin"
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be nice to update the README section about running the examples to mention the existence of this alias.

@ferjm ferjm merged commit 25b0fe0 into master Jul 4, 2018
@ferjm ferjm deleted the invert-edges branch July 4, 2018 14:02
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

2 participants