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!: OpEnum trait for common opdef functionality #721

Merged
merged 14 commits into from
Nov 29, 2023
Merged

Commits on Nov 27, 2023

  1. feat!: OpEnum trait for common opdef functionality

    BREAKING_CHANGES: const logic op names removd
    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d0a71a6 View commit details
    Browse the repository at this point in the history
  2. feat: add as_extension_op to LeafOp and use

    to define conversion of OpEnum to and from OpType.
    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2bb5a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ebaf86 View commit details
    Browse the repository at this point in the history
  4. move op adding to extension

    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e6a3ce6 View commit details
    Browse the repository at this point in the history
  5. add some docstrings

    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    53a3991 View commit details
    Browse the repository at this point in the history
  6. localise trait requirements

    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b1723ee View commit details
    Browse the repository at this point in the history
  7. simplify loading from string

    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b1fde5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a35c96a View commit details
    Browse the repository at this point in the history
  9. simplifications and cleanups

    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    027f54c View commit details
    Browse the repository at this point in the history
  10. add missing docstrings

    ss2165 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    acb131e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    406eccd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2636dc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. docstring improvements

    ss2165 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ec0aa5b View commit details
    Browse the repository at this point in the history
  2. fix issue link

    ss2165 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    820fec2 View commit details
    Browse the repository at this point in the history