GNU bug report logs -
#61730
30.0.50; Compiler warnings for delq and delete
Previous Next
Full log
View this message in rfc822 format
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: Mattias EngdegÄrd <mattias.engdegard <at> gmail.com>,
> 61730 <at> debbugs.gnu.org,
> monnier <at> iro.umontreal.ca
> Date: Fri, 24 Feb 2023 16:11:51 +0100
>
> But yes, we would warn about some legitimate and safe calls. The
> advantages outweigh the disadvantages in my opinion.
Not in my opinion. I'm sick and tired from seeing compilers emitting
bogus warnings which require one to spend time verifying perfectly
correct code, or, worse, modify the code to shut up the compiler. Do
we really want to see stuff like
(setq _ (delq ...))
in our code?
> > please try not to emit the warning in those cases.
>
> I think this is impossible. The compiler can't know or prove whether
> the element to delete is different from the first one.
If it's really impossible (and I'm not sure it is), then the better
course of action is to emit the warnings only if the byte compiler was
requested to be more sensitive to potential issues, similar to GCC's
"-W*" options. IOW, if someone wants to lint their code, let them ask
for a linting compilation.
This bug report was last modified 1 year and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.