Menu

#78 Issue with new string recursion function

v1.0.x
fixed
critical (96)
v1.0.9
Bug Fix
2016-10-08
2016-07-07
Erik Hänel
No

The new string recursion function has an issue in combination with

string() = read FILE

Analysis:
The issue could be downtracked to the new recursion point, where the recursion of the first string expression in the whole string was performed in contrast to the previous solution.

Implementation:
Fix was implemented as indicated by the analysis. Implementation tests were successful.

Tests:
Final tests were passed successfully. No deviations detected. Bug fix accepted.

Discussion

  • Erik Hänel

    Erik Hänel - 2016-07-07
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2016-07-07
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,3 +2,9 @@
     ~~~
     string() = read FILE
     ~~~
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2016-07-07
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,6 +4,7 @@
     ~~~
    
     **Analysis:**
    +The issue could be downtracked to the new recursion point, where the recursion of the first string expression in the whole string was performed in contrast to the previous solution.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2016-07-07
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -7,5 +7,6 @@
     The issue could be downtracked to the new recursion point, where the recursion of the first string expression in the whole string was performed in contrast to the previous solution.
    
     **Implementation:**
    +Fix was implemented as indicated by the analysis. Implementation tests were successful.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2016-07-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Fix was implemented as indicated by the analysis. Implementation tests were successful.
    
     **Tests:**
    +Final tests were passed successfully. No deviations detected. Bug fix accepted.
    
    • status: testing --> fixed
     
  • Erik Hänel

    Erik Hänel - 2016-10-08
    • Labels: --> critical
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB