GNU bug report logs - #29910
minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax

Previous Next

Package: guile;

Reported by: Matt Wette <matt.wette <at> gmail.com>

Date: Sat, 30 Dec 2017 17:52:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29910 in the body.
You can then email your comments to 29910 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#29910; Package guile. (Sat, 30 Dec 2017 17:52:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matt Wette <matt.wette <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sat, 30 Dec 2017 17:52:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax
Date: Sat, 30 Dec 2017 09:50:56 -0800
[Message part 1 (text/plain, inline)]
patch is with respect to  guile-2.2.2, in doc/ref

I believe #u8(0 1 2) is U8 array not U32.


--- api-data.texi.orig	2017-12-30 09:47:17.000000000 -0800
+++ api-data.texi	2017-12-30 09:47:49.000000000 -0800
@@ -7261,7 +7261,7 @@
 is a non-uniform array of rank 2; a 2 <at> cross{}3 matrix with index ranges 0..1
 and 0..2.
 
-@item #u32(0 1 2)
+@item #u8(0 1 2)
 is a uniform u8 array of rank 1.
 
 @item #2u32@@2@@3((1 2) (2 3))

[Message part 2 (text/html, inline)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Fri, 16 Feb 2018 13:28:02 GMT) Full text and rfc822 format available.

Notification sent to Matt Wette <matt.wette <at> gmail.com>:
bug acknowledged by developer. (Fri, 16 Feb 2018 13:28:02 GMT) Full text and rfc822 format available.

Message #10 received at 29910-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Matt Wette <matt.wette <at> gmail.com>
Cc: 29910-done <at> debbugs.gnu.org
Subject: Re: bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal
 array syntax
Date: Fri, 16 Feb 2018 14:27:50 +0100
Matt Wette <matt.wette <at> gmail.com> skribis:

> patch is with respect to  guile-2.2.2, in doc/ref
>
> I believe #u8(0 1 2) is U8 array not U32.
>
>
> --- api-data.texi.orig	2017-12-30 09:47:17.000000000 -0800
> +++ api-data.texi	2017-12-30 09:47:49.000000000 -0800
> @@ -7261,7 +7261,7 @@
>  is a non-uniform array of rank 2; a 2 <at> cross{}3 matrix with index ranges 0..1
>  and 0..2.
>  
> -@item #u32(0 1 2)
> +@item #u8(0 1 2)
>  is a uniform u8 array of rank 1.
>  
>  @item #2u32@@2@@3((1 2) (2 3))

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 17 Mar 2018 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.