Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
From: Matthias Vallentin <vallentin@ICSI.Berkeley.EDU>
To: Ben Walton <bwalton@artsci.utoronto.ca>
Cc: sup-talk <sup-talk@rubyforge.org>
Subject: Re: [sup-talk] current state of synching upstream?
Date: Mon, 20 Dec 2010 22:44:45 -0800	[thread overview]
Message-ID: <20101221064445.GZ60419@icsi.berkeley.edu> (raw)
In-Reply-To: <1292699674-sup-8221@pinkfloyd.chass.utoronto.ca>

On Sat, Dec 18, 2010 at 02:21:40PM -0500, Ben Walton wrote:
> Here's my current approach that I've been happy with since I
> implemented it back in the summer:

Cool, this is exactly how I expected it to look like!

> --snip--
> s = "maildir:/path/to/Maildir/.incoming.#{Date.today.strftime("%Y.%m")}"
> 
> unless Redwood::SourceManager.source_for(s)
>   Redwood::Logger.force_message "Adding new source: #{s}"
>   Redwood::SourceManager.add_source Recoverable.new(Redwood::Maildir.new(s))
> end
> --snip--

Neither master nor Damien's Maildir clone contain the class Recoverable.
Is this code you added somewhere else?

The only (conceptual) issue I see with this code that you miss sources
when having more than a month of idleness. Say the suffix of s is
2012.10 and the next time you check back is in December, then you'll
miss 2012.11. Now whether anyone of us has the freedom to not check
email for that long is a different question :-).

> The only downside to this is that my sources.yaml file needs manual
> twiddling at restart to add the sources that were added during
> runtime.

As Tilo mentioned, this is weird indeed since sup calls Index.save which
in turn should call SourceManager.save_sources. I'll look into this when
I get a chance.

   Matthias
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


  parent reply	other threads:[~2010-12-21  6:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-08  9:40 Ryan Barrett
2010-04-11 17:52 ` Ryan Barrett
2010-04-12  0:57 ` Rich Lane
2010-04-12  5:02   ` Andrew Pimlott
2010-04-12 12:11     ` Daemian Mack
2010-04-12  9:53   ` Tero Tilus
2010-04-14 13:00   ` William Morgan
2010-04-14 14:16     ` Ben Walton
2010-04-14 15:57       ` William Morgan
2010-04-14 16:08         ` Ben Walton
2010-12-15  8:19           ` Matthias Vallentin
2010-12-15 17:06             ` James Taylor
2010-12-18  5:12               ` Matthias Vallentin
2010-12-18  5:25                 ` James Taylor
2010-12-18 19:04                   ` Matthias Vallentin
2010-12-18 19:21                     ` Ben Walton
2010-12-18 20:02                       ` Tero Tilus
2010-12-18 20:12                         ` Ben Walton
2010-12-21  6:44                       ` Matthias Vallentin [this message]
2010-12-21  6:48                         ` Matthias Vallentin
2010-12-21 11:01                         ` Tero Tilus
2010-12-21 14:11                           ` Ben Walton
2010-12-22 14:42                             ` Matthias Vallentin
2010-12-22 16:27                               ` Tero Tilus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101221064445.GZ60419@icsi.berkeley.edu \
    --to=vallentin@icsi.berkeley.edu \
    --cc=bwalton@artsci.utoronto.ca \
    --cc=sup-talk@rubyforge.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox