Menu

#196 Fix compose mode

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

The compose mode is currently not available in direct console mode due to the architectural change from console to GUI application. Re-implement this functionality.

Analysis:
To fix this behavior, the variable sPlotCompose has to be a private member variable of the kernel, and to display the special input marker, the continue keyword in the corresponding blocks has to be replaced by something more fitting.

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

Documentation:
Not needed - Bug fix.

Tests:
No deviations detected. Bug fix implemented successfully.

Discussion

  • Erik Hänel

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

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

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     The compose mode is currently not available in direct console mode due to the architectural change from console to GUI application. Re-implement this functionality.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     The compose mode is currently not available in direct console mode due to the architectural change from console to GUI application. Re-implement this functionality.
    
     **Analysis:**
    +To fix this behavior, the variable `sPlotCompose` has to be a private member variable of the kernel, and to display the special input marker, the `continue` keyword in the corresponding blocks has to be replaced by something more fitting.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     To fix this behavior, the variable `sPlotCompose` has to be a private member variable of the kernel, and to display the special input marker, the `continue` keyword in the corresponding blocks has to be replaced by something more fitting.
    
     **Implementation:**
    +The 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-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     Not needed - Bug fix.
    
     **Tests:**
    +No deviations detected. Bug fix implemented successfully.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB