aboutsummaryrefslogtreecommitdiffhomepage
path: root/sisu.org
diff options
context:
space:
mode:
Diffstat (limited to 'sisu.org')
-rw-r--r--sisu.org20
1 files changed, 19 insertions, 1 deletions
diff --git a/sisu.org b/sisu.org
index 358fa0b9..22174f23 100644
--- a/sisu.org
+++ b/sisu.org
@@ -1346,7 +1346,7 @@ semicolon, he would add one.
Regards,
Daniel
-**** TODO [#B] #744379 [w|u] sisu: missing includes doesn't give an error
+**** DONE (5.3.5::6.0.5) [#B] #744379 [w|u] sisu: missing includes doesn't give an error :processing:fix:
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744379>
From: Daniel Baumann <daniel.baumann@progress-technologies.net>
@@ -1368,6 +1368,24 @@ string in the output (pdf).
Regards,
Daniel
+***** NOTES/COMMENTS
+
+5.3.4-1 writes the following to the screen:
+"ERROR test.ssm.sst requires invalid or non-existent file: foo.ssi"
+
+and unsatisfactorily within the text output it writes no error message but the include instruction:
+
+"<< foo.ssi"
+
+5.3.5, the current "fix"/ solution, is to add an error message within the text rather than to stop processing with an error.
+In addition to (i) slightly modified (you could say corrected) to the following:
+
+"ERROR test.ssm requires an invalid or non-existent file: foo.ssi"
+
+the following is written within the text output:
+
+"<< foo.ssi [ERROR test.ssm requires an invalid or non-existent file: foo.ssi]"
+
**** TODO [#D] #744381 [w|u] sisu syntax: inconsistency \:copyright: and \:license:
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744381https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744381>