allow using AbstractArray for AOT compilation and specs#2953
Open
albi3ro wants to merge 8 commits into
Open
Conversation
albi3ro
commented
Jun 16, 2026
Contributor
|
Sounds like you might need to bump the PL dependency? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2953 +/- ##
==========================================
- Coverage 96.94% 96.94% -0.01%
==========================================
Files 165 165
Lines 19089 19095 +6
Branches 1768 1769 +1
==========================================
+ Hits 18506 18511 +5
- Misses 430 431 +1
Partials 153 153 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
comp-phys-marc
approved these changes
Jun 23, 2026
comp-phys-marc
left a comment
Contributor
There was a problem hiding this comment.
Thanks for your patience as I learn the ropes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context:
I was messing around with AbstractArray, AbstractWires and resource estimation. I'd like to be able to use AbstractArray and AbstractWires to trigger pass-by-pass specs. I'd also like to use them to trigger AOT compilation via type-hints.
Description of the Change:
Various patches to treat AbstractArray and AbstractWires like abstract types.
Benefits:
Can now do:
Possible Drawbacks:
Related GitHub Issues:
[sc-122582]