Skip to content

Print Base Caster mode correctly#951

Merged
PaulZC merged 2 commits intorelease_candidatefrom
bastcastModePrint
Mar 18, 2026
Merged

Print Base Caster mode correctly#951
PaulZC merged 2 commits intorelease_candidatefrom
bastcastModePrint

Conversation

@nseidle
Copy link
Copy Markdown
Member

@nseidle nseidle commented Feb 25, 2026

@PaulZC - I don't like this fix, but I don't have a better one. We can't test if we are in Base Caster state because the state is 'Base' 99% of the time. Have you got a better idea? Or is it 'good enough'?

@nseidle nseidle requested a review from PaulZC February 25, 2026 23:33
Copy link
Copy Markdown
Contributor

@PaulZC PaulZC left a comment

Choose a reason for hiding this comment

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

Agreed, it's not ideal. But it looks like it will work...
I will add the return cast after merging.


// Unknown mode
return "Unknown Mode";
return modeName;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think you're missing a cast here? return (const char *)modeName;

@PaulZC PaulZC merged commit b93ecbb into release_candidate Mar 18, 2026
@nseidle nseidle deleted the bastcastModePrint branch March 26, 2026 20:29
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