Skip to content

Add attr_writer support#420

Merged
mame merged 1 commit intoruby:masterfrom
mame:attr-writer
Apr 7, 2026
Merged

Add attr_writer support#420
mame merged 1 commit intoruby:masterfrom
mame:attr-writer

Conversation

@mame
Copy link
Copy Markdown
Member

@mame mame commented Apr 7, 2026

Implement AttrWriterMetaNode to handle attr_writer declarations, generating setter methods that write to instance variables. Previously attr_writer was silently ignored.

Implement AttrWriterMetaNode to handle attr_writer declarations,
generating setter methods that write to instance variables. Previously
attr_writer was silently ignored.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mame mame enabled auto-merge (rebase) April 7, 2026 08:01
@mame mame merged commit 6dae086 into ruby:master Apr 7, 2026
6 checks passed
@mame mame deleted the attr-writer branch April 7, 2026 08:05
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.

1 participant