-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves the variants of `LeafOp` into `OpType`. Closes #817. It seems `Lift` was missing from the schema, and in its place there was a `TypeApplication` struct. I replaced it with lift. As an aside, the `CustomOp -> ExternalOp -> {ExtensionOp, OpaqueOp}` chain seems unnecessary. We should be able to merge `CustomOp` and `ExternalOp` into one, and get rid of multiple `as_ref`s in the code. This doesn't modify the schema, so I'll push it as a separate PR. --------- Co-authored-by: Seyon Sivarajah <[email protected]>
- Loading branch information
Showing
29 changed files
with
460 additions
and
410 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.