GNU bug report logs -
#43208
[PATCH] gnu: emacs-ess: Update to 18.10.2-0.24da603.
Previous Next
Reported by: Tim Howes <timhowes <at> lavabit.com>
Date: Fri, 4 Sep 2020 23:51:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Tim Howes via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/statistics.scm (emacs-ess): Update to 20200903.1516.
> [version]: Use latest commit, assign version based on commit date.
> [source]: Fix snippet for removing julia-mode. Remove snippet to modify
> roxy-preview-Rd-test. Add snippet to modify r-help-mode test. Add
> snippet to fix install target to install files to correct directories.
> [arguments]: Add flag to specify INFODIR. Remove patch modifying
> SHELL.
Thank you.
> This updates emacs-ess to the current version on github and resolves
> bugs #43093 and #42259.
>
> gnu/packages/statistics.scm | 43 ++++++++++++++++---------------------
> 1 file changed, 19 insertions(+), 24 deletions(-)
>
> diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
> index c1cefa8c41..aa14e2887f 100644
> --- a/gnu/packages/statistics.scm
> +++ b/gnu/packages/statistics.scm
> @@ -5805,29 +5805,24 @@ Java package that provides routines for various statistical distributions.")
> (define-public emacs-ess
> (package
> (name "emacs-ess")
> - (version "18.10.2")
> + ;; Use version number based on commit date and time (UTC), similar to melpa.
> + (version "20200903.1516")
I don't think this numbering is great because it makes it difficult to
switch to the official one once it is increased. Usually, we add
a revision number to the version, see, e.g., emacs-ansi.
Otherwise, LGTM.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 237 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.