From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 02/86] gnu: Add rust-spin. Date: Wed, 4 Jan 2017 01:21:34 +0100 Message-ID: <20170104012134.2b726789@scratchpost.org> References: <20170103233642.3181-1-ng0@libertad.pw> <20170103233642.3181-3-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOZKq-00023Z-GT for guix-devel@gnu.org; Tue, 03 Jan 2017 19:21:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOZKl-0006Bf-GB for guix-devel@gnu.org; Tue, 03 Jan 2017 19:21:44 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:45632) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOZKl-0006Am-AX for guix-devel@gnu.org; Tue, 03 Jan 2017 19:21:39 -0500 In-Reply-To: <20170103233642.3181-3-ng0@libertad.pw> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org >+ (synopsis "Spin is a library which implements a simple spinlock") Just (synopsis "Simple spinlock") is enough. Maybe mention Rust? What do you think? > + "Synchronization primitives based on spinning. They may contain > +data, they are usable without `std` and static initializers are > +available.") What does the weird quote (`) mean here? I'd write @code{std} Otherwise OK!