#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 by , 15 years ago
comment:2 by , 15 years ago
| 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 by , 15 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:4 by , 15 years ago
| 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
->stringto anifcondition, which forced a potentially#fvalue into a string. So it's not useless.