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

cwljava: refresh with latest schema-salad & proposed CWL v1.2.1 changes #45

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mr-c
Copy link
Contributor

@mr-c mr-c commented Sep 1, 2022

  • SavableSaveable typo fix changes some class names
  • default field type is now explicitly including File and Directory alongside Any
  • hints is now defined as any of the known requirements, or Any (should be a nice simplification)
  • the refscope for workflow outputSource was corrected from 0 to 1

@mr-c mr-c force-pushed the cwljava_update_20220901 branch from 63b5023 to 79064d8 Compare September 1, 2022 10:38
@mr-c
Copy link
Contributor Author

mr-c commented Sep 1, 2022

Okay, so common-workflow-language/cwljava@476b0c0 is a breaking change ; but a necessary change.

Can I get some help fixing things here in scala?

I checked the "allow edits by maintainers"; or feel free to make a PR to this PR, or your own PR directly

@mr-c
Copy link
Contributor Author

mr-c commented Jul 19, 2024

Ping :-)

It would be nice to get this merged now, so when CWL v1.3 comes (which is under development and features workflow-level loops), then the upgrade will be easier

mr-c added 2 commits July 19, 2024 07:48
- `Savable` → `Saveable` typo fix changes some class names
- `default` field type is now explicitly including `File` and `Directory` alongside `Any`
- `hints` is now defined as any of the known requirements, or `Any` (should be a nice simplification)
- the refscope for workflow `outputSource` was corrected from 0 to 1
@mr-c mr-c force-pushed the cwljava_update_20220901 branch from 79064d8 to 335d3d5 Compare July 19, 2024 11:48
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