Menu

#174 Something's wrong with procedures in loops

v1.1.x
fixed
critical (96)
v1.1.0
Bug Fix
2017-05-06
2017-03-08
Erik Hänel
No

In the fresnel plugin, it's not possible to call $showPlot() in the while loop. This may be a similar problem as it was in the kernel. However, it's strange because the procedure interpreter was not really modified by the GUI inclution.

Analysis:
A probable source for this issue is the fix concerning the procedure inline check functionality. Confirmation is pending.

The issue was confirmed. For some non-obvious reason the procedures need now the base path.

Implementation:
The procedure base path was added as a hard-code fix, if the procedure's filename lacks a volume identifier.

Documentation:
Not needed - bug fix.

Tests:
No deviations detected. Fix was implemented successfully.

Discussion

  • Erik Hänel

    Erik Hänel - 2017-03-08
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2017-03-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     In the fresnel plugin, it's not possible to call `$showPlot()` in the `while` loop. This may be a similar problem as it was in the kernel. However, it's strange because the procedure interpreter was not really modified by the GUI inclution.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2017-03-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     In the fresnel plugin, it's not possible to call `$showPlot()` in the `while` loop. This may be a similar problem as it was in the kernel. However, it's strange because the procedure interpreter was not really modified by the GUI inclution.
    
     **Analysis:**
    +A probable source for this issue is the fix concerning the procedure inline check functionality. Confirmation is pending.
    
     **Implementation:**
    
     
  • Erik Hänel

    Erik Hänel - 2017-03-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,6 +2,8 @@
    
     **Analysis:**
     A probable source for this issue is the fix concerning the procedure inline check functionality. Confirmation is pending.
    +
    +The issue was confirmed. For some non-obvious reason the procedures need now the base path.
    
     **Implementation:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2017-03-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,9 @@
     The issue was confirmed. For some non-obvious reason the procedures need now the base path.
    
     **Implementation:**
    +The procedure base path was added as a hard-code fix, if the procedure's filename lacks a volume identifier.
    
     **Documentation:**
    +Not needed - bug fix.
    
     **Tests:**
    
    • status: implementing --> testing
     
  • Erik Hänel

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

    Diff:

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

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB