The GitHub Actions job "Lint" on tvm.git/cleanup-audit-immediate-items has 
failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
0c6cebbc382553793858c8510f1763591b898edc / tqchen <[email protected]>
[REFACTOR] Remove redundant defensive code from recent merges

Cleanup pass over recently merged changes, relying on IR invariants
instead of re-checking already-guaranteed conditions:

- python_doc_printer: the ExprStringDoc escape scope always wraps the
  printer's in-memory ostringstream sink, which never short-writes and
  never enters a fail state. Drop the streambuf-general short-write
  reporting, the good()/rdstate/setstate guards, and the redundant
  post-render good() ICHECK; keep the one-line saw_newline() contract.
- relax well_formed / block_builder: refresh two "is nullptr" diagnostics
  to "is missing" now that Type is non-nullable and the guards test
  ty.IsMissing().
- relax numeric-gradient tests: derive the device from the build target
  via tvm.device_from_target inside the helpers instead of threading a
  redundant dev argument that duplicates target at every call site.
- target/printer tests: drop assertions that re-check conditions a
  preceding assertion already guarantees (isinstance/export-alias/None
  default re-calls, printer self-determinism re-render).

Report URL: https://github.com/apache/tvm/actions/runs/29460655856

With regards,
GitHub Actions via GitBox


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

Reply via email to