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(nodes): add validation for invoke method return types #6279

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

psychedelicious
Copy link
Collaborator

Summary

Adds some checks for invocations' implementations of the invoke method, raising an error when the method isn't defined correctly.

Related Issues / Discussions

See discussion here https://discord.com/channels/1020123559063990373/1233408559065206865

QA Instructions

@dunkeroni I expect this commit to prevent invoke from launching, erroring on the problematic node you are working on.

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@github-actions github-actions bot added python PRs that change python files invocations PRs that change invocations labels Apr 27, 2024
they now require a valid output
@github-actions github-actions bot added the python-tests PRs that change python tests label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invocations PRs that change invocations python PRs that change python files python-tests PRs that change python tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants