"open" doesn't work with "<procpath>"
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The command open <procpath> doesn't work, although it works with every other path placeholder.
Analysis:
The error is located in
string FileSystem::ValidFileName(string, const string)
where the number of path tokens is not set correctly (it's set to 6 instead of 7).
Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - bug fix.
Tests:
Command now works as expected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: