[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support for SARIF formatted diagnostics
From: |
Eli Zaretskii |
Subject: |
Re: Support for SARIF formatted diagnostics |
Date: |
Mon, 22 May 2023 14:02:10 +0300 |
> From: Björn Bidar <bjorn.bidar@thaodan.de>
> Cc: rms@gnu.org, emacs-devel@gnu.org
> Date: Mon, 22 May 2023 07:35:58 +0300
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> From: Richard Stallman <rms@gnu.org>
> >> 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 1,,, 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.