-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Generate parser from cwltool
extensions
#337
Conversation
9e78174
to
8d26f8f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #337 +/- ##
==========================================
+ Coverage 32.70% 33.30% +0.60%
==========================================
Files 29 29
Lines 31867 34864 +2997
Branches 8672 9396 +724
==========================================
+ Hits 10421 11613 +1192
- Misses 19024 20615 +1591
- Partials 2422 2636 +214 ☔ View full report in Codecov by Sentry. |
8d26f8f
to
e427d92
Compare
6622170
to
453e14d
Compare
ba5d6db
to
794b93d
Compare
This version works with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Can you open PRs to the codegen branches of https://github.com/common-workflow-language/cwl-v1.2 etc. to add the extensions there?
Hi @mr-c, I just did it. Would you like to release |
This commit fixes #309 by generating the Python CWL parsers directly from the `codegen` branch of cwltool, including all the cwltool extensions in the parsers logic.
604574c
to
eadbda1
Compare
1f9362d
to
65d4b81
Compare
65d4b81
to
5cb0a70
Compare
This commit fixes #309 by generating the Python CWL parsers directly from the
codegen
branch of cwltool, including all the cwltool extensions in the parsers logic.