You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- pyright: assert external kernel source(s) non-None in the specializer's
_render_external so `str | None` narrows to `str`
- pyright: assert pl.parse(...) returns ir.Program before run_passes in the
JIT extern test
- ruff PLC0415: hoist in-function imports to top level in the JIT extern test
- ruff PLR0913: mark build_specialize_context (pass-through assembler) noqa
- cpplint build/include_subdir: NOLINT the runtime headers in the ST kernel
fixture (they resolve via the runtime include path)
- ruff-format / clang-format: apply formatting
0 commit comments