|
|
|
|
|
by lw1981
55 days ago
|
|
I’ve run into this in debugging too. I had one case where the model fixed a bug in concurrent execution code by basically making it sequential. So yes, the bug disappeared, but only because it removed the concurrency property instead of actually solving the underlying issue. That kind of thing has made me much more cautious about judging these tools purely by whether the immediate error went away. |
|