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

Fixing bug when execution with stub and no stub defined #5473

Conversation

jorgee
Copy link
Contributor

@jorgee jorgee commented Nov 5, 2024

When migrating resolve evaluation from TaskProcessor to TaskRun it was not checking if stub block was not defined.

Adding stub check and including the corresponding unit test.

@jorgee jorgee linked an issue Nov 5, 2024 that may be closed by this pull request
Copy link

netlify bot commented Nov 5, 2024

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 7a7e096
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/672a1ad7534c5d00085a0e88

@jorgee jorgee force-pushed the 5456-stub-flag-triggers-error-cannot-invoke-method-clone-on-null-object branch from f10fb20 to 47cad17 Compare November 5, 2024 12:40
@pditommaso pditommaso merged commit f7fd56d into master Nov 11, 2024
10 checks passed
@pditommaso pditommaso deleted the 5456-stub-flag-triggers-error-cannot-invoke-method-clone-on-null-object branch November 11, 2024 16:31
alberto-miranda pushed a commit to alberto-miranda/nextflow that referenced this pull request Nov 19, 2024
…5473)



Signed-off-by: jorgee <[email protected]>
Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Paolo Di Tommaso <[email protected]>
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.

-stub flag triggers error "Cannot invoke method clone() on null object"
2 participants