summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-20 09:48:31 +0000
committerfukachan <fukachan>2001-03-20 09:48:31 +0000
commit4d095020df67384d22fbc6a1cee60c532b23505f (patch)
tree0a80f4a48766785046465717a94a53a9a22c4bb3
parentdb1c5797b32dd075bcf455c5300ed82f9b22b8aa (diff)
downloadfml8-4d095020df67384d22fbc6a1cee60c532b23505f.tar.gz
fml8-4d095020df67384d22fbc6a1cee60c532b23505f.tar.bz2
fml8-4d095020df67384d22fbc6a1cee60c532b23505f.zip
memo on error handling routines
-rw-r--r--regress/simulation/Makefile1
-rw-r--r--regress/simulation/todo/error_exceptions8
2 files changed, 9 insertions, 0 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile
index b8ee1cee..5a46dca2 100644
--- a/regress/simulation/Makefile
+++ b/regress/simulation/Makefile
@@ -32,6 +32,7 @@ check:
@ (cd ../../fml; make check 2>&1 ) | grep -v OK || echo ''
link:
+ rm -f ErrorMessages; ln -s ../../fml/lib/ErrorMessages
rm -f doc; ln -s ../../fml/doc
rm -f etc; ln -s ../../fml/etc
rm -f lib; ln -s ../../fml/lib
diff --git a/regress/simulation/todo/error_exceptions b/regress/simulation/todo/error_exceptions
new file mode 100644
index 00000000..2dcdb88a
--- /dev/null
+++ b/regress/simulation/todo/error_exceptions
@@ -0,0 +1,8 @@
+fml/lib/IO/File/Atomic.pm:sub error
+
+fml/lib/File/Rotate.pm:sub error
+
+fml/lib/File/Utils.pm:sub error { return $ErrorString;}
+fml/lib/File/Utils.pm:sub error_reset { undef $ErrorString;}
+fml/lib/File/Utils.pm: error_reset();
+fml/lib/File/Utils.pm: error_reset();