From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:203:b4db::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id iKdKNTNSFGJSNgAAsNZ9tg (envelope-from ); Tue, 22 Feb 2022 03:02:11 +0000 Received: from out0.migadu.com ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gPDOMzNSFGKzGgAA9RJhRA (envelope-from ); Tue, 22 Feb 2022 04:02:11 +0100 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1645498931; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=C+V/iXCR9JlHgXJ4jCU2OEqb+M5PGWOwj3e1N+HQ/2U=; b=FHin06sZT+cvzkHHjbaQamAdE3ntXvXibYYAGwyLakibOorqk6K091Glx/E0rn7XFW3ypz Nm3YX/ruGxMKUsF2KOmIdT4Oulmu+uhvIdZon7V/Tut5eJsr+nuK0sGl30Z2Ls7623IwyK 4Jo7rROFM0GfIrruqBAaB/wJs0DZN3eCeDoLb3tGRRg4Mzw7Ef6zCAMF8Os1O6RlKg0Q34 v2bnUvrJuow4LijBtU6TtD+obP6svTbUQ/wDuQekA/hzH6aGcNdWvePiEpFsu3C8INNUEd b9BMxqheMCG4UP4iB0Wz/7woIUqbdeHfEgEEfvwS5vRlQEqEUBjzkUHiUUF3NQ== From: Kyle Meyer To: snakemake-mode@inbox.kyleam.com Subject: [PATCH 0/3] Switch to Transient Date: Mon, 21 Feb 2022 22:02:04 -0500 Message-Id: <20220222030207.204401-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com X-TUID: 3JVh/MeLyaJg The first patch makes the long overdue switch from Magit Popup to Transient. While working on that, I realized that the --jobs argument is now out of date. The second and third patches deal with that. [1/3] Rewrite snakemake-popup as a transient [2/3] transient: Replace --jobs with --cores [3/3] transient: Use --cores=all by default .github/workflows/test.yml | 6 +-- Makefile | 2 +- NEWS | 8 ++++ README | 7 +-- snakemake-mode.el | 2 +- snakemake.el | 91 ++++++++++++++++++++++---------------- 6 files changed, 69 insertions(+), 47 deletions(-) base-commit: 8684b45cf53e403c7b0ebf31d899aa239a821f45 -- 2.34.0