diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2009-10-23 19:48:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-10-23 19:48:04 -0400 |
commit | 9e4fa42676ddc6c8e73469bca52a66245845723c (patch) | |
tree | e2b68765038388a8127dd04623e433fad97dcd51 /doc | |
parent | ba7442b845d7857d69c77bcd512aa4e41dca4a22 (diff) |
progress
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/allow_site-wide_meta_definitions.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/allow_site-wide_meta_definitions.mdwn b/doc/todo/allow_site-wide_meta_definitions.mdwn index 57bc7a6fd..f935a9acb 100644 --- a/doc/todo/allow_site-wide_meta_definitions.mdwn +++ b/doc/todo/allow_site-wide_meta_definitions.mdwn @@ -82,3 +82,14 @@ my github ikiwiki fork): >> >> ...and on writing this comment I see your second suggestion was essentially >> to do exactly that :) -- [[Jon]] + +>>> ok, it's easier than I thought, I just pass the hash and it's handled +>>> correctly. Right now can't figure out why my hashes get converted into +>>> strings prior to me seeing them in scan(): + + $VAR64 = [ + 'HASH(0xc2daf8)', + 'HASH(0xc2db40)' + ]; + +>>> ...but it *really* is bedtime :) -- [[Jon]] |