Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Audit: seq-compiler codegen FFI (ffi_wrappers.rs, platform.rs, ffi.rs) #317

@navicore

Description

@navicore

Code Audit #10 of 17

Apply the code quality criteria from CONTRIBUTING.md "What Good Code Looks Like":

Files to audit:

  • crates/compiler/src/codegen/ffi_wrappers.rs
  • crates/compiler/src/codegen/platform.rs
  • crates/compiler/src/ffi.rs

Checklist:

  • Structure: First 50 lines tell you what file does, logical function ordering
  • Naming: Functions say what they do, variables reveal intent
  • No Surprises: All public functions used, no commented-out code, no stale TODOs
  • Single Responsibility: Each function does one thing, consistent error handling
  • Tests: Complex logic has tests, edge cases covered

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions