Menu

#194 Support loading files without file extension

v1.1.x
fixed
None
v1.1.0
Bug Fix
2017-05-07
2017-04-13
Erik Hänel
No

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.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-04-13
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2017-04-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     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:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2017-04-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     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:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2017-04-14
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     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:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2017-05-07
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - Bug fix.
    
     **Tests:**
    +Files without extensions are now supported. Fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB