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 "heist".
The branch, master has been updated
via 331075a3cf43d1940d8686e7bce634d2f507233e (commit)
from 343cae54f848733070e682af4444e664d892ffc2 (commit)
Summary of changes:
src/Text/Templating/Heist/Internal.hs | 8 ++++----
1 files changed, 4 insertions(+), 4 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 331075a3cf43d1940d8686e7bce634d2f507233e
Author: Gregory Collins <[email protected]>
Date: Sun May 23 17:58:21 2010 -0400
Fix haddock comment mis-parse
diff --git a/src/Text/Templating/Heist/Internal.hs
b/src/Text/Templating/Heist/Internal.hs
index 072c0ef..c0b56b4 100644
--- a/src/Text/Templating/Heist/Internal.hs
+++ b/src/Text/Templating/Heist/Internal.hs
@@ -187,11 +187,11 @@ lookupSplice nm ts = Map.lookup nm $ _spliceMap ts
------------------------------------------------------------------------------
--- | Converts a path into an array of the elements in reverse order.
--- If the path is absolute, we need to remove the leading slash so the split
--- doesn't leave "" as the last element of the TPath.
+-- | Converts a path into an array of the elements in reverse order. If the
+-- path is absolute, we need to remove the leading slash so the split doesn't
+-- leave @\"\"@ as the last element of the TPath.
--
--- FIXME ".." currently doesn't work in paths, the solution is non-trivial
+-- FIXME @\"..\"@ currently doesn't work in paths, the solution is non-trivial
splitPaths :: ByteString -> TPath
splitPaths p = if B.null p then [] else (reverse $ B.split '/' path)
where
-----------------------------------------------------------------------
hooks/post-receive
--
heist
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap