[PATCH 2/2] [RFC] possible solution for "Race condition for '*' command"

2011-07-03 Thread Austin Clements
Quoth Pieter Praet on Jul 02 at 4:20 pm: > On Fri, 1 Jul 2011 12:37:11 -0400, Austin Clements > wrote: > Non-text part: multipart/alternative > > On Jul 1, 2011 10:55 AM, "Austin Clements" wrote: > > > > > > On Thu, Jun 30, 2011 at 3:38 PM, Pieter Praet wrote: > > > > Ok, even though my very

branchs and tags and merges oh my!

2011-07-03 Thread servilio
On 3 July 2011 08:44, David Bremner wrote: > On Sun, 3 Jul 2011 03:14:03 -0400, servilio wrote: >> >> I think there is no need for tags on master, "make dist" should only >> be run on the "release" branch, right? > > It isn't just about make dist (which I anyway thinks makes sense to run > on

branchs and tags and merges oh my!

2011-07-03 Thread servilio
On 3 July 2011 08:32, David Bremner wrote: > On Sat, 2 Jul 2011 15:23:02 -0500, Jed Brown wrote: > >> Remind me of why bugfix patches can't (usually) be applied to the >> release branch first, then merged into master? > > Yes, that might work out for a "release" consisting of one or two >

[PATCH] Use POSIX sed invocation

2011-07-03 Thread Robin Green
Fixes broken build on DragonFly BSD Signed-off-by: Robin Green --- lib/Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Makefile.local b/lib/Makefile.local index fe42920..88d8deb 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -76,7 +76,7

branchs and tags and merges oh my!

2011-07-03 Thread David Bremner
Type: application/pgp-signature Size: 315 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110703/830aaec8/attachment-0001.pgp>

branchs and tags and merges oh my!

2011-07-03 Thread David Bremner
: 315 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110703/c281f4b6/attachment.pgp>

[PATCH 2/2] emacs: skip forward to visible text in notmuch-show-message-extent

2011-07-03 Thread Dmitry Kurochkin
The patch rewrites `notmuch-show-message-extent' to be more robust. The main goal is to make it work as expected if point is invisible. Besides, there are no more point movements and property search functions are used instead manual loops. The comment regarding properties strangeness is removed

branchs and tags and merges oh my!

2011-07-03 Thread servilio
On 2 July 2011 13:30, David Bremner wrote: > On Sat, 2 Jul 2011 11:59:04 -0400, servilio wrote: >> What about having Carl do the merging of features into a develop >> branch[1], then the release manager prepares a release in a release >> branch, merging back and tagging into master when release

Re: branchs and tags and merges oh my!

2011-07-03 Thread servilio
On 2 July 2011 13:30, David Bremner da...@tethera.net wrote: On Sat, 2 Jul 2011 11:59:04 -0400, servilio servi...@gmail.com wrote: What about having Carl do the merging of features into a develop branch[1], then the release manager prepares a release in a release branch, merging back and

[PATCH] Use POSIX sed invocation

2011-07-03 Thread Robin Green
Fixes broken build on DragonFly BSD Signed-off-by: Robin Green gree...@greenrd.org --- lib/Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Makefile.local b/lib/Makefile.local index fe42920..88d8deb 100644 --- a/lib/Makefile.local +++

Re: [PATCH] Use POSIX sed invocation

2011-07-03 Thread David Bremner
On Sun, 3 Jul 2011 10:18:17 +0100, Robin Green gree...@greenrd.org wrote: Fixes broken build on DragonFly BSD - sed -n 's/^\s*\(notmuch_[a-z_]*\)\s*(.*/\t\1;/p' $ notmuch.sym + sed -n 's/^[[:space:]]*\(notmuch_[a-z_]*\)[[:space:]]*(.*/'`printf \t`'\1;/p' $ notmuch.sym Fix (for

Re: branchs and tags and merges oh my!

2011-07-03 Thread David Bremner
On Sat, 2 Jul 2011 15:23:02 -0500, Jed Brown j...@59a2.org wrote: Remind me of why bugfix patches can't (usually) be applied to the release branch first, then merged into master? Yes, that might work out for a release consisting of one or two critical patches, and happening more or less

Re: branchs and tags and merges oh my!

2011-07-03 Thread David Bremner
On Sun, 3 Jul 2011 03:14:03 -0400, servilio servi...@gmail.com wrote: I think there is no need for tags on master, make dist should only be run on the release branch, right? It isn't just about make dist (which I anyway thinks makes sense to run on master to make snapshots). Every

Re: [PATCH 2/2] [RFC] possible solution for Race condition for '*' command

2011-07-03 Thread Austin Clements
Quoth Pieter Praet on Jul 02 at 4:20 pm: On Fri, 1 Jul 2011 12:37:11 -0400, Austin Clements amdra...@mit.edu wrote: Non-text part: multipart/alternative On Jul 1, 2011 10:55 AM, Austin Clements amdra...@mit.edu wrote: On Thu, Jun 30, 2011 at 3:38 PM, Pieter Praet pie...@praet.org wrote:

[PATCH 1/3] test: update documentation for test_emacs in test/README

2011-07-03 Thread Dmitry Kurochkin
Update test_emacs documentation in test/README according to the latest changes in emacs tests. Move the note regarding setting variables from test/emacs to test/README. --- test/README | 10 +++--- test/emacs |5 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git

[PATCH 3/3] test: add emacs test for hiding a message following an HTML part

2011-07-03 Thread Dmitry Kurochkin
Human-friendly scenario: * open a thread where a message which ends with an HTML part is followed by another message * make the first message visible * goto the beginning of the second message (first line, first colon) * hit RET Result: nothing happens except for No URL at point message

Re: [PATCH 2/3] test: improve known broken tests support

2011-07-03 Thread Austin Clements
Great idea! Just a heads-up, this will conflict with the first two patches in the atomicity series (though git may not detect the second conflict). Both are trivial patches, though, so the merge should be easy. Three minor comments below. On Sun, Jul 3, 2011 at 9:59 PM, Dmitry Kurochkin

Re: [PATCH 2/3] test: improve known broken tests support

2011-07-03 Thread Dmitry Kurochkin
On Sun, 3 Jul 2011 23:42:13 -0400, Austin Clements amdra...@mit.edu wrote: Great idea! Just a heads-up, this will conflict with the first two patches in the atomicity series (though git may not detect the second conflict). Both are trivial patches, though, so the merge should be easy. Oh.

[PATCH v2 0/3] improved broken tests support and test for a bug

2011-07-03 Thread Dmitry Kurochkin
This version implements suggestions by Austin. Regards, Dmitry ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH v2 1/3] test: update documentation for test_emacs in test/README

2011-07-03 Thread Dmitry Kurochkin
Update test_emacs documentation in test/README according to the latest changes in emacs tests. Move the note regarding setting variables from test/emacs to test/README. --- test/README | 10 +++--- test/emacs |5 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git

[PATCH v2 2/3] test: improve known broken tests support

2011-07-03 Thread Dmitry Kurochkin
There is existing support for broken tests. But it is not convenient to use. The primary issue is that we have to maintain a set of test_expect_*_failure functions which are equivalent to the normal test_expect_* counterparts except for what functions are called for result reporting. The patch