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

Improve error messages in Target-based GateDirection pass #9787

Merged
merged 4 commits into from
Mar 14, 2023

Commits on Mar 13, 2023

  1. Improve error messages in Target-based GateDirection pass

    The `Target` version of `GateDirection` has more information available
    to make better error messages. It can distinguish cases where the
    failure is because a gate would be valid if flipped but the pass doesn't
    know how to do it, and the case where the gate wouldn't be valid in
    either direction.
    jakelishman committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9165fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6568d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    607914e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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