From: wmorgan-sup@masanjin.net (William Morgan)
Subject: [sup-talk] ArgumentError from thread: poll after loading inbox
Date: Wed, 09 Sep 2009 07:20:03 -0700 [thread overview]
Message-ID: <1252505721-sup-2684@masanjin.net> (raw)
In-Reply-To: <2e8d08f0909081413i402cbb71sfbff3b1fb5e59a2f@mail.gmail.com>
Reformatted excerpts from Richard Sandilands's message of 2009-09-08:
> I do indeed, as follows:
Excellent.
> I do have some labels prepended with an ! to force them to sort to the
> top of the 'L' list - such as '!followup', '!hold' etc. Could that be
> an issue?
Nope, it was the hook above. (Which is fine, btw, it just triggered
something bad.) You will need to regenerate the index and everything
should be fine. Sorry about that.
If you don't have a recent dumpfile, you may have to apply the following
patch to get sup-dump to work. Then you should be able to git fetch,
reset the head to origin/next, and run `sup-sync --restored --restore
<dumpfile> --all-sources`.
Let me know if you run into problems.
diff --git a/lib/sup/label.rb b/lib/sup/label.rb
index 67474c2..b94474d 100644
--- a/lib/sup/label.rb
+++ b/lib/sup/label.rb
@@ -61,7 +61,7 @@ class LabelManager
end
def << t
- raise ArgumentError, "expecting a symbol" unless t.is_a? Symbol
+ t = t.to_sym
unless @labels.member?(t) || RESERVED_LABELS.member?(t)
@labels[t] = true
--
William <wmorgan-sup at masanjin.net>
prev parent reply other threads:[~2009-09-09 14:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-07 11:47 Richard Sandilands
2009-09-08 20:38 ` William Morgan
2009-09-08 21:13 ` Richard Sandilands
2009-09-09 14:20 ` William Morgan [this message]
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=1252505721-sup-2684@masanjin.net \
--to=wmorgan-sup@masanjin.net \
/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