Support loading files without file extension
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Sometimes files without an extension exist (e.g. Linux style). Support reading such files as well, e.g. by assuming that these files are text files.
Analysis:
This fix requires multiple changes: the filesystem class has to be adapted to work with files having no file extension and the data class has to be adapted to assume that files having no extension are text files.
Implementation:
Fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
Not needed - Bug fix.
Tests:
Files without extensions are now supported. Fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: