miss_hit icon indicating copy to clipboard operation
miss_hit copied to clipboard

special understanding of save semantics

Open florianschanda opened this issue 4 years ago • 0 comments

https://www.mathworks.com/help/matlab/ref/save.html

MLint has a bug where this pattern raises a false alarm:

x = foo();
save('potato.mat', 'x');

x is in fact not unused. But honestly, this is an insane interface.

But hey. We should to support this, even if it's morally wrong.

florianschanda avatar Dec 03 '20 08:12 florianschanda