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

docs: Document LoadFunction #1016

Merged
merged 4 commits into from
May 9, 2024
Merged

docs: Document LoadFunction #1016

merged 4 commits into from
May 9, 2024

Conversation

doug-q
Copy link
Collaborator

@doug-q doug-q commented May 9, 2024

Addresses #998

@doug-q doug-q requested a review from cqc-alec May 9, 2024 12:41
@doug-q doug-q added this to the v0.4.0 milestone May 9, 2024
@@ -2011,7 +2015,8 @@ including `Module`.
| `AliasDefn` | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 1, 0 | |
| `AliasDecl` | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 1, 0 | |
| `Const` | 0, 0 | 0, 0 | 0, ✱ | 0, 0 | 0, 0 | 1, 0 | |
| `LoadConstant` | 0, 1 | +, ✱ | 1, 0 | 0, 0 | 0, 0 | 1, 0 | |
| `LoadConstant` | 0, 1 | +, ✱ | 0, 0 | 1, 0 | 0, 0 | 1, 0 | |
| `LoadFunction` | 0, 1 | +, ✱ | 1, 0 | 0, 0 | 0, 0 | 1, 0 | |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR, but I think the + indicating "at least one incoming Order edge" for LoadConstant and LoadFunction may be outdated and should be .

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought the same thing, will fix.

specification/hugr.md Outdated Show resolved Hide resolved
@doug-q doug-q force-pushed the docs/load-function branch from 48155e3 to 21bfbe0 Compare May 9, 2024 12:59
@doug-q doug-q force-pushed the docs/load-function branch from 21bfbe0 to e413104 Compare May 9, 2024 12:59
@doug-q doug-q requested a review from cqc-alec May 9, 2024 13:00
Copy link
Collaborator

@cqc-alec cqc-alec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@doug-q doug-q added this pull request to the merge queue May 9, 2024
Merged via the queue into main with commit fae2993 May 9, 2024
13 checks passed
@doug-q doug-q deleted the docs/load-function branch May 9, 2024 13:27
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.

2 participants