emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40301: closed ([PATCH] gnu: Add emacs-psc-ide.)


From: GNU bug Tracking System
Subject: bug#40301: closed ([PATCH] gnu: Add emacs-psc-ide.)
Date: Sun, 12 Apr 2020 09:05:01 +0000

Your message dated Sun, 12 Apr 2020 11:04:08 +0200
with message-id <address@hidden>
and subject line Re: [bug#40301] [PATCH] Fixed some issues with the patches.
has caused the debbugs.gnu.org bug report #40301,
regarding [PATCH] gnu: Add emacs-psc-ide.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40301: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40301
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-psc-ide. Date: Sat, 28 Mar 2020 18:11:01 -0700
Hi Guix,

psd-ide is an indispensable part of my PureScript workflow.

Thanks!

John

Attachment: 0001-gnu-Add-emacs-psc-ide.patch
Description: add emacs-psc-ide


--- End Message ---
--- Begin Message --- Subject: Re: [bug#40301] [PATCH] Fixed some issues with the patches. Date: Sun, 12 Apr 2020 11:04:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

John Soo <address@hidden> writes:

> Ok I added the revision and the commit and used git-version and
> git-file-name. As an aside, what does the revision mean? Maybe if I
> really understand it I can submit better patches in the future.

If there is no proper versioning for the package (e.g., no releases, or
version strings hidden in a source file), we have to rely on commit
hashes. But commit hashes are not monotonic. So, if you package, e.g.,
"emacs-psc-ide" with commit "bbbb", and later, update it to include
latest commit "aaaa", you have, from Guix's point of view, downgraded
the package, even though "aaaa" is more advanced than "bbbb".

The revision number solves that. Each time you update the commit
message, you increase the revision number, so you releases are
monotonic. E.g., your first package will be "emacs-psc-ide-1-bbbb", and
the other "emacs-psc-ide-2-aaaa".

> Subject: [PATCH] gnu: Add emacs-psc-ide.
>
> * gnu/packages/emacs-xyz.scm (emacs-psc-ide): New variable.

Thank you. Applied as 8a00a2202ef2a0a0173e17479359370f5656ecd0.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]