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

Xtrig arg validate #5955

Merged
merged 16 commits into from
Feb 22, 2024
Merged

Xtrig arg validate #5955

merged 16 commits into from
Feb 22, 2024

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    d5bc789 View commit details
    Browse the repository at this point in the history
  2. Update change log.

    hjoliver committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d410f41 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    dc12e0b View commit details
    Browse the repository at this point in the history
  2. Add a function docstring.

    hjoliver committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4a5eac6 View commit details
    Browse the repository at this point in the history
  3. Code review tweaks.

    hjoliver committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    da37214 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Add integration tests for xtrigger validation, which provides simple …

    …examples for each of the built in xtriggers.
    
    - Xrandom validate function
    - Init test xrandom validate function
    - Add unit tests for validation of built in xtriggers
    wxtim committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6fea50f View commit details
    Browse the repository at this point in the history
  2. loosen xargs validation checks

    wxtim committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ea50b53 View commit details
    Browse the repository at this point in the history
  3. avoid use of assert

    wxtim committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b543af7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    26bc684 View commit details
    Browse the repository at this point in the history
  2. fix doctest

    wxtim committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3013d21 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. spelling fixes

    wxtim committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    690fd5d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Automatically validate xtrigger function signature (#59)

    * Remove redundant try block.
    
    * Fix changelog
    
    * Automatically validate xtrigger function signature
    
    ---------
    
    Co-authored-by: Hilary James Oliver <[email protected]>
    MetRonnie and hjoliver authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    72615f2 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ronnie Dutta <[email protected]>
    wxtim and MetRonnie authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8b2d9d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix flake8

    wxtim committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    124666b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 20, 2024

  1. Improve xtrigger validation (#60)

    * Improve xtrigger validation
    
    * wall_clock: use placeholder function for signature validation & autodocs
    
    * Fix docstring for autodoc [skip ci]
    MetRonnie authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    933b273 View commit details
    Browse the repository at this point in the history