Fix: colored output is lost with 25.7.0#9250
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.
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 , 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>
…u-eth#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