Hello List!
I've successfully built latest version with the same results of test suite like other people already have written. Range-checking is a really cool (great thanks to developers:))!
It appears now new warning that I didn't see before (warning: Operand with side-effects is not evaluated). It isn't described in the documentation.
It points to strings that look like:
LocalVariable := GlobalVariable mod GlobalConst;
Can I do something to avoid it? What does it mean? It means that the value evaluated will not be assigned to LocalVariable? Or it means that Global variable will not change its value as a result of this activity?
Best regards, Igor Marnat mailto:marny@rambler.ru
I just noticed that my mail to the list of Feb 18 bounced. Sending again. I don't know yet what the problem was, perhaps it's to do with the new server on which the list is hosted. If someone else sent mails to the list recently and got no replies, you might want to check in the archives if it arrived ...
Igor Marnat wrote:
It appears now new warning that I didn't see before (warning: Operand with side-effects is not evaluated). It isn't described in the documentation.
It points to strings that look like:
LocalVariable := GlobalVariable mod GlobalConst;
Can I do something to avoid it? What does it mean? It means that the value evaluated will not be assigned to LocalVariable? Or it means that Global variable will not change its value as a result of this activity?
The warning is probably wrong. I hope we can fix it soon. (I'm aware of similar cases, so if you have a test program handy, please send it, but if not, don't waste your time making one, at least not yet.) In the meantime, just ignore this warning.
Frank