Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Quantinuum
/
hugr
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
71
Code
Issues
212
Pull requests
16
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat!: Handle CallIndirect in Dataflow Analysis
- #2059
#2059
Merged
acl-cqc
merged 20 commits into
release-rs-v0.16.0
Quantinuum/hugr:release-rs-v0.16.0
from
acl/dataflow_call_indirect
Quantinuum/hugr:acl/dataflow_call_indirect
Copy head branch name to clipboard
Apr 16, 2025
Conversation
Commits
20
(20)
Checks
Files changed
Merged
feat!: Handle CallIndirect in Dataflow Analysis
#2059
acl-cqc
merged 20 commits into
release-rs-v0.16.0
Quantinuum/hugr:release-rs-v0.16.0
from
acl/dataflow_call_indirect
Quantinuum/hugr:acl/dataflow_call_indirect
Copy head branch name to clipboard
Commits
Commits on Apr 4, 2025
No need for ConstFoldContext to impl Deref
acl-cqc
committed
692a759
View commit details
Copy full SHA for 692a759
Browse repository at this point
Add PartialValue::LoadedFunction
acl-cqc
committed
48143f5
View commit details
Copy full SHA for 48143f5
Browse repository at this point
Docs, clippy::type_complexity
acl-cqc
committed
5809594
View commit details
Copy full SHA for 5809594
Browse repository at this point
datalog handles LoadFunction, drop value_from_function (TODO ConstFoldCtx ignores self.0)
acl-cqc
committed
cccefe4
View commit details
Copy full SHA for cccefe4
Browse repository at this point
And handle CallIndirect
acl-cqc
committed
ca442c4
View commit details
Copy full SHA for ca442c4
Browse repository at this point
First bit of test - default to Top if called-func unknown
acl-cqc
committed
a90dc97
View commit details
Copy full SHA for a90dc97
Browse repository at this point
Test2, fix port numbering and narrow unknown-called-func case
acl-cqc
committed
6e2ad7f
View commit details
Copy full SHA for 6e2ad7f
Browse repository at this point
Test3, plus refactor test
acl-cqc
committed
2cd8547
View commit details
Copy full SHA for 2cd8547
Browse repository at this point
refactor into cases of rstest
acl-cqc
committed
ba33062
View commit details
Copy full SHA for ba33062
Browse repository at this point
Merge remote-tracking branch 'origin/main' into acl/dataflow_call_indirect
acl-cqc
committed
5c9c6ec
View commit details
Copy full SHA for 5c9c6ec
Browse repository at this point
PartialSum default N=Node
acl-cqc
committed
ee128ce
View commit details
Copy full SHA for ee128ce
Browse repository at this point
Commits on Apr 5, 2025
require TryFrom<LoadedFunction<N>,Error=LoadedFunction<N>>, format w/ Debug
acl-cqc
committed
2757a33
View commit details
Copy full SHA for 2757a33
Browse repository at this point
Commits on Apr 7, 2025
Use PartialValue::new_load
acl-cqc
committed
3c79739
View commit details
Copy full SHA for 3c79739
Browse repository at this point
Make call_indirect a lattice, add load_func
acl-cqc
committed
1191150
View commit details
Copy full SHA for 1191150
Browse repository at this point
Commits on Apr 8, 2025
Drop Hugr from inside ConstFoldContext
acl-cqc
committed
4ba5603
View commit details
Copy full SHA for 4ba5603
Browse repository at this point
Commits on Apr 15, 2025
trait AsConcrete
acl-cqc
committed
a8e4553
View commit details
Copy full SHA for a8e4553
Browse repository at this point
LatticeWrapper requires only PartialEq+PartialOrd
acl-cqc
committed
f032848
View commit details
Copy full SHA for f032848
Browse repository at this point
PartialValue: Arbitrary+TestSumType etc. generates LoadedFunction
acl-cqc
committed
3066b65
View commit details
Copy full SHA for 3066b65
Browse repository at this point
clippy, fix predecence
acl-cqc
committed
3eb0c7f
View commit details
Copy full SHA for 3eb0c7f
Browse repository at this point
test LatticeWrapper
acl-cqc
committed
887a386
View commit details
Copy full SHA for 887a386
Browse repository at this point
You can’t perform that action at this time.