From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55949) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3pIZ-0000bX-VP for gwl-devel@gnu.org; Mon, 17 Feb 2020 17:55:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3pIX-0000vZ-K8 for gwl-devel@gnu.org; Mon, 17 Feb 2020 17:55:30 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3pIW-0000uF-PJ for gwl-devel@gnu.org; Mon, 17 Feb 2020 17:55:29 -0500 References: <87blpxo7p9.fsf@jlicht.xyz> <875zg5mgzr.fsf@elephly.net> <874kvpmeq2.fsf@elephly.net> <878sl1nk0c.fsf@jlicht.xyz> <8736b9m1nc.fsf@elephly.net> From: Ricardo Wurmus Subject: Re: How to get started using GWL 0.2.0 In-reply-to: <8736b9m1nc.fsf@elephly.net> Date: Mon, 17 Feb 2020 23:55:20 +0100 Message-ID: <87v9o4lt7r.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gwl-devel-bounces+kyle=kyleam.com@gnu.org Sender: "gwl-devel" To: Jelle Licht Cc: gwl-devel@gnu.org Ricardo Wurmus writes: > Jelle Licht writes: > >> Ricardo Wurmus writes: >> >>> Ricardo Wurmus writes: >>> >>> [...] >>> I fixed the bug locally, but I want to add a few more tests for that >>> part of the code before pushing it. >> >> I'd still like to play around with any (temporary) workaround you might >> have. Would you be willing share it as a patch that I can apply locally? > > Oh, certainly. The reason for the bug is that I didn=E2=80=99t bother te= sting > workflows without any inputs. The temporary workaround is to add an > input, even if you aren=E2=80=99t using it: > > --8<---------------cut here---------------start------------->8--- > process hello-world > inputs "/tmp" > # { echo "Hello, world!" } > > workflow do-the-thing > processes hello-world > --8<---------------cut here---------------end--------------->8--- > > Sorry about this! This is now fixed in commit 6d050d9937f4a454b5e051640a8831fb5035c758. Still working on extending the test suite=E2=80=A6 --=20 Ricardo