* [sup-talk] merge activity report
@ 2009-05-18 15:11 William Morgan
2009-05-18 17:19 ` Ben Walton
0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2009-05-18 15:11 UTC (permalink / raw)
Just a brief status report.
In next:
- I've added some refinements to the undo code on the undo-manager
branch and merged that into next. If you're working on something
related to this code, you may need to rebase.
- I've fixed the mbox "From " line detector to try and only split when a
valid date is encountered. (This is on branch various-mbox-fixes.)
This seems to work well for me, but who knows what crazy date formats
are out there. I have it logging a message whenever it finds a From
line and something that it can't parse as a date (and thus decides not
to split), so you may want to keep an eye on the log buffer if you're
using mbox. You can also add test cases to
tests/test_header_parsing.rb, in method test_from_line_splitting, if
you have a particular case you're worried about.
In master:
- I've merged a bunch of stable-seeming features down to master,
including the new buffer code, so you will have to retrain your
fingers to use '=' or '+' instead of ';', which now brings up the
buffer window.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] merge activity report
2009-05-18 15:11 [sup-talk] merge activity report William Morgan
@ 2009-05-18 17:19 ` Ben Walton
2009-05-18 18:24 ` William Morgan
2009-05-28 15:13 ` William Morgan
0 siblings, 2 replies; 6+ messages in thread
From: Ben Walton @ 2009-05-18 17:19 UTC (permalink / raw)
Excerpts from William Morgan's message of Mon May 18 11:11:58 -0400 2009:
Let me know when you'd like the flexible sent stuff rebased and
against which branch. I'm ready with that any time.
Still working on the locking stuff, which is proving quite
interesting.
Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090518/59f3b839/attachment.bin>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] merge activity report
2009-05-18 17:19 ` Ben Walton
@ 2009-05-18 18:24 ` William Morgan
2009-05-28 15:13 ` William Morgan
1 sibling, 0 replies; 6+ messages in thread
From: William Morgan @ 2009-05-18 18:24 UTC (permalink / raw)
Reformatted excerpts from Ben Walton's message of 2009-05-18:
> Let me know when you'd like the flexible sent stuff rebased and
> against which branch. I'm ready with that any time.
Ok. It will have to be rebased against master, and probably should wait
till I've merged down the scanning-speedups and various-mbox-fixes
branches, to avoid unnecessary conflicts. (The former seems stable
enough, but the latter I've just updated and needs a little more
steeping.)
> Still working on the locking stuff, which is proving quite
> interesting.
Glad to hear it.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] merge activity report
2009-05-18 17:19 ` Ben Walton
2009-05-18 18:24 ` William Morgan
@ 2009-05-28 15:13 ` William Morgan
2009-05-28 15:31 ` Ben Walton
1 sibling, 1 reply; 6+ messages in thread
From: William Morgan @ 2009-05-28 15:13 UTC (permalink / raw)
Reformatted excerpts from Ben Walton's message of 2009-05-18:
> Let me know when you'd like the flexible sent stuff rebased and
> against which branch. I'm ready with that any time.
Sorry for the delay on this. I've merged down everything related so a
rebase against master should be pretty easy for you. Once that's done
I will merge it into next.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] merge activity report
2009-05-28 15:13 ` William Morgan
@ 2009-05-28 15:31 ` Ben Walton
2009-05-28 16:37 ` William Morgan
0 siblings, 1 reply; 6+ messages in thread
From: Ben Walton @ 2009-05-28 15:31 UTC (permalink / raw)
Excerpts from William Morgan's message of Thu May 28 11:13:56 -0400 2009:
> Sorry for the delay on this. I've merged down everything related so a
> rebase against master should be pretty easy for you. Once that's done
> I will merge it into next.
No problem. I'd actually rebased against master last night as I'd
seen a flurry of activity on the gitorious rss feed. I did this again
just now and force-pushed my changes to
git://code.chass.utoronto.ca/bwalton-sup.git. [I note this for anyone
that may have pulled from my branch previously...rebasing isn't a nice
thing to do with published branches :) ]
It's the bw/flexible_sent branch available from that URL.
I haven't spent any time on the LockManager stuff in the last week+
though, as the NBA finals have been sapping up my evenings!
Does this rebased branch meet your needs?
Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090528/d00cca51/attachment.bin>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] merge activity report
2009-05-28 15:31 ` Ben Walton
@ 2009-05-28 16:37 ` William Morgan
0 siblings, 0 replies; 6+ messages in thread
From: William Morgan @ 2009-05-28 16:37 UTC (permalink / raw)
Reformatted excerpts from Ben Walton's message of 2009-05-28:
> Does this rebased branch meet your needs?
Look great. Merged into next. Thanks!
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-05-28 16:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-18 15:11 [sup-talk] merge activity report William Morgan
2009-05-18 17:19 ` Ben Walton
2009-05-18 18:24 ` William Morgan
2009-05-28 15:13 ` William Morgan
2009-05-28 15:31 ` Ben Walton
2009-05-28 16:37 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox