-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: main
Are you sure you want to change the base?
Conversation
…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]>
Hey there and thank you for opening this pull request! 👋 We require pull request titles to follow the Conventional Commits specification Your title should look like this. The scope field is optional.
If the PR includes a breaking change, mark it with an exclamation mark:
and include a "BREAKING CHANGE:" footer in the body of the pull request. Details:
|
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...