From owner-freebsd-net@freebsd.org Thu May 31 23:56:31 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78903FD2F5C for ; Thu, 31 May 2018 23:56:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0F10487FC2 for ; Thu, 31 May 2018 23:56:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C3BD3FD2F58; Thu, 31 May 2018 23:56:30 +0000 (UTC) Delivered-To: net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F0FAFD2F56 for ; Thu, 31 May 2018 23:56:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 367E187FB8 for ; Thu, 31 May 2018 23:56:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 49DE187A7 for ; Thu, 31 May 2018 23:56:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w4VNuTJS073462 for ; Thu, 31 May 2018 23:56:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w4VNuT5I073461 for net@FreeBSD.org; Thu, 31 May 2018 23:56:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 221676] libxo fails to format certain fixed values correctly (eg: arp: invalid json output from libxo when bridge is present) Date: Thu, 31 May 2018 23:56:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: easy, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: phil@freebsd.org X-Bugzilla-Flags: mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 23:56:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221676 --- Comment #10 from commit-hook@freebsd.org --- A commit references this bug: Author: gjb Date: Thu May 31 23:56:00 UTC 2018 New revision: 334458 URL: https://svnweb.freebsd.org/changeset/base/334458 Log: MFC r334068 (phil): Import libxo-0.9.0: - Add xo_format_is_numeric() with improved logic to decide if format strings are numeric, so json output quotes them - Convert docs to sphinx/rst - update tests PR: 221676 Approved by: re (marius) Sponsored by: The FreeBSD Foundation Changes: _U stable/11/ stable/11/contrib/libxo/configure.ac stable/11/contrib/libxo/doc/Makefile.am stable/11/contrib/libxo/doc/_static/ stable/11/contrib/libxo/doc/_templates/ stable/11/contrib/libxo/doc/api.rst stable/11/contrib/libxo/doc/conf.py stable/11/contrib/libxo/doc/example.rst stable/11/contrib/libxo/doc/faq.rst stable/11/contrib/libxo/doc/field-formatting.rst stable/11/contrib/libxo/doc/field-modifiers.rst stable/11/contrib/libxo/doc/field-roles.rst stable/11/contrib/libxo/doc/format-strings.rst stable/11/contrib/libxo/doc/formatting.rst stable/11/contrib/libxo/doc/getting.rst stable/11/contrib/libxo/doc/howto.rst stable/11/contrib/libxo/doc/index.rst stable/11/contrib/libxo/doc/intro.rst stable/11/contrib/libxo/doc/libxo-manual.html stable/11/contrib/libxo/doc/options.rst stable/11/contrib/libxo/doc/xo.rst stable/11/contrib/libxo/doc/xohtml.rst stable/11/contrib/libxo/doc/xolint.rst stable/11/contrib/libxo/doc/xopo.rst stable/11/contrib/libxo/libxo/libxo.c stable/11/contrib/libxo/tests/core/saved/test_01.E.out stable/11/contrib/libxo/tests/core/saved/test_01.H.out stable/11/contrib/libxo/tests/core/saved/test_01.HIPx.out stable/11/contrib/libxo/tests/core/saved/test_01.HP.out stable/11/contrib/libxo/tests/core/saved/test_01.J.out stable/11/contrib/libxo/tests/core/saved/test_01.JP.out stable/11/contrib/libxo/tests/core/saved/test_01.T.out stable/11/contrib/libxo/tests/core/saved/test_01.X.out stable/11/contrib/libxo/tests/core/saved/test_01.XP.out stable/11/contrib/libxo/tests/core/saved/test_12.J.out stable/11/contrib/libxo/tests/core/saved/test_12.JP.out stable/11/contrib/libxo/tests/core/test_01.c stable/11/contrib/libxo/tests/gettext/saved/gt_01.J.out stable/11/contrib/libxo/tests/gettext/saved/gt_01.JP.out stable/11/lib/libxo/add.man stable/11/lib/libxo/xo_config.h --=20 You are receiving this mail because: You are on the CC list for the bug.=