Open BojanJurca opened 1 year ago
Hello, I just wanted to know the status of this issue or is it going to be addressed at all or whether I was not clear enough?
The problem I described occurs when the controller is running low on memory so it can't construct a String correctly. It would be nice if this situation could be checked and handled by the code rather than producing incorrect Strings.
Hello,
If a String creation fails it is possible to detect this error in the code, like:
However the error detection doesn't work with String expressions:
My proposal is that each string expression that contains string in "error state" result in string also in "error state", so success could be tested only once even after several String operations. Something like this:
Thank you.