Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LowerTypes: provide handlers for linearizing arrays #2023

Draft
wants to merge 126 commits into
base: main
Choose a base branch
from

Conversation

acl-cqc
Copy link
Contributor

@acl-cqc acl-cqc commented Mar 25, 2025

Follows #2018.

Question: what do we do with these handlers? ATM I've just made them public and left 'em...

Add LowerTypes::with_array_handlers? They are needed only if you are turning some other Copyable type into a linear one...

Include them in LowerTypes::default? You can override them if you really don't want them...

acl-cqc added 30 commits March 17, 2025 19:14
github-merge-queue bot pushed a commit that referenced this pull request Apr 2, 2025
…2018)

* Does not handle nonlocal edges. This is much more involved, not part
of this PR. I note #1912
* handlers for arrays follow in #2023

BREAKING CHANGE: `OpReplacement` renamed to `NodeTemplate`. Note this is
*not* a breaking change if this PR goes in the same release as #1989
(which introduced `OpReplacement`)

---------

Co-authored-by: Douglas Wilson <[email protected]>
Base automatically changed from acl/lower_types_linearize to main April 2, 2025 09:34
@hugrbot
Copy link
Collaborator

hugrbot commented Apr 2, 2025

Hey there and thank you for opening this pull request! 👋

We require pull request titles to follow the Conventional Commits specification
and it looks like your proposed title needs to be adjusted.

Your title should look like this. The scope field is optional.

<type>(<scope>): <description>

If the PR includes a breaking change, mark it with an exclamation mark:

<type>!: <description>

and include a "BREAKING CHANGE:" footer in the body of the pull request.

Details:

Unknown release type "LowerTypes" found in pull request title "LowerTypes: provide handlers for linearizing arrays". 

Available types:
 - feat
 - fix
 - docs
 - style
 - refactor
 - perf
 - test
 - ci
 - chore
 - revert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants