Hi, On Tue, Nov 19, 2024 at 01:34:41PM -0500, David Malcolm wrote: > On Tue, 2024-11-19 at 11:12 +0100, Georg-Johann Lay wrote: > > I still don't know how to avoid that problem because it is not > > possible to run regenerate-opt-urls on selected files or > > sub-trees. At least that was the state when I asked a month or so > > ago, I was told that regenerate-opt-urls cannot be run when the > > compiler is configured for, say avr, because it requires all > > languages front ends to be present. > > It requires all frontends that have their own docs to be enabled: > specifically: d and fortran. > > Sorry that this is a pain; missing the updated opts urls is only a very > minor issue though, FWIW (missing URLs in fancy terminals and in SARIF > output).
We should probably note more prominently that the autoregen bot does generate a diff that you can normally just use as the patch to "fix" such issues. Taking and applying the diff really is as if you locally ran regenerate-opt-urls (at least that is what the autoregen bot checks). Cheers, Mark