Skip to content

Conversation

@zharinov
Copy link
Member

@zharinov zharinov commented Jan 6, 2026

Summary

  • Remove decorative // ==== separators from format.rs
  • Extract ir.rs tests to ir_tests.rs (consistent with project pattern)
  • Rename InstructionInstructionIR (disambiguate from decoded Instruction)
  • Rename QTypeIdTypeId (cleaner name, no std::any::TypeId conflict)
  • Make ir module private, re-export through mod.rs (facade pattern)

Why

Enforce mod.rs as the single facade for bytecode imports. External code now uses crate::bytecode::* instead of reaching into crate::bytecode::ir::*.

@zharinov zharinov merged commit 32cad6b into master Jan 6, 2026
4 checks passed
@zharinov zharinov deleted the refactor/bytecode-module-cleanup branch January 6, 2026 16:02
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