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

Process script errors should not be ignored #119

Closed
pditommaso opened this issue Mar 15, 2016 · 0 comments
Closed

Process script errors should not be ignored #119

pditommaso opened this issue Mar 15, 2016 · 0 comments
Milestone

Comments

@pditommaso
Copy link
Member

When a process script contains a syntax error or a missing variable, the process execution must stop even when errorStrategy is set to ignore.

For example, given:

process foo {
  errorStrategy 'ignore'
  """
  echo ${$ciao}
  """
}

It will print the following message, instead of stopping the execution

WARN: Error running process > Process `null` script contains error(s) -- error is ignored
@pditommaso pditommaso changed the title Process script errors should not be ignored in any case Process script errors should not be ignored Mar 15, 2016
@pditommaso pditommaso added this to the v0.18.0 milestone Mar 31, 2016
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

No branches or pull requests

1 participant