Menu

#334 File operations on files with non-standard extensions impossible

v1.1.x
fixed
None
v1.1.0
Bug Fix
2018-05-25
2018-05-18
Erik Hänel
No

File operations with files, which don't have a standard file extension, are not possible. NumeRe will always fall back to the *.dat extension.

Analysis:
This is related to the legacy way of creating valid file paths. There are only a few data extensions, which were valid for NumeRe. This can be solved, by declaring the current file extension as a valid extension.

Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.

Documentation:
The fix was noted in the changes log. Further documentation not needed.

Tests:
The fix was tested manually. No deviation detected. Bug fix implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-05-18
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-05-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     File operations with files, which don't have a standard file extension, are not possible. NumeRe will always fall back to the  `*.dat` extension.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-05-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     File operations with files, which don't have a standard file extension, are not possible. NumeRe will always fall back to the  `*.dat` extension.
    
     **Analysis:**
    +This is related to the legacy way of creating valid file paths. There are only a few data extensions, which were valid for NumeRe. This can be solved, by declaring the current file extension as a valid extension.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-05-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     This is related to the legacy way of creating valid file paths. There are only a few data extensions, which were valid for NumeRe. This can be solved, by declaring the current file extension as a valid extension.
    
     **Implementation:**
    +The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
    
     **Documentation:**
    +The fix was noted in the changes log. Further documentation not needed.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-05-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     The fix was noted in the changes log. Further documentation not needed.
    
     **Tests:**
    +The fix was tested manually. No deviation detected. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB