Skip to content

Commit d5fb794

Browse files
stxue1claymcleodjdidionadamnovak
committed
fix: fixes several issues with tests within the specification
This commit fixes multiple issues in the `v1.1.*` specification. Many (if not all) of the tests were surfaced and reported by @stxue1. The fixes for these tests were a combination of effort from @stxue1 and @jdidion. @adamnovak added feedback on the PR that further refined the tests. @claymcleod did the final review and merge of the pull request in #669. Closes #653. Closes #654. Closes #661. Closes #662. Closes #663. Closes #664. Closes #665. Closes #666. Closes #667. Closes #668. Co-authored-by: Clay McLeod <[email protected]> Co-authored-by: John Didion <[email protected]> Co-authored-by: Adam Novak <[email protected]>
1 parent 9c0b9cf commit d5fb794

File tree

3 files changed

+156
-123
lines changed

3 files changed

+156
-123
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ version development
4242
consist of multiple files.
4343
[PR 241](https://github.com/openwdl/wdl/pull/241) by @cjllanwarne.
4444

45+
version 1.1.3
46+
---------------------------
47+
48+
* Fix issues with examples (#653, #654, #661, #662, #663, #664, #665, #666, #668, #671). Thanks to @stxue1!
49+
* Clarify that a file is not required to exist or be accessible until and unless it is accessed.
50+
4551
version 1.1.2
4652
---------------------------
4753

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The WDL *language* has a two-number version (e.g., `1.1`).
1414
An increase in the minor (second) version number (e.g., `1.0` to `1.1`) indicates the addition of, or non-breaking changes to, the language or standard library functions.
1515
An increase in the major (first) version number (e.g., `1.0` to `2.0`) indicates that breaking changes have been made.
1616

17-
The WDL *specification* has a three-number version (e.g., `1.1.2`).
17+
The WDL *specification* has a three-number version (e.g., `1.1.3`).
1818
The specification version tracks the language version, but there may also be patch releases (indicated by a change to the patch, or third, version number) that include fixes for typos, additional examples, or non-breaking clarifications of ambiguous language.
1919

2020
## Language Specifications

0 commit comments

Comments
 (0)