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 14:02:22 +0300 Message-ID: <83353or5mp.fsf@gnu.org> References: <83zg62x492.fsf@gnu.org> <83353svpn3.fsf@gnu.org> <837ct1qetz.fsf@gnu.org> <87o7mdoudt.fsf@thaodan.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14936"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org To: =?iso-8859-1?Q?Bj=F6rn?= Bidar Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 22 13:02:49 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 1q13JO-0003b9-TH for ged-emacs-devel@m.gmane-mx.org; Mon, 22 May 2023 13:02:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q13In-0004uC-V1; Mon, 22 May 2023 07:02:10 -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 1q13Il-0004tp-DU for emacs-devel@gnu.org; Mon, 22 May 2023 07:02:07 -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 1q13Il-0004rV-3A; Mon, 22 May 2023 07:02:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=OhgpIILKVwAYdoYHHAzkU0AQCVL5i3Ozkh1ZWkdAl1c=; b=O1V6UZFTcAdYVwY/Q5Ks Ak22b3DIRJ9Bq78iI/65p+xwztYSz4z92y/v5/RdmJpazB/raL97llOvKl69vyS5pBKsKhlG6X7QP rDZebpKahArIJkI3zWAk59M6rhqdB/gsKM72LK3Wc1OjnLX7reGNJm+zkhVZR4JAIQddPzO4DzDdg IV7QWitN3zsGMJfp/l2wNXSFfv8Y0llaZB9W/FIyKq9SwTka8DKm++kA0yxH3lzee3DnQWk3pCP2w uzwC98ono+kLienU61aP8YGpdAICl5iX+CcJUEeHMxUZm4pQvnq/Lve3ir9y62e5d1iVj2LMNONBV fNWmeXppfScmIQ==; 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 1q13Id-0005nh-GB; Mon, 22 May 2023 07:01:59 -0400 In-Reply-To: <87o7mdoudt.fsf@thaodan.de> (message from =?iso-8859-1?Q?Bj?= =?iso-8859-1?Q?=F6rn?= Bidar on Mon, 22 May 2023 07:35:58 +0300) 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:306266 Archived-At: > From: Björn Bidar > Cc: rms@gnu.org, emacs-devel@gnu.org > Date: Mon, 22 May 2023 07:35:58 +0300 > > Eli Zaretskii writes: > > >> 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. > > Which GCC version supports it? GCC 13, AFAIU. > You can get a recent GCC by using the open build service client > (osc) in a project that you checked out by running `osc shell` to > test. Thanks, I hope someone will find time to do that and report.