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

feat: Implement petgraph traits on Hugr #498

Merged
merged 10 commits into from
Sep 7, 2023
Merged

feat: Implement petgraph traits on Hugr #498

merged 10 commits into from
Sep 7, 2023

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    57d7543 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. feat: properly parametrize macro (#501)

    I couldn't work out how to do the lifetimes in IntoNodeReferences so had
    to pull that out.
    
    But, well, I think the objections here are pretty obvious...
    
    The line count is pretty good though!!
    acl-cqc committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    88cafb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6042928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b883758 View commit details
    Browse the repository at this point in the history
  4. Implement petgraph only on a wrappers

    Fix ambiguous import
    aborgna-q committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ec04149 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e130ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fea5d58 View commit details
    Browse the repository at this point in the history
  7. HugrView::as_petgraph

    aborgna-q committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9887c8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc96b9d View commit details
    Browse the repository at this point in the history
  9. Drop redundant constructor

    aborgna-q committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8d74be4 View commit details
    Browse the repository at this point in the history