From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 28 Jul 2009 09:04:20 -0700 Subject: [sup-talk] [PATCH] explicitly load messages in testcase In-Reply-To: <1248794785-sup-1840@pion.club.cc.cmu.edu> References: <1248757349-11301-1-git-send-email-rlane@club.cc.cmu.edu> <1248793905-sup-2227@masanjin.net> <1248794785-sup-1840@pion.club.cc.cmu.edu> Message-ID: <1248796949-sup-4949@masanjin.net> Reformatted excerpts from Rich Lane's message of 2009-07-28: > 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. Got it. Applied, thanks! > 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. Hah. > The date-ceiling code was broken on 32 bit machines because the > maximum signed long is 2**31-1, not 2**31. Ok, both applied. Thanks! -- William