Skip to content

Conversation

GlassOfWhiskey
Copy link
Collaborator

This commit generates a cwl_v1_3 parser with Schema SALAD, updates the utility functions to correctly handle the new version, and adds some tests to confirm that the new codes behaves correctly.

@GlassOfWhiskey GlassOfWhiskey force-pushed the cwl-v1.3 branch 5 times, most recently from b4f7a82 to ed5ab08 Compare September 9, 2025 16:34
@GlassOfWhiskey GlassOfWhiskey changed the title Prepare for CWL v1.3 [DO_NOT_MERGE] Prepare for CWL v1.3 Sep 9, 2025
@GlassOfWhiskey
Copy link
Collaborator Author

This PR should be merged only when CWL v1.3 is officially released. However, CWL implementers can refer to this branch for testing their compatibility with CWL v1.3 in advance using the provided parser and utils.

Copy link

codecov bot commented Sep 9, 2025

Codecov Report

❌ Patch coverage is 41.28843% with 802 lines in your changes missing coverage. Please review.
✅ Project coverage is 33.12%. Comparing base (18a3e76) to head (420c753).

Files with missing lines Patch % Lines
cwl_utils/cwl_v1_3_expression_refactor.py 29.24% 603 Missing and 84 partials ⚠️
cwl_utils/parser/cwl_v1_3_utils.py 69.47% 68 Missing and 37 partials ⚠️
cwl_utils/parser/utils.py 55.00% 2 Missing and 7 partials ⚠️
cwl_utils/parser/__init__.py 95.23% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #370      +/-   ##
==========================================
- Coverage   34.56%   33.12%   -1.45%     
==========================================
  Files          30       33       +3     
  Lines       35382    47225   +11843     
  Branches     9555    12772    +3217     
==========================================
+ Hits        12231    15643    +3412     
- Misses      20266    27955    +7689     
- Partials     2885     3627     +742     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@GlassOfWhiskey GlassOfWhiskey force-pushed the cwl-v1.3 branch 7 times, most recently from 4b4f230 to 19dfedb Compare September 9, 2025 19:54
This commit generates a `cwl_v1_3` parser with Schema SALAD, updates the
utility functions to correctly handle the new version, and adds some
tests to confirm that the new codes behaves correctly.
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.

1 participant