The GitHub Actions job "mainline-only" on tvm-ffi.git/main has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
874c85c537fc6638dafe584224a770bb008b7c8f / Shushi Hong <[email protected]>
[FEAT][Rust] Add composable policies for structural visit and walk (#794)

Add `VisitPolicy<State>` to customize default recursion independently of
callbacks, corresponding to the C++ Parent extension mechanism. Attach
policies through `VisitCallbacks::with_policy` or `WalkWithPolicy`;
nested tuples compose policies sharing the callback state.

Add `VisitContext::default_visit_children(value, kind)` to continue the
policy chain with an explicit value and definition region, bypassing the
target's callback while its children re-enter full dispatch. Preserve
Pattern precedence and restore the enclosing region on return, error, or
interrupt. Keep `visit_children()` as the current-value/current-region
shorthand.

Tests cover composition, shared state, generated walk dispatch, callback
ordering, Skip, policy interrupts/errors, retargeted descent, and region
propagation through reflected fields and Function-valued hooks.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to