GNU bug report logs - #38174
[PATCH] nix: exceptions: Fix typo "referred".

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Tue, 12 Nov 2019 03:15:01 UTC

Severity: normal

Tags: patch

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

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 38174 in the body.
You can then email your comments to 38174 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 guix-patches <at> gnu.org:
bug#38174; Package guix-patches. (Tue, 12 Nov 2019 03:15:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vagrant Cascadian <vagrant <at> debian.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 12 Nov 2019 03:15:02 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> debian.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] nix: exceptions: Fix typo "referred".
Date: Mon, 11 Nov 2019 19:14:16 -0800
[Message part 1 (text/plain, inline)]
* nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
  (too_many_args): Fix typo.
---
 nix/boost/format/exceptions.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix/boost/format/exceptions.hpp b/nix/boost/format/exceptions.hpp
index 79e452449e..80da6d5718 100644
--- a/nix/boost/format/exceptions.hpp
+++ b/nix/boost/format/exceptions.hpp
@@ -59,7 +59,7 @@ public:
   virtual const char *what() const throw()
   {
     return "boost::too_few_args: "
-      "format-string refered to more arguments than were passed";
+      "format-string referred to more arguments than were passed";
   }
 };
 
@@ -70,7 +70,7 @@ public:
   virtual const char *what() const throw()
   {
     return "boost::too_many_args: "
-      "format-string refered to less arguments than were passed";
+      "format-string referred to less arguments than were passed";
   }
 };
 
-- 
2.20.1

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38174; Package guix-patches. (Wed, 13 Nov 2019 22:19:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 38174 <at> debbugs.gnu.org
Subject: Re: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
Date: Wed, 13 Nov 2019 23:18:30 +0100
Hi Vagrant,

Vagrant Cascadian <vagrant <at> debian.org> skribis:

> * nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
>   (too_many_args): Fix typo.

LGTM!

But note that this is actually a bundled subset of Boost (well, a tiny
subset).

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#38174; Package guix-patches. (Wed, 13 Nov 2019 22:35:01 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 38174 <at> debbugs.gnu.org
Subject: Re: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
Date: Wed, 13 Nov 2019 14:34:20 -0800
[Message part 1 (text/plain, inline)]
On 2019-11-13, Ludovic Courtès wrote:
> Vagrant Cascadian <vagrant <at> debian.org> skribis:
>
>> * nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
>>   (too_many_args): Fix typo.
>
> LGTM!
>
> But note that this is actually a bundled subset of Boost (well, a tiny
> subset).

Not sure where it should get pushed to; master, core-updates, staging?

I'd rather leave it to more proficient hands, at any rate. :)


live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38174; Package guix-patches. (Thu, 14 Nov 2019 21:13:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 38174 <at> debbugs.gnu.org
Subject: Re: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
Date: Thu, 14 Nov 2019 22:11:52 +0100
Vagrant Cascadian <vagrant <at> debian.org> skribis:

> On 2019-11-13, Ludovic Courtès wrote:
>> Vagrant Cascadian <vagrant <at> debian.org> skribis:
>>
>>> * nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
>>>   (too_many_args): Fix typo.
>>
>> LGTM!
>>
>> But note that this is actually a bundled subset of Boost (well, a tiny
>> subset).
>
> Not sure where it should get pushed to; master, core-updates, staging?

‘master’ is perfectly fine for such a change.

Thanks,
Ludo’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 25 Nov 2019 22:41:02 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> debian.org>:
bug acknowledged by developer. (Mon, 25 Nov 2019 22:41:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 38174-done <at> debbugs.gnu.org
Subject: Re: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
Date: Mon, 25 Nov 2019 23:40:08 +0100
Hi!

Vagrant Cascadian <vagrant <at> debian.org> skribis:

> * nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
>   (too_many_args): Fix typo.

Applied now, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 24 Dec 2019 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 125 days ago.

Previous Next


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