<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ccwl/tests, branch main</title>
<subtitle>Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)</subtitle>
<id>http://git.systemreboot.net/ccwl/atom?h=main</id>
<link rel='self' href='http://git.systemreboot.net/ccwl/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/'/>
<updated>2026-07-01T22:14:41+00:00</updated>
<entry>
<title>tests: Simplify external CWL workflow relative path test.</title>
<updated>2026-07-01T22:14:41+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-07-01T13:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=17f98d56973506fad6e7a75c4458464658b4e03e'/>
<id>urn:sha1:17f98d56973506fad6e7a75c4458464658b4e03e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ccwl: Resolve cwl-workflow paths relative to source file path.</title>
<updated>2026-07-01T22:14:41+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-07-01T13:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=1578e7df972b61e8ece643dc9109492436e711f8'/>
<id>urn:sha1:1578e7df972b61e8ece643dc9109492436e711f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>utils: Add resolve-file-syntax.</title>
<updated>2026-07-01T22:14:41+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-07-01T13:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=3e08dff9ba19a46c61e1b0782834865b5cc4c31f'/>
<id>urn:sha1:3e08dff9ba19a46c61e1b0782834865b5cc4c31f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lang: Raise &amp;ccwl-violation when loading non-existent source files.</title>
<updated>2026-06-26T00:39:25+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-06-25T16:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=7db773fdb71b15353e9c15c908867d308b887a7b'/>
<id>urn:sha1:7db773fdb71b15353e9c15c908867d308b887a7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Spin off test-condition to new test utilities module.</title>
<updated>2026-06-25T23:50:45+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-06-25T15:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=3c4a04a11589c630a9601ecc3ed418424724eb1e'/>
<id>urn:sha1:3c4a04a11589c630a9601ecc3ed418424724eb1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Reference external CWL workflow by relative path.</title>
<updated>2026-06-25T23:50:39+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-06-25T14:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=1e126d7c7a4cb661b87a920f80e2818e3bb881e3'/>
<id>urn:sha1:1e126d7c7a4cb661b87a920f80e2818e3bb881e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ccwl: Error out if #:binding is specified on stdout type output.</title>
<updated>2026-06-24T21:31:25+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-06-24T21:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=c49dbef130f09667c619d1b7b77380aa53bae7e8'/>
<id>urn:sha1:c49dbef130f09667c619d1b7b77380aa53bae7e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Test for error on invalid #:separate flags.</title>
<updated>2026-06-24T21:09:44+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-06-24T21:09:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=4fd05cb575292ef82cdc463b9f7aa5842e2b023e'/>
<id>urn:sha1:4fd05cb575292ef82cdc463b9f7aa5842e2b023e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>utils: Drop support for #:allow-other-keys.</title>
<updated>2026-06-24T02:39:14+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-06-24T02:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=ae745a38b80ff1756360fe5b4f1de86f92628a4f'/>
<id>urn:sha1:ae745a38b80ff1756360fe5b4f1de86f92628a4f</id>
<content type='text'>
Drop support for #:allow-other-keys in lambda** and syntax-lambda**.
We do not use #:allow-other-keys anywhere; simplify by dropping it.
Modify behaviour with unknown keys thus: raise an
&amp;unrecognized-keyword-assertion, but continue evaluation as though
#:allow-other-keys was specified.
</content>
</entry>
<entry>
<title>tests: Compare syntax by converting to datum.</title>
<updated>2026-06-24T02:28:04+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2026-06-24T02:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/ccwl/commit/?id=de13d2faaa734e317add74af2ab0ddfe9b930b01'/>
<id>urn:sha1:de13d2faaa734e317add74af2ab0ddfe9b930b01</id>
<content type='text'>
</content>
</entry>
</feed>
