Skip to content

fix: make section announcement function static#659

Merged
mcdurdin merged 1 commit intomasterfrom
fix/static-function
Feb 12, 2026
Merged

fix: make section announcement function static#659
mcdurdin merged 1 commit intomasterfrom
fix/static-function

Conversation

@mcdurdin
Copy link
Member

Fixes: KEYMAN-COM-321
Fixes: KEYMAN-COM-322
Test-bot: skip

Fixes: KEYMAN-COM-321
Fixes: KEYMAN-COM-322
Test-bot: skip
@keymanapp-test-bot
Copy link

User Test Results

Test specification and instructions

User tests are not required

@keymanapp-test-bot keymanapp-test-bot bot added this to the A19S22 milestone Feb 12, 2026
@github-actions github-actions bot added the fix label Feb 12, 2026
@mcdurdin mcdurdin enabled auto-merge February 12, 2026 09:28
@github-project-automation github-project-automation bot moved this to Todo in Keyman Feb 12, 2026
Copy link
Contributor

@ermshiperete ermshiperete left a comment

Choose a reason for hiding this comment

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

LGTM. Why does it have to be static, or why do we want it to be static?

@mcdurdin mcdurdin merged commit 5eebfc9 into master Feb 12, 2026
6 checks passed
@mcdurdin mcdurdin deleted the fix/static-function branch February 12, 2026 10:40
@github-project-automation github-project-automation bot moved this from Todo to Done in Keyman Feb 12, 2026
@mcdurdin
Copy link
Member Author

Why does it have to be static, or why do we want it to be static?

We are just calling it as a static method. We don't need to instantiate the class because it has no data. The class is just wrapping it for simpler namespace-based usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants