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

refactor: Separate extension validation from the rest #1011

Merged
merged 11 commits into from
May 8, 2024

Commits on May 8, 2024

  1. new!: Make extension validation optional

    BREAKING CHANGE: Add a boolean argument to Hugr::validate
    croyzor committed May 8, 2024
    Configuration menu
    Copy the full SHA
    34e748b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f0039c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    035a44d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e7dad8 View commit details
    Browse the repository at this point in the history
  5. cosmetic: cargo fmt

    croyzor committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c91f3fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5501f9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39bc214 View commit details
    Browse the repository at this point in the history
  8. refactor: Remove redundant validation

    Only extension validation is needed
    croyzor committed May 8, 2024
    Configuration menu
    Copy the full SHA
    23d8aa5 View commit details
    Browse the repository at this point in the history
  9. fix: Remove redundant import

    croyzor committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5ea8130 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ae2290 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78ee197 View commit details
    Browse the repository at this point in the history