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

Bug#995763: marked as done (ITP: golang-github-coreos-go-json -- Modified version of go's encoding/json library which allows decoding to a Node struct with offset information)



Your message dated Fri, 05 Nov 2021 23:00:14 +0000
with message-id <E1mj8By-0006ac-RT@fasolo.debian.org>
and subject line Bug#995763: fixed in golang-github-coreos-go-json 0.0~git20200220.5ae6071-1
has caused the Debian Bug report #995763,
regarding ITP: golang-github-coreos-go-json -- Modified version of go's encoding/json library which allows decoding to a Node struct with offset information
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
995763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995763
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Dominik George <natureshadow@debian.org>

* Package name    : golang-github-coreos-go-json
  Version         : 0.0~git20200220.5ae6071-1
  Upstream Author : CoreOS
* URL             : https://github.com/coreos/go-json
* License         : TODO
  Programming Lang: Go
  Description     : Modified version of go's encoding/json library which allows decoding to a Node struct with offset information

 This is a fork of go's encoding/json library. It adds the a third target for unmarshalling, json.Node.
 Unmarshalling to a Node behaves similarilarly to unmarshalling to an interface{}, except it also records
 the offsets for the start and end of the value that was unmarshalled and, if the value was part of a json
 object, it also records the offsets of the start and end of the object's key. The Value field of the Node
 will be unmarshalled to the same types as if it were an interface{}, except in the case of arrays and
 objects. In those case it will be unmarshalled to a []Node or map[string]Node instead []interface{} or
 map[string]interface{} for arrays and objects, respectively.


(Maybe) needed for ignition, but clarifying upstream whether this fork is
really still needed.

--- End Message ---
--- Begin Message ---
Source: golang-github-coreos-go-json
Source-Version: 0.0~git20200220.5ae6071-1
Done: Dominik George <natureshadow@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-coreos-go-json, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 995763@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominik George <natureshadow@debian.org> (supplier of updated golang-github-coreos-go-json package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Oct 2021 12:34:34 +0200
Source: golang-github-coreos-go-json
Binary: golang-github-coreos-go-json-dev
Architecture: source all
Version: 0.0~git20200220.5ae6071-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By: Dominik George <natureshadow@debian.org>
Description:
 golang-github-coreos-go-json-dev - Go's encoding/json library plus Node struct support (library)
Closes: 995763
Changes:
 golang-github-coreos-go-json (0.0~git20200220.5ae6071-1) unstable; urgency=medium
 .
   * Initial release (Closes: #995763)
Checksums-Sha1:
 306543e21aee5211b8c858f1022dee328948073c 1831 golang-github-coreos-go-json_0.0~git20200220.5ae6071-1.dsc
 bfd2e0f181ac218a84a7ed9d463f1b69473f1cd8 161996 golang-github-coreos-go-json_0.0~git20200220.5ae6071.orig.tar.xz
 3599adb28be6546950e4dd273c96babd951fe3c2 3484 golang-github-coreos-go-json_0.0~git20200220.5ae6071-1.debian.tar.xz
 0322bcf511e79799f5cc4a9a2fc00a6acb0582bd 164696 golang-github-coreos-go-json-dev_0.0~git20200220.5ae6071-1_all.deb
 b273fceb216f7f6d994324e5534ff0a837424598 5984 golang-github-coreos-go-json_0.0~git20200220.5ae6071-1_amd64.buildinfo
Checksums-Sha256:
 42e433ddcc2b842838a55fe39fe9891702e8f79b32ed5a5456cdb5303851e955 1831 golang-github-coreos-go-json_0.0~git20200220.5ae6071-1.dsc
 aa0a356fe672b93bfc682b41aaeca911f78ccbf2254c2e4a1418a2ed7131ea50 161996 golang-github-coreos-go-json_0.0~git20200220.5ae6071.orig.tar.xz
 3f886fa1a898fed9c27ef26fd0bb76614506c7b6801c39774ec2efc91422f508 3484 golang-github-coreos-go-json_0.0~git20200220.5ae6071-1.debian.tar.xz
 cada604e79f862389489b7771cda59b5636b1176d0f3e80e2e2b049cbbe50deb 164696 golang-github-coreos-go-json-dev_0.0~git20200220.5ae6071-1_all.deb
 ade917a0b5c4388b48103e038617ec085cf7d9d2ecf9d621da054b4ec9d452b3 5984 golang-github-coreos-go-json_0.0~git20200220.5ae6071-1_amd64.buildinfo
Files:
 452e033d1f6080bd5ff672779fd86330 1831 golang optional golang-github-coreos-go-json_0.0~git20200220.5ae6071-1.dsc
 52982eb75a23ccbe6d0fa0321debf3f5 161996 golang optional golang-github-coreos-go-json_0.0~git20200220.5ae6071.orig.tar.xz
 df5414bf35bf5062c12c40d546b1d134 3484 golang optional golang-github-coreos-go-json_0.0~git20200220.5ae6071-1.debian.tar.xz
 8f2c206be1ab57d3c2ce712f69ce35bc 164696 golang optional golang-github-coreos-go-json-dev_0.0~git20200220.5ae6071-1_all.deb
 fd805f68932d6c621eee55de1f7a32f1 5984 golang optional golang-github-coreos-go-json_0.0~git20200220.5ae6071-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iKcEARYKAE8WIQSk6zxRYJYchegBkTEK5VTlRg4b3QUCYV1qxjEaaHR0cHM6Ly93
d3cuZG9taW5pay1nZW9yZ2UuZGUvZ3BnLXBvbGljeS50eHQuYXNjAAoJEArlVOVG
DhvdhNMA/3DNjoqDPJMsaZ8z899a41mOUYiZuS7oqrUz0IBRyTIOAP9IdbV0S1ZH
9czQmB953OU/IiZILH8IlKy6NFR9m+aTDQ==
=NvXf
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: