Skip to content

Conversation

@vsmalladi
Copy link
Collaborator

@vsmalladi vsmalladi commented Dec 19, 2025

Closes #24

@vsmalladi vsmalladi requested a review from claymcleod December 19, 2025 15:11
Updated the release date and added a note about the compliance suite.
This release includes several bug fixes, clarifications, and improvements to the testing infrastructure, such as fixing issues with testing examples and updating CI/CD pipelines.
@vsmalladi vsmalladi requested a review from patmagee January 10, 2026 18:53
* Call statements missing required inputs or `input:` keyword, violating WDL syntax.
* Python heredoc examples with indentation errors causing `IndentationError`.
* `read_json()` fails on Python-stringified output due to single quotes - fixed by ensuring valid JSON format.
* HISAT2 example uses unsupported `--sra-acc` option - fixed by updating to valid options.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we end up removing this example altogether? If so, no need to include this in either blog post.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya we did. I had it in there and tee'ed up before this so easy to remove.

* Fixed the unit test for `round()` to properly test for round-half-up behavior as described in the specification.

* **Specification Clarifications**:
* Clarified that a file is not required to exist or be accessible until and unless it is accessed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In WDL 1.2, we changed this to be when the statement is evaluated (not when it's accessed). So we should update the spec to match that so that there is no backwards incompatible changes between 1.1 and 1.2, and we should update this line item.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed I think i might have pulled the wrong changelog. I will double check.

@vsmalladi vsmalladi requested a review from claymcleod January 20, 2026 22:09
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.

New blog post for 1.1.3

3 participants