>
> Can you show how you are loading the object that is calling tags when tags 
> is nil?
>

I'll see what I can do.  As far as I know, once the program has initialized 
and some specific Thing instances have loaded, pretty much everything is 
executed within the confines of the rcte_tree implementation, with few 
exceptions.  Some of those exceptions include some helper methods like:

    class Thing
      def siblings
        self.parent.children - [ self ]
      end
    end


Obviously, a self contained example would be great, but considering how 
> rarely the problem seems to occur, I can see how putting one of those 
> together would be difficult.
>

Right.  Fascinatingly -- to myself anyway -- I upped the frequency of 
execution, and so far for over a million executions in the past hour, zero 
occurrences of the error have yet appeared. 

Thanks for your time and attention, Jeremy.

Best regards,
-Nels

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to