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

misc: add waffle to match w/ forest #12247

Merged
merged 3 commits into from
Jul 17, 2024
Merged

misc: add waffle to match w/ forest #12247

merged 3 commits into from
Jul 17, 2024

Conversation

jennijuju
Copy link
Member

@jennijuju jennijuju commented Jul 17, 2024

Forest has this & it's pretty sweet 😄 can we have the same too?
image

@jennijuju jennijuju added the skip/changelog This change does not require CHANGELOG.md update label Jul 17, 2024
@jennijuju jennijuju requested a review from rjan90 July 17, 2024 00:01
@jennijuju
Copy link
Member Author

@rvagg @aarshkshah1992 you guys are 🆒

@jennijuju jennijuju merged commit 2714a84 into master Jul 17, 2024
79 checks passed
@jennijuju jennijuju deleted the jen/waffleup branch July 17, 2024 02:57
jennijuju added a commit that referenced this pull request Jul 17, 2024
 add waffle splash for the nv23 upgrade  to match w/ forest
@@ -2520,6 +2518,7 @@ func UpgradeActorsV14(ctx context.Context, sm *stmgr.StateManager, cache stmgr.M
if err != nil {
return cid.Undef, xerrors.Errorf("migrating actors v14 state: %w", err)
}
fmt.Print(upgradeSplash)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rvagg @jennijuju it'd be more friendly to guard this print to STDOUT with a TTY check. If the check returns false - this means the log is being redirected to a file, and someone will be potentially parsing it. The ascii art could break their observability in the most critical moment.

@jennijuju jennijuju mentioned this pull request Jul 18, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does not require CHANGELOG.md update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants