Skip to content

Migrate ratatui fork and ratatui-macros in one coordinated slice #60

Description

@marksverdhai

Context

A dependency-only extraction of PR #56 proved that ratatui-macros 0.7.2 cannot be updated independently while Clanker remains on the pinned nornagon/ratatui 0.29 fork.

The new macros emit ratatui-core 0.1.2 Line/Span types. The TUI expects the fork's ratatui::Line/Span, producing five E0277 errors in codex-rs/tui/src/history_cell/notices.rs.

Required coordinated work

  • migrate or update the pinned ratatui fork and ratatui-macros together
  • ensure a single Line/Span type universe
  • regenerate Cargo and Bazel locks
  • run locked TUI check, tests, strict Clippy, snapshots, and cross-platform CI

Evidence

Dependency-only attempted scope was 3 files, +163/-65. Locked metadata, Bazel lock regeneration, and formatting passed; cargo check -p codex-tui --locked failed at the type boundary. spin remained 0.9.9.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions