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

AnyOf/ AllOf script block depreciation #2534

Open
BernieWhite opened this issue Sep 9, 2024 · 0 comments
Open

AnyOf/ AllOf script block depreciation #2534

BernieWhite opened this issue Sep 9, 2024 · 0 comments
Labels
breaking-change Changes that affect existing functionality deprecation Clean up deprecated functionality
Milestone

Comments

@BernieWhite
Copy link
Member

Use of the AnyOf script block keywords doesn't fail fast. All instructions are executed which can lead to unexpected executions when they do not OR.

Also, script block keywords are duplicated with $Assert methods, which provide more flexibility and closer alignment with YAML/ JSON syntax.

@BernieWhite BernieWhite added deprecation Clean up deprecated functionality breaking-change Changes that affect existing functionality labels Sep 9, 2024
@BernieWhite BernieWhite added this to the v4.0.0 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Changes that affect existing functionality deprecation Clean up deprecated functionality
Projects
None yet
Development

No branches or pull requests

1 participant