Skip to content

🚨 fix: Remove clown emoji comment from replay output#1978

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-3
Dec 24, 2025
Merged

🚨 fix: Remove clown emoji comment from replay output#1978
mkmccarty merged 1 commit intomainfrom
mm-branch-3

Conversation

@mkmccarty
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 24, 2025 08:13
@mkmccarty mkmccarty merged commit a8ee271 into main Dec 24, 2025
14 checks passed
@mkmccarty mkmccarty deleted the mm-branch-3 branch December 24, 2025 08:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes an explanatory comment about the clown emoji indicator from the replay output footer. The change aims to clean up user-facing messages by removing a potentially unprofessional emoji reference from the documentation.

  • Removes the line explaining that "🤡 indicates alt-parade needed to hit CR target"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/boost/replay.go
} else if contractIDParam != "" {
builder.WriteString("-# [brackets] indicate area for improvement.\n")
builder.WriteString("-# 🤡 indicates alt-parade needed to hit CR target.\n")
builder.WriteString("-# Teamwork scoring artifacts shown after the value..\n")
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

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

There's a typo in this line: "artifacts shown after the value.." has two periods instead of one at the end.

Suggested change
builder.WriteString("-# Teamwork scoring artifacts shown after the value..\n")
builder.WriteString("-# Teamwork scoring artifacts shown after the value.\n")

Copilot uses AI. Check for mistakes.
Comment thread src/boost/replay.go
@@ -474,7 +474,6 @@ func printArchivedContracts(userID string, archive []*ei.LocalContract, percent
builder.WriteString("No contracts met this condition.\n")
} else if contractIDParam != "" {
builder.WriteString("-# [brackets] indicate area for improvement.\n")
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

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

The clown emoji (🤡) is still being used in the actual output on line 410 when ChickenRuns exceeds MaxCoopSize-1, but the comment explaining what it indicates has been removed. Users will see the emoji without understanding what it means. Consider either removing the emoji from line 410 as well, or keeping the explanatory comment.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants