Skip to content

Fix class variable indexing and resolution#419

Merged
st0012 merged 1 commit intomainfrom
fix-class-instance-variable-indexing
Jan 7, 2026
Merged

Fix class variable indexing and resolution#419
st0012 merged 1 commit intomainfrom
fix-class-instance-variable-indexing

Conversation

@st0012
Copy link
Member

@st0012 st0012 commented Jan 7, 2026

Class variables, unlike instance variables, only follow lexical nesting, not the method receiver/singleton class context.

@st0012 st0012 self-assigned this Jan 7, 2026
@st0012 st0012 requested a review from a team as a code owner January 7, 2026 18:40
Class variables, unlike instance variables, only follow lexical nesting,
not the method receiver/singleton class context.
@st0012 st0012 force-pushed the fix-class-instance-variable-indexing branch from f35835f to ee0b2b3 Compare January 7, 2026 20:48
@st0012 st0012 merged commit 3346630 into main Jan 7, 2026
14 checks passed
@st0012 st0012 deleted the fix-class-instance-variable-indexing branch January 7, 2026 20:56
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