GridView.texture getter always returns None (unimplemented) #318
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#318
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?
Found during the #314 F15 docstring-accuracy verify pass.
In
src/UIGridView.cpp, thetexturegetter returnsPy_RETURN_NONEunconditionally — even whenself->data->ptexis non-null, the code falls through aTODOand never constructs/returns a Texture. SoGridView.textureis effectively alwaysNone.Impact: Users cannot read the tile texture from a
GridView. Either implement the Texture return path, or formally drop the property.The docstring has been updated (in the F15 accuracy pass) to read
(None, read-only)with a note that the Texture return is not yet implemented; this issue tracks the implementation.Suggested labels:
Bugfix,system:rendering,system:grid,priority:tier3-future. (Apply manually — Gitea MCP label bug.)Refs #314