[API Freeze] Remove camelCase module functions before 1.0 #304
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#304
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The API consistency audit (docs/api-audit-2026-04.md) identified 4 module-level functions using camelCase while the entire rest of the API uses snake_case:
mcrfpy.setScale()→ deprecated anyway (useWindow.resolution)mcrfpy.findAll()→find_all()alias addedmcrfpy.getMetrics()→get_metrics()alias addedmcrfpy.setDevConsole()→set_dev_console()alias addedSnake_case aliases were added in the audit commit. The camelCase versions should be removed in the 1.0 breaking-changes pass.
Action Items
setScalefrommcrfpyMethods[](already deprecated)findAllfrommcrfpyMethods[]getMetricsfrommcrfpyMethods[]setDevConsolefrommcrfpyMethods[]Files
src/McRFPy_API.cpp(method table)