This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-core".
The branch, master has been updated
via 742352af92e4dd6d48183a8b54f717b4f565b0e8 (commit)
from 2f1ef304c3b915559289434780903293b937b4b9 (commit)
Summary of changes:
src/Snap/Internal/Debug.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 742352af92e4dd6d48183a8b54f717b4f565b0e8
Author: Gregory Collins <[email protected]>
Date: Mon May 24 16:37:40 2010 -0400
Put a NOINLINE on debug mvar CAF
diff --git a/src/Snap/Internal/Debug.hs b/src/Snap/Internal/Debug.hs
index 2323dbf..8c94e8e 100644
--- a/src/Snap/Internal/Debug.hs
+++ b/src/Snap/Internal/Debug.hs
@@ -37,7 +37,7 @@ import Text.Printf
------------------------------------------------------------------------------
_debugMVar :: MVar ()
_debugMVar = unsafePerformIO $ newMVar ()
-
+{-# NOINLINE _debugMVar #-}
------------------------------------------------------------------------------
debug :: (MonadIO m) => String -> m ()
-----------------------------------------------------------------------
hooks/post-receive
--
snap-core
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap