diff options
Diffstat (limited to 'testdata/modulecache-tests/README.txt')
-rw-r--r-- | testdata/modulecache-tests/README.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/modulecache-tests/README.txt b/testdata/modulecache-tests/README.txt index 214acc5..3a123e7 100644 --- a/testdata/modulecache-tests/README.txt +++ b/testdata/modulecache-tests/README.txt @@ -124,3 +124,22 @@ o rm cascade*.scad o Verify that no rerendering was triggered (the 4 objects are still there) o ./cascade2.sh o Verify that everything reloads at once without flickering + +Test 15: Correct handling of compile errors in auto-reloaded modules +-------- +o Turn on Automatic Reload and Compile +o Open mainusingerror.scad +o Verify that you get: + - Compiling library '.../error.scad'. + - Parser error in line 3: syntax error + - WARNING: Failed to compile library '.../error.scad'. + - Main file should keep compiling +o Verify that the above doesn't repeat + +Test 16: Dependency tracking of underlying dependencies +-------- +o Turn on Automatic Reload and Compile +o Open mainsubsub.scad +o Verify that you see a red cylinder +o edit subdit/subsub.scad: Change color +o Verify that color changes |