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

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

bug#45783: closed ([PATCH] doc: Update guidance about Rust package namei


From: GNU bug Tracking System
Subject: bug#45783: closed ([PATCH] doc: Update guidance about Rust package nameing.)
Date: Fri, 29 Jan 2021 21:53:02 +0000

Your message dated Fri, 29 Jan 2021 22:52:49 +0100
with message-id <84a70fc5-bfac-f533-f029-03bd6d440bb8@crazy-compilers.com>
and subject line Re: bug#45783: Acknowledgement ([PATCH] doc: Update guidance 
about Rust package nameing.)
has caused the debbugs.gnu.org bug report #45783,
regarding [PATCH] doc: Update guidance about Rust package nameing.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45783: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45783
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Update guidance about Rust package nameing. Date: Mon, 11 Jan 2021 15:33:49 +0100
* doc/contributing.texi (Rust Crates): Explain versions suffix based on
  packages version and Crate "caret" versioning.
---
 doc/contributing.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index d0ab08336a..b76f118369 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -802,10 +802,10 @@ To prevent namespace collisions we prefix all other Rust 
packages with the
 dashes should remain in place.
 
 In the rust ecosystem it is common for multiple incompatible versions of a
-package to be used at any given time, so all packages should have a versioned
-suffix.  If a package has passed version 1.0.0 then just the major version
-number is sufficient (e.g.@: @code{rust-clap-2}), otherwise the version suffix
-should contain both the major and minor version (e.g.@: @code{rust-rand-0.6}).
+package to be used at any given time, so all package definitions should have a
+versioned suffix.  The versioned suffix is the left-most non-zero digit (and
+any leading zeros, of course).  This follows the ``caret'' version scheme
+intended by Cargo.  Examples@: @code{rust-clap-2}, @code{rust-rand-0.6}.
 
 Because of the difficulty in reusing rust packages as pre-compiled inputs for
 other packages the Cargo build system (@pxref{Build Systems,
-- 
2.21.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#45783: Acknowledgement ([PATCH] doc: Update guidance about Rust package nameing.) Date: Fri, 29 Jan 2021 22:52:49 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
pushed as 784048c27b90e32814f6d06363f94fb3f9bf0a6d


--- End Message ---

reply via email to

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