Excerpts from William Morgan's message of Tue Jul 28 11:12:51 -0400 2009: > Hi Rich, > > Not to be a pain, but can you give a little more context for this patch > (and the other two you sent recently)? I'm just trying to understand > what this fixes.
Sure. The commit "don't automatically parse header on Message#new" broke test_message because the message id/etc fields are nil until load_from_source! is called. This patch just calls load_from_source! whenever we create a message in the testcase. The other two are fixes for problems reported by Guillaume Quintard. Ferret sup-dump was failing because the query passed to each_id didn't have any positive terms. The date-ceiling code was broken on 32 bit machines because the maximum signed long is 2**31-1, not 2**31. _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
