From 7362ecce2b9b29d93dcc2119bbdeb0800d6a2b86 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 22 Feb 2022 20:43:59 -0500 Subject: Delete snakemake-compile compatibility alias --- NEWS | 3 +++ snakemake.el | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7c7ea07..92bac63 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,9 @@ NEWS -- history of user-visible changes -*- mode: org; -*- v6.15.0), 'handover' (new in Snakemake v6.2.0), 'name' (new in Snakemake v5.31.0), and 'notebook' (new in Snakemake v5.10.0). +- The ~snakemake-compile~ command, marked obsolete in v1.2.0 in favor + of ~snakemake-build~, has been removed. + * v1.8.0 - Additional Snakemake keywords are now recognized: 'envmodules' (new diff --git a/snakemake.el b/snakemake.el index 98467ce..343a329 100644 --- a/snakemake.el +++ b/snakemake.el @@ -724,8 +724,6 @@ $ snakemake [ARGS] -- " (compilation-read-command t)) (call-interactively #'compile))))) -(define-obsolete-function-alias 'snakemake-compile 'snakemake-build "1.2.0") - (transient-define-argument snakemake:--allowed-rules () :description "Allowed rules" :class 'transient-option -- cgit v1.2.3