From 3b1e7ed2ce96beccf6ca13de9ffd53219dcec209 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Dec 2002 00:52:04 +0000 Subject: [PATCH] why is cvs add being weird? --- stepmania/README-GUIDELINES | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stepmania/README-GUIDELINES diff --git a/stepmania/README-GUIDELINES b/stepmania/README-GUIDELINES new file mode 100644 index 0000000000..acac814675 --- /dev/null +++ b/stepmania/README-GUIDELINES @@ -0,0 +1,6 @@ +Bits of possibly less-than-obvious advice: + +Avoid accessing other singleton classes from singleton destructors. That +introduces dependencies on the order of destruction, and can cause problems +if one of the singletons throws an exception. +