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

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

bug#46234: closed ([PATCH] Add new gopkg.in/yaml.v3)


From: GNU bug Tracking System
Subject: bug#46234: closed ([PATCH] Add new gopkg.in/yaml.v3)
Date: Tue, 22 Jun 2021 08:54:02 +0000

Your message dated Tue, 22 Jun 2021 10:53:48 +0200
with message-id <87r1gugu03.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46234] [PATCH] Add new gopkg.in/yaml.v3
has caused the debbugs.gnu.org bug report #46234,
regarding [PATCH] Add new gopkg.in/yaml.v3
to be marked as done.

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


-- 
46234: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46234
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add new gopkg.in/yaml.v3 Date: Mon, 1 Feb 2021 12:46:50 +0000
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

Attachment: 0001-gnu-Add-gopkg.in-yaml.v3.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#46234] [PATCH] Add new gopkg.in/yaml.v3 Date: Tue, 22 Jun 2021 10:53:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Sharlatan Hellseher <sharlatanus@gmail.com> writes:

Thank you for the patch, and thanks Xinglu for the review.

I applied your patch with the following changes:

> gnu: Add gopkg.in/yaml.v3

I added a final full stop.


> +        (uri (git-reference
> +               (url "https://gopkg.in/yaml.v3.git";)

I removed the ".git" suffix.

> +    (description
> +     "This package provides a Go library for encode and decode YAML
> +values.
> +
> +v3 specification difference:
> +@itemize
> +@item YAML 1.1 bools (yes/no, on/off) are supported as long as they are
> +being decoded into a typed bool value.  Otherwise they behave as a string.
> +Booleans in YAML 1.2 are true/false only.
> +
> +@item Octals encode and decode as 0777 per YAML 1.1, rather than 0o777 as
> +specified in YAML 1.2, because most parsers still use the old format.  
> Octals in
> +the 0o777 format are supported though, so new files work.
> +
> +@item Does not support base-60 floats.  These are gone from YAML 1.2, and 
> were
> +actually never supported by this package as it's clearly a poor choice.
> +@end itemize")

I shortened the description.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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