Skip to content

Fix typo in task config eval#6392

Merged
bentsherman merged 1 commit intomasterfrom
fix-task-eval-error
Sep 9, 2025
Merged

Fix typo in task config eval#6392
bentsherman merged 1 commit intomasterfrom
fix-task-eval-error

Conversation

@bentsherman
Copy link
Member

Close #6390

Property expressions like task.ext.args.foo.bar cause an IllegalArgumentException when computing the task hash, due to a typo in TaskConfig::eval0() which causes the correct branch to be skipped.

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman bentsherman requested a review from jorgee September 9, 2025 16:21
@netlify
Copy link

netlify bot commented Sep 9, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 6f5861a
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/68c0540ce5359c000845a467

@bentsherman bentsherman merged commit e60978f into master Sep 9, 2025
23 checks passed
@bentsherman bentsherman deleted the fix-task-eval-error branch September 9, 2025 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accessing task.ext.args?.<field> results in IllegalArgumentException

2 participants