The GitHub Actions job "CI" on tvm-ffi.git/2026-02-14/dataclass-repr has failed.
Run started by GitHub user junrushao (triggered by junrushao).

Head commit for run:
493d3666a1c7e1b745109bedc9c8d851aa771552 / Junru Shao <[email protected]>
feat: add BFS-based `ffi.ReprPrint` for unified object repr

Add a centralized, reflection-based repr system that handles cycles and
DAG duplicates via BFS traversal. Built-in types (String, Tensor, Shape,
Array, List, Map) have custom formatters; user-defined types fall back
to generic reflection-based repr. A new `repr_fields` tag struct allows
restricting which fields appear in repr output.

Key changes:
- `repr_print.cc`: BFS ReprPrinter with built-in type reprs
- `registry.h`: `repr_fields` struct + `kRepr`/`kReprFields` attrs
- Python `__repr__` on Object/Array/List/Map delegates to `ffi.ReprPrint`
- SmallStr/SmallBytes POD types rendered as quoted strings

Report URL: https://github.com/apache/tvm-ffi/actions/runs/22050691298

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to