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

Error on Parameter default kwarg usage for input annotations #1197

Merged
merged 7 commits into from
Sep 18, 2024

Commits on Sep 11, 2024

  1. Raise error if using Parameter default in function input annotations

    * Add temporary experimental feature flag to suppress error
    
    Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
    elliotgunton committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    556a6d7 View commit details
    Browse the repository at this point in the history
  2. Raise error if using Parameter default in Input class

    * Update examples to remove `default=""` usage
    
    Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
    elliotgunton committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c0a35cf View commit details
    Browse the repository at this point in the history
  3. Add a note about default to script annotations guide

    Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
    elliotgunton committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    69782ae View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    0e40e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f906a View commit details
    Browse the repository at this point in the history
  3. Move warn to always log

    Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
    elliotgunton committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d38e827 View commit details
    Browse the repository at this point in the history