From: David Bremner <david@tethera.net>
To: Jameson Graef Rollins <jrollins@finestructure.net>,
notmuch@notmuchmail.org
Subject: Re: Experimental Tag Sharing
Date: Sat, 29 Oct 2011 23:18:31 -0300 [thread overview]
Message-ID: <87pqhf5iiw.fsf@zancas.localnet> (raw)
In-Reply-To: <87lis3tiif.fsf@servo.finestructure.net>
[-- Attachment #1: Type: text/plain, Size: 2849 bytes --]
On Sat, 29 Oct 2011 17:44:56 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:
> On Sat, 29 Oct 2011 13:45:06 -0300, David Bremner <david@tethera.net> wrote:
>
> These patches did not apply cleanly for me from the list. I was able to
> get them from bremner's "nmbug" branch [0], though.
> [0] git://pivot.cs.unb.ca/git/notmuch
I did resend the one patch that we figured out was corrupted, but for
the moment I will just rebase the nmbug branch that jrollins mentioned.
> > $ nmbug dump
> > $ cd $HOME/.nmbug && git add tags && git commit
[snip]
> Could they be merged into a single operation?
Yes, "commit" now (in my git repo) does both the dump and the git
commit.
> While I think having a central shared tag repo is ok to get started, I
> would really like to see this work in a distributed way.
So far I don't see any technical issues with working in a distributed
way, just social ones. Whatever organization we set up, I think it is
important for there to be a way to submit and manage bug reports for
"outsiders". Of course, requiring a notmuch install is already a burden.
> It might be nice to let the user configure what prefix they use
> (ie. what goes before the "::" (currently "notmuch")).
There are two simple-matters-of-programming here. One is how to do the
configuration; probably "nmbug config" can be an alias for "git config
nmbug.$1" or something. The other is translating between prefixes.
Neither is hard, I guess.
> Does this system support the removing of tags? I guess I need to see
> the documentation for the restore --match option...
Yes, barring bugs, removing a tag in notmuch and running "nmbug commit"
should remove from the files in ~/.nmbug/tags
> It's too bad there's not a way to do scoped tag searches in notmuch
> (ie. notmuch search tag:"notmuch::*"). Any idea how hard it would be to
> support something like that?
I don't know. Carl thought it should work, but it doesn't seem to.
My uneducated guess is it has something to do with query parsing.
> > On think I'm not sure about is how to handle ideas like "voting", and
> > "signing off" with tags. I suspect we can come up with some
> What issue are you trying to solve here? Whatever it is, I don't think
> I like enumerating tags as the solution.
I'm trying to handle the issue of sharing non-boolean data.
For example,
- how can we record priorities bugs/patches
- how can we conveniently find all of the emacs patches (b.t.w I
started using notmuch::emacs for those) that jrollins has endorsed
but are not pushed.
Of course, nmbug could share more metadata than tags. OTOH I'd like to
avoid completely reinventing a distributed [0] bug tracker.
David
[0] well, at least potentially distributed, depending on definitions.
[-- Attachment #2: Type: application/pgp-signature, Size: 315 bytes --]
next prev parent reply other threads:[~2011-10-30 2:18 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-23 15:18 [PATCH] xutil.c: remove duplicate copies, create new library libutil.a to contain xutil David Bremner
2011-10-23 21:51 ` [PATCH] xregcomp: don't consider every regex compilation failure an internal error David Bremner
2011-10-29 3:04 ` David Bremner
2011-10-29 3:04 ` [PATCH 1/4] notmuch-restore: add tests for new --match command line argument David Bremner
2011-10-29 3:04 ` [PATCH 2/4] notmuch-restore: implement argument parsing for --match David Bremner
2011-10-29 3:04 ` [PATCH 3/4] test/dump-restore: add tests for notmuch restore --match David Bremner
2011-10-29 3:04 ` [PATCH 4/4] notmuch-restore: implement --match functionality David Bremner
2011-10-29 16:45 ` Experimental Tag Sharing David Bremner
2011-10-29 16:45 ` [PATCH] contrib/nmbug: new script for sharing tags with prefix notmuch:: David Bremner
2011-10-29 21:11 ` Ali Polatel
2011-10-29 22:12 ` David Bremner
2011-10-30 0:21 ` Ali Polatel
2011-11-07 0:59 ` [PATCH] contrib/nmbug: new script for sharing tags with a given prefix David Bremner
2011-11-07 12:58 ` Tomi Ollila
2011-11-11 15:08 ` [PATCH v3] " David Bremner
2011-11-11 23:26 ` Jameson Graef Rollins
2011-11-11 23:55 ` David Bremner
2011-11-12 2:43 ` Jameson Graef Rollins
2011-11-12 5:52 ` David Bremner
2011-11-13 1:39 ` David Bremner
2011-10-29 17:27 ` [PATCH v2] contrib/nmbug: new script for sharing tags with prefix notmuch:: David Bremner
2011-10-30 0:44 ` Experimental Tag Sharing Jameson Graef Rollins
2011-10-30 2:18 ` David Bremner [this message]
2011-10-29 20:55 ` [PATCH] docs: man, online help, and NEWS updated for notmuch restore --match David Bremner
2011-10-31 19:01 ` [PATCH] Fix formatting for restore and dump help documentation Jameson Graef Rollins
2011-11-01 0:19 ` David Bremner
2011-10-29 18:52 ` [PATCH] xutil.c: remove duplicate copies, create new library libutil.a to contain xutil David Bremner
2011-10-31 0:04 ` Austin Clements
2011-10-31 0:09 ` Jameson Graef Rollins
2011-10-31 2:28 ` David Bremner
2011-10-31 9:20 ` Jani Nikula
2011-10-31 10:51 ` David Bremner
2011-10-31 18:50 ` Jameson Graef Rollins
2011-10-31 19:19 ` Jani Nikula
2011-10-31 19:20 ` Jameson Graef Rollins
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
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pqhf5iiw.fsf@zancas.localnet \
--to=david@tethera.net \
--cc=jrollins@finestructure.net \
--cc=notmuch@notmuchmail.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.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).