|
|
|
|
|
by jaggederest
152 days ago
|
|
I find it very interesting the degree to which coding agents completely ignore warnings. When I program I generally target warning-free code, and even with significant effort in prompting, I haven't found a model that treats warnings as errors, and they almost all love the "ignore this warning" pragmas or comments over actually fixing them. |
|
I do use AI heavily so I resorted to actually turning on warnings as errors in the rust codebases I work in.