#360 closed task (wontfix)
remove scrutinizer warning about conditional tests that are always true
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | compiler | Version: | 4.6.x |
Keywords: | scrutinizer | Cc: | |
Estimated difficulty: |
Description
Things like and-let*
produce situations where such redundant tests occur, for example.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok, I'll close this ticket then, since I can't think of a suitable solution without adding complexity.
comment:3 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
(doing everything wrong today, it seems ...)
Note: See
TracTickets for help on using
tickets.
FYI, this did detect an error in my code where I added
->string
to anif
condition, which forced a potentially#f
value into a string. So it's not useless.