Hi passingby,
There is one other characteristic of inclusion that you need to be
aware of. It is a trap I have fallen down too often :)
There is a space called 'A', this includes 'B' and 'C'
You have a space ('yourspace') and you include 'A', due to the
cascading nature of inclusion 'yourspace' now includes 'A', 'B' and
'C' as intended.
However the author of 'A' then includes space 'D'. You would assume
that 'yourspace' now includes 'D', this is not the case. This
inclusion is not reflected. This is because on including a space the
system copies[1] the space's inclusion tree at that moment in time. It
is a copy as oppose to a reference.
Hope that helps
Colm
[1] - in tiddlyweb terms it actually edits your space's recipe by
including the bags from the space you are including. You can read more
about bags and recipes at http://tiddlyweb.com
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.