-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix!: Ops require their own extension #1226
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7832cf0
Insert OpDef extension in compute_signature
acl-cqc d6802c3
fix tests w/out extension_inference (only 3). 42 failures with --all-…
acl-cqc 2c32b1a
simple_replace/sibling_subgraph - 23 failures remaining
acl-cqc 5cb15ca
validate, note about closed_dfg_root_hugr
acl-cqc 5b05df3
extension (op_def.rs, prelude.rs), serialize
acl-cqc 78f7aed
replace.rs - need better CFG support here
acl-cqc 856bfd4
builder copy_insertion+nested_identity (change from module+function t…
acl-cqc b2c09d5
circuit (explicit Function)
acl-cqc 10bab5d
views (hugr-core now ok, and so, onto hugr-passes)
acl-cqc 9e47b98
const_fold (WIN) - int_fn+float_fn+others => noargfn calling ft2
acl-cqc 290bb6a
merge_bbs (TODO simple_block_builder, block_builder)
acl-cqc eca016d
doctests
acl-cqc abbfa2a
merge_bbs use simple_entry_builder
acl-cqc 3994ee9
(simple_)block_builder variants, fix tests
acl-cqc 0da41d8
Conditional builder (_exts)
acl-cqc a238f21
benches
acl-cqc 79da288
clippy
acl-cqc ab4ef40
Merge remote-tracking branch 'origin/main' into ops_require_ext
acl-cqc 1b5eebd
doc improvements
acl-cqc eb6d1d0
fix sibling_subgraph
acl-cqc a574c6d
force_order
acl-cqc aaa1cf3
docs: correct output_types parameter name
acl-cqc 2c56bf6
extension_delta last param everytime
acl-cqc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention
extension_delta
in the fn docs.