From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1763600720; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Qtz+tKqv/DyWjPJkF5hsUal+oov4fYCPLRvRXoX4eOo=; b=L+htKnV+cGy8zaSQeCcYR6ekYBHKpdJs/InTzG+YisFgw0jyVJRxWDs1MMmBKAQQgklfxJ DVNwNvZvO9MG2CRt2Lv0bajgctJc8ILvj9HDMugKAvKGx8iX1WDzRIxqigBCZiWmoJea2n dafG4OzSWvMhCYGAPI++lCXETrS+4OzgQZ3O4ukQ9zPh19gkTssfSIkob4bVH3oaoGq0dl QzBUkMoSMlyJFWUXraoeeYvwsBORprX77BqTA37p05pGvOIbCdVXnU/Om9hDV5IMOS9Dsg zBFFAl4y4MWO953or1nhvD2TyFyooNu5i2hDlpaiugAv+FIwPvoGwAAeIMeDhg== Received: from localhost ( [192.168.2.1]) by mugam.systemreboot.net (OpenSMTPD) with ESMTPSA id c72d680e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 20 Nov 2025 01:05:19 +0000 (UTC) From: Arun Isaac To: run64@systemreboot.net, guile-user@gnu.org Subject: First release of run64 Date: Thu, 20 Nov 2025 01:05:18 +0000 Message-ID: <87ms4hecoh.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: Hello everyone, I am pleased to announce the first release of run64! run64 is a SRFI-64 runner. It generates pretty, readable, colorful output featuring clear diffs between expected and actual values. run64 is meant to work with a SRFI-64 implementation, and is not a SRFI-64 implementation in itself. When hacking on Guile projects, I found myself re-inventing auxiliary scripts to present test results. Meanwhile, in Python land, they have beautiful tooling like pytest. Schemers deserve good tooling too! So, here we are. Website: https://forge.systemreboot.net/run64/ Release: https://forge.systemreboot.net/run64/releases/run64-0.1.0.tar.lz GPG Signature: https://forge.systemreboot.net/run64/releases/run64-0.1.0.tar.lz.asc Signing key: https://systemreboot.net/about/arunisaac.pub run64 is packaged for Guix. If you are on a recent enough Guix, you can drop into a shell with `guix shell guile guile-run64'. Hope you find it useful! Patches welcome: please mail them to run64@systemreboot.net Regards, Arun