Skip to content

CHIA-4241: Remove _write, since it isn't used anymore - #537

Open
prozacchiwawa wants to merge 1 commit into
mainfrom
20260728-remove-write
Open

CHIA-4241: Remove _write, since it isn't used anymore#537
prozacchiwawa wants to merge 1 commit into
mainfrom
20260728-remove-write

Conversation

@prozacchiwawa

@prozacchiwawa prozacchiwawa commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Note

Low Risk
Dead-code removal with no remaining _write references; compile-time _read and other operators are unchanged.

Overview
Removes the compiler dialect’s _write operator and all code that only supported it.

The deleted write path disassembled CLVM to IR and wrote source to disk via fs::write. The Dialect::op dispatch no longer handles _write, and get_disassembly_ver (used only for that path) is removed. Unused imports (Stream, keyword_from_atom, disassemble_to_ir_with_kw, write_ir_to_stream) are dropped.

Reviewed by Cursor Bugbot for commit 62c09a9. Bugbot is set up for automated code reviews on this repo. Configure here.

@emlowe emlowe changed the title Remove _write, since it isn't used anymore CHIA-4241: Remove _write, since it isn't used anymore Jul 28, 2026
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