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

Specified deprecation message #2788

Merged
merged 3 commits into from
Apr 23, 2022
Merged

Conversation

Lehmann-Fabian
Copy link
Contributor

As the pipeline fails if the DeprecationException is thrown, I specified the message accordingly.

Signed-off-by: Lehmann-Fabian <fabian.lehmann@informatik.hu-berlin.de>
@pditommaso
Copy link
Member

pditommaso commented Apr 23, 2022

Ok, thanks for pointing this out. I going to merge it. however recently the dsl2 preview mode has been removed therefore there's any more a difference between dsl2 and dsl2Final

boolean isDsl2() {
enable.dsl == 2
}
boolean isDsl2Final() {
enable.dsl == 2
}

I'm going to adapt the corresponding error message

@pditommaso pditommaso merged commit 720a84d into nextflow-io:master Apr 23, 2022
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.

None yet

2 participants