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

Clarify simple linear dag #3

Open
kyprifog opened this issue Oct 6, 2020 · 0 comments
Open

Clarify simple linear dag #3

kyprifog opened this issue Oct 6, 2020 · 0 comments

Comments

@kyprifog
Copy link

kyprifog commented Oct 6, 2020

A simple linear dag has a slightly confusing output like this:

step_1
step_2
step_3
step_4

Which maybe someone wouldn't realize is a dag at first glance (without context). I thought maybe it would be nice to have pipes to indicate that there is still a transition like:

step_1
|
step_2
|
step_3
|
step_4

I started to look into this change, but I thought that maybe this was inconsistent with the goal of reaching 1-1 parity with the git dag output. If so feel go ahead and close this one.

@kyprifog kyprifog changed the title Clear up linear dag Clarify simple linear dag Oct 6, 2020
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

No branches or pull requests

1 participant