-
Notifications
You must be signed in to change notification settings - Fork 995
Fix: colored output is lost with 25.7.0 #9250
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
Conversation
06816cc to
abf41b1
Compare
|
tested locally and this works for me @jintukumardas you'll need to add signoff to your git commits for DCO to pass. follow the instructions here |
abf41b1 to
c21dfdb
Compare
Thanks for testing and sharing the update. I've added the signoff now. Thanks again! |
|
@jintukumardas I added a changelog entry but DCO is also broken again from your most recent commit. can you take a look please |
071d3de to
a782209
Compare
|
@macfarla Apologies, the rebase without signoff seems to have caused the issue. It's been fixed now, thank you. If changelog was part of this PR, I may have overwritten it by force push. |
|
@macfarla I've pushed the DCO changes and wanted to check if I should mark this as ready for review? |
macfarla
left a comment
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.
LGTM @jintukumardas - can you please add a changelog entry, since this is fixing an open issue. Thanks!
Signed-off-by: Jintu Das <jintuisbusy@gmail.com>
Signed-off-by: Jintu Das <jintuisbusy@gmail.com>
a782209 to
d5b576f
Compare
|
Hi @macfarla , I've added the changelog entry, thanks! |
macfarla
left a comment
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.
LGTM
|
@macfarla , thank you for reviewing and merging it. |
* Fix colored output in terminal Signed-off-by: Jintu Das <jintuisbusy@gmail.com> * Update CHANGELOG Signed-off-by: Jintu Das <jintuisbusy@gmail.com> --------- Signed-off-by: Jintu Das <jintuisbusy@gmail.com> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: jflo <justin+github@florentine.us>
This reverts commit 42306f9. Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This reverts commit 42306f9. Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This reverts commit 42306f9.
This reverts commit 42306f9. Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
* Revert "Fix: colored output is lost with 25.7.0 (#9250)" This reverts commit 42306f9. Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> * changelog Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> * kudos Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
…yperledger#9320) This reverts commit 42306f9. Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net> Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>


PR description
Fixes colored output in terminal logging
Fixed Issue(s)
fixes #8908
Thanks for sending a pull request! Have you done the following?
doc-change-requiredlabel to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply./gradlew build./gradlew acceptanceTest./gradlew integrationTest./gradlew ethereum:referenceTests:referenceTests