Reformatted excerpts from Carl Worth's message of 2009-08-19: > Thanks. That confirms that I'm not running the code I think I am,
Good, that explains a lot. > So I'm glad to have things working now, but I'm still curious to know > why ruby goes digging into /usr/lib/ruby/1.8 to find sup/sent.rb when > there's a ./lib/sub/sent.rb present and I've passed a "-I ./lib" > option to ruby, (and plainly, ruby is interpreting other files from > ./lib). I find it surprising too. I haven't seen taht behavior before. FWIW, Sup does try and detect if bin/sup and lib/sup have mismatched versions, and that didn't fire... I wonder if it's just sent.rb that's been loaded. Did you somehow delete sent.rb from your git directory, or something like that? -- William <[email protected]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
