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

function: Missing underlying type validation and refactor parameter name validation #991

Merged
merged 6 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. function: Missing underlying type validation and refactor parameter n…

    …ame validation
    
    Reference: #965
    Reference: #967
    
    The framework will now raise implementation errors if a function parameter or return definition is missing underlying type information (e.g. collection element type or object attribute type).
    bflad committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5c279c2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #991

    bflad committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    44b3ca7 View commit details
    Browse the repository at this point in the history
  3. License headers

    bflad committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    868c0a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    8de2744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    584f83d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4225fce View commit details
    Browse the repository at this point in the history