-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
REFACTOR: Improve branch visibility. #933
REFACTOR: Improve branch visibility. #933
Conversation
Thanks for the PR! Personally I like it, it makes sense to me. I'm for merging if everyone else is. |
Do we need to worry about the failed FreeBSD check? |
EDIT: yup it was #929 OK I see the other issue is the tryCMD test output. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per the tests, just run just idump
then do just itest
you will need a working nix shell, and Just
Hi @MartinFillon, just to confirm, do I need to run those tests on my local machine? I ran |
yup on your local machine |
I'm not sure why cicd didn't pass. Here I put updated files after run git status$ git status no changes added to commit (use "git add" and/or "git commit -a") Then I run |
Gonna take a look at your branch if you allow me |
This PR improves branch visibility by adding
space
immediately in theascii_art
method rather than deciding whether to add space or not at runtime. This branch visibility is based on how the original Tree built the branch to make it look better.Before:
After: