discussion and development of Emacs Snakemake mode
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Switch to Transient
@ 2022-02-22  3:02 Kyle Meyer
  2022-02-22  3:02 ` [PATCH 1/3] Rewrite snakemake-popup as a transient Kyle Meyer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kyle Meyer @ 2022-02-22  3:02 UTC (permalink / raw)
  To: snakemake-mode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-22  3:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  3:02 [PATCH 0/3] Switch to Transient Kyle Meyer
2022-02-22  3:02 ` [PATCH 1/3] Rewrite snakemake-popup as a transient Kyle Meyer
2022-02-22  3:02 ` [PATCH 2/3] transient: Replace --jobs with --cores Kyle Meyer
2022-02-22  3:02 ` [PATCH 3/3] transient: Use --cores=all by default Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.kyleam.com/snakemake-mode/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).