The stringparser doesn't work as expected
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The following operations with the string parser fail:
strlen()stringvar += replaceall(somestring)Analysis:
The reasons are as follows:
true && 0index+1 instead of index+i is used at the relevant location in the codeImplementation:
The fixes were implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The fix was noted in the changes log.
Tests:
The fixes were added to the automatic tests. No deviations detected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: