Skip to content

Refactor loggers to use explicit casts - #92

Merged
LimiNode merged 1 commit into
mainfrom
codex/replace-c-style-casts-with-modern-c++-casts
Dec 5, 2025
Merged

Refactor loggers to use explicit casts#92
LimiNode merged 1 commit into
mainfrom
codex/replace-c-style-casts-with-modern-c++-casts

Conversation

@LimiNode

@LimiNode LimiNode commented Dec 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • replace C-style casts in logger code with explicit static_cast for log level comparisons
  • update numeric conversions in logger parameter accessors to use static_cast

Testing

  • not run (not requested)

Codex Task

Replace C-style casts in logger code with explicit static_cast conversions for log level comparisons and numeric returns.
@LimiNode
LimiNode merged commit d58cd63 into main Dec 5, 2025
12 checks passed
@LimiNode
LimiNode deleted the codex/replace-c-style-casts-with-modern-c++-casts branch December 5, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant