diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-10 18:30:57 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-10 18:30:57 (GMT) |
commit | 214fb779ac653c654771bcf1d4b7630c7372666d (patch) | |
tree | 63d9a126eff5ba8001ad1df322e6b9d0e6011c0b /testdata/modulecache-tests/README.txt | |
parent | 93cdb34d8b7dada6abbfd655fc381562e9309a5b (diff) | |
parent | dcb0b53d1155acfcdf5a9821dc8f21a1f5867c75 (diff) |
Merge branch 'master' of github.com:openscad/openscad
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 |