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

🚀 View preview at
https://QuEraComputing.github.io/kirin/pr-preview/pr-576/

Built to branch gh-pages at 2025-11-12 19:21 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@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 bug Something isn't working labels Nov 13, 2025
@kaihsin kaihsin self-assigned this Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 0.21 bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants