From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Support for SARIF formatted diagnostics Date: Mon, 22 May 2023 05:28:56 +0300 Message-ID: <837ct1qetz.fsf@gnu.org> References: <83zg62x492.fsf@gnu.org> <83353svpn3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19421"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 22 04:29:32 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q0vIi-0004w2-Ao for ged-emacs-devel@m.gmane-mx.org; Mon, 22 May 2023 04:29:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q0vHv-0002IV-3Z; Sun, 21 May 2023 22:28:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0vHt-0002I8-10 for emacs-devel@gnu.org; Sun, 21 May 2023 22:28:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0vHs-0000wU-Ps for emacs-devel@gnu.org; Sun, 21 May 2023 22:28:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=rOELablhdegNhB9Fu/KivGOfwvNGOs1qdAE2OF0XUWQ=; b=PdHzKmyceoGw XoxRSwFipLm611pdqvcmGEOotXOb5PdW9X1zMqz/5ZHqa/DDedfdWJZ7teGYRjB+KrlNZ/lu4E7ZC lbyB169SVUw08mbnYpdmMCIdEgb5L3aZwBnAhVD/4siRq/enM0AupsiU1A1ErnuK8hpAxV7Ykp9Kt 4O+rDZPf+MCTOU0JZrahL4t7aDTh7NwnbCdTOPSIO4ZXUmxZ+TN+b9+sN3ObMneHUs38Sa3GJuLEn tVXckQG2rzNFLmjgWCAfWiAEJ8pFG6PmwncqL1ojPB7tv0KCm5zsU8XdlRuguE3QyLeQ5DsC4oL20 C/8UOnIYa8PAHta900p1oA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0vHm-0007vM-EF; Sun, 21 May 2023 22:28:34 -0400 In-Reply-To: (message from Richard Stallman on Sun, 21 May 2023 17:03:45 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306260 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Sun, 21 May 2023 17:03:45 -0400 > > > AFAIU, SARIF format is basically JSON with special properties and > > objects defined by the corresponding standard document. > > Is it straightforard to distinguish SARIF format and handle it? I expect so, but I don't have access to a GCC version which supports that to check.