Skip to content

Conversation

@weinbe58
Copy link
Member

No description provided.

@weinbe58 weinbe58 requested a review from kaihsin November 12, 2025 19:12
@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link
Contributor

github-actions bot commented Nov 12, 2025

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
11612 10349 89% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/kirin/dialects/ilist/rewrite/const.py 67% 🟢
TOTAL 67% 🟢

updated for commit: 7524aa3 by action🐍

@github-actions
Copy link
Contributor

github-actions bot commented Nov 12, 2025

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-11-17 14:54 UTC

@kaihsin
Copy link
Collaborator

kaihsin commented Nov 12, 2025

can you also add this test:

@kirin.structural
def main(n: int):
    def map_func(i):
        return n + 1
    
    return ilist.map(map_func, range(4))

AggressiveUnroll(main.dialects).fixpoint(main)

@kaihsin kaihsin added backport 0.21 C-bug Category: This is a bug labels Nov 13, 2025
@kaihsin kaihsin self-assigned this Nov 13, 2025
@weinbe58 weinbe58 merged commit 0687436 into main Nov 17, 2025
13 checks passed
@weinbe58 weinbe58 deleted the phil/canonicalize-constant-range branch November 17, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 0.21 C-bug Category: This is a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants