https://sourceware.org/bugzilla/show_bug.cgi?id=27532
Bug ID: 27532
Summary: debuginfod should ask the user for permission before
downloading files
Product: elfutils
Version: unspecified
Status: NEW
Severity: no
https://sourceware.org/bugzilla/show_bug.cgi?id=27531
Bug ID: 27531
Summary: Support retry of failed downloads
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: debuginfo
https://sourceware.org/bugzilla/show_bug.cgi?id=27450
--- Comment #8 from Dmitry V. Levin ---
(In reply to Mark Wielaard from comment #7)
> Two questions:
>
> 1) How should we manage the POTFILES? How did you note the missing files?
> Can this be automated somehow?
I was using
$ git grep -El '\
https://sourceware.org/bugzilla/show_bug.cgi?id=27450
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
--- Comment #7
Hi Timm,
On Wed, 2021-02-17 at 10:27 +0100, Timm Bäder via Elfutils-devel wrote:
> From: Timm Bäder
>
> Clang does not support this warning, so check for compiler support
> before using it.
It is somewhat unfortunate that we need to check for -Wno- acceptance
with clang. gcc also doesn't suppor
Hi Timm,
On Wed, 2021-02-17 at 10:27 +0100, Timm Bäder via Elfutils-devel wrote:
> From: Timm Bäder
>
> Clang does not support -Wtrampolines, so check if the compiler
> supports
> it before using it.
Grin. If you don't support creating trampolines, then having a warning
for them (or at least th
Hi Timm,
On Wed, 2021-02-17 at 10:27 +0100, Timm Bäder via Elfutils-devel wrote:
> GCC accepts the =5, which means it doesn't try to parse any comments
> and only accepts the fallthrough attribute in code. Clang does not ever
> parse any comments and always wants the fallthrough attribute anyway.
Hi -
> CURLINFO_CURLINFO_CONTENT_LENGTH_DOWNLOAD_T is one CURLINFO_ too much.
Thanks, merged.
- FChE