-
Notifications
You must be signed in to change notification settings - Fork 30
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
Re-implement contrib/bst-graph as part of BuildStream #1915
Comments
ion232
added a commit
to ion232/buildstream
that referenced
this issue
Aug 12, 2024
Adds a new command to bst called 'graph' which reimplements the same API and functionality as contrib/bst-graph. The implementation details are within _stream.py as another function called 'graph'. Part of apache#1915.
ion232
added a commit
to ion232/buildstream
that referenced
this issue
Aug 13, 2024
Adds a new command to bst called 'graph' which reimplements the same API and functionality as contrib/bst-graph. The implementation details are within _stream.py as another function called 'graph'. Part of apache#1915.
ion232
added a commit
to ion232/buildstream
that referenced
this issue
Aug 13, 2024
It can already be difficult to tell what's going on in large graphs. This commit helps make the graphs clearer and smaller. However this is no longer the same functionality as in the original contrib/bst-graph. Part of apache#1915.
ion232
added a commit
to ion232/buildstream
that referenced
this issue
Aug 13, 2024
This is no longer needed when reimplemented into buildstream itself. Part of apache#1915.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tool is a complete hack as is. This kind of a tool is very useful though so let's re-implement it as part of BuildStream as command
bst graph
so it can use internal API.The text was updated successfully, but these errors were encountered: