str doesn't recognize global strings
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The command str in procedures doesn't recognize global strings. Instead they will be interpreted as strings without quotation marks.
Analysis:
The bug comes from the detection of string vars in
bool Cache::containsStringVars(const string& sLine) const
where it won't be remarked, if the passed string ends with the last letter of the string vars' name.
Implementation:
Bug fix was implemented in the function named in the analysis. Implementation tests were successful.
Tests:
Tests were passed successfully. Bug fix accepted.
Anonymous
Diff:
Diff:
Diff:
Diff: