The problem I saw with @detect_urls.py is a bug caused by hashcache - clones to @thin nodes (the root node) will cause the children to multiply.
Try having "@thin ~/foo.py", clone it, add child, restart. This should be easy to fix - we just shouldn't enter the read() code if we are in a clone & have already read in the contents. This could probably also be fixed in the read() method, but that's the wrong place for it (I think there is some workaround for this problem in the "slow" read code now, but that workaround should not be necessary). -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
