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 OperatorMsg #3764

Closed

Commits on Sep 10, 2024

  1. start refactoring OperatorMsg to use instantiateAndRegister, with sep…

    …arate procedures for different kinds of binary operations (to avoid unused code paths)
    
    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    07b3a06 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. continue refactoring operatorMsg

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d370159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e582dd View commit details
    Browse the repository at this point in the history
  3. adjustments to binopVV and binopVS refactors to get all tests passing

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    736b500 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. refactor binopSVMsg

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    57ecd25 View commit details
    Browse the repository at this point in the history
  2. refactor opeqvvMsg

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    102db3e View commit details
    Browse the repository at this point in the history
  3. refactor opeqvs

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    42307da View commit details
    Browse the repository at this point in the history
  4. delete binOP.chpl

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    cb03c8f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    c9f2772 View commit details
    Browse the repository at this point in the history
  2. consolidate array argument parsing into helper functions

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    54b0153 View commit details
    Browse the repository at this point in the history
  3. fix argument names

    Signed-off-by: Jeremiah Corrado <jeremiah.corrado@hpe.com>
    jeremiah-corrado committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f7058ac View commit details
    Browse the repository at this point in the history