Skip to content

feat: added bits function to standardlib #1348

feat: added bits function to standardlib

feat: added bits function to standardlib #1348

Triggered via pull request March 17, 2026 17:48
Status Failure
Total duration 25s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
pyright
1 error
pyright: src/kirin/dialects/ilist/rewrite/to_range_loop.py#L41
Argument of type "Statement | None" cannot be assigned to parameter "stmt" of type "Statement" in function "insert_before"   Type "Statement | None" is not assignable to type "Statement"     "None" is not assignable to "Statement" (reportArgumentType)