GNU bug report logs - #23139
[PATCH] test/automated/abbrev-tests.el

Previous Next

Package: emacs;

Reported by: Lee B <lboc.home <at> gmail.com>

Date: Tue, 29 Mar 2016 04:05:02 UTC

Severity: wishlist

Tags: fixed, patch

Fixed in version 26.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23139 in the body.
You can then email your comments to 23139 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#23139; Package emacs. (Tue, 29 Mar 2016 04:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lee B <lboc.home <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 29 Mar 2016 04:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lee B <lboc.home <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] test/automated/abbrev-tests.el
Date: Tue, 29 Mar 2016 13:04:40 +0900
[Message part 1 (text/plain, inline)]
Hello,

Attached is a patch for the emacs-25 branch
test/automated/abbrev-tests.el. It comprises a couple of tests copied
from the master branch, minor modifications and a bunch of new tests.

In the abbrev-table-p-test, I've commented out a check that works in
master but not in emacs-25 (and vice-versa) - pointers on how to fix
this would be greatly appreciated. Any other hints and advice also
welcome :-)

Thanks,

Lee.
[0001-Copy-tests-from-master-modify-test-add-tests.patch (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23139; Package emacs. (Sun, 24 Apr 2016 15:02:02 GMT) Full text and rfc822 format available.

Message #8 received at 23139 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Lee B <lboc.home <at> gmail.com>
Cc: 23139 <at> debbugs.gnu.org
Subject: Re: bug#23139: [PATCH] test/automated/abbrev-tests.el
Date: Sun, 24 Apr 2016 17:01:30 +0200
Lee B <lboc.home <at> gmail.com> writes:

> Attached is a patch for the emacs-25 branch
> test/automated/abbrev-tests.el. It comprises a couple of tests copied
> from the master branch, minor modifications and a bunch of new tests.

Wouldn't it make more sense to just add these new tests to the master
branch?  Adding new tests to the emacs-25 branch at this point
(especially when they are incompatible with master) doesn't seem all
that vital...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23139; Package emacs. (Mon, 25 Apr 2016 00:51:02 GMT) Full text and rfc822 format available.

Message #11 received at 23139 <at> debbugs.gnu.org (full text, mbox):

From: Lee B <lboc.home <at> gmail.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 23139 <at> debbugs.gnu.org
Subject: Re: bug#23139: [PATCH] test/automated/abbrev-tests.el
Date: Mon, 25 Apr 2016 09:50:41 +0900
On Sun, Apr 24 2016, Lars Magne Ingebrigtsen wrote:

> Lee B <lboc.home <at> gmail.com> writes:
>
>> Attached is a patch for the emacs-25 branch
>> test/automated/abbrev-tests.el. It comprises a couple of tests copied
>> from the master branch, minor modifications and a bunch of new tests.
>
> Wouldn't it make more sense to just add these new tests to the master
> branch?  Adding new tests to the emacs-25 branch at this point
> (especially when they are incompatible with master) doesn't seem all
> that vital...

Sure, if you think that's the better way. I only patched against
emacs-25 as that's where I'd had some previous patches to this file
applied.

Shall I generate a patch against master and update this bug?

Lee.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23139; Package emacs. (Mon, 25 Apr 2016 23:10:01 GMT) Full text and rfc822 format available.

Message #14 received at 23139 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Lee B <lboc.home <at> gmail.com>
Cc: 23139 <at> debbugs.gnu.org
Subject: Re: bug#23139: [PATCH] test/automated/abbrev-tests.el
Date: Tue, 26 Apr 2016 01:09:26 +0200
Lee B <lboc.home <at> gmail.com> writes:

> Sure, if you think that's the better way. I only patched against
> emacs-25 as that's where I'd had some previous patches to this file
> applied.
>
> Shall I generate a patch against master and update this bug?

Yes, please do.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23139; Package emacs. (Tue, 26 Apr 2016 05:52:01 GMT) Full text and rfc822 format available.

Message #17 received at 23139 <at> debbugs.gnu.org (full text, mbox):

From: Lee B <lboc.home <at> gmail.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 23139 <at> debbugs.gnu.org
Subject: Re: bug#23139: [PATCH] test/automated/abbrev-tests.el
Date: Tue, 26 Apr 2016 14:51:18 +0900
[Message part 1 (text/plain, inline)]
On 月,  4 25 2016, Lars Magne Ingebrigtsen wrote:

> Lee B <lboc.home <at> gmail.com> writes:
>
>> Sure, if you think that's the better way. I only patched against
>> emacs-25 as that's where I'd had some previous patches to this file
>> applied.
>>
>> Shall I generate a patch against master and update this bug?
>
> Yes, please do.

OK, patch against master attached. Contrary to the bug title, the file
is now test/lisp/abbrev-tests.el of course.

Lee.

[0001-Modify-add-abbrev-tests.patch (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#23139; Package emacs. (Mon, 02 May 2016 22:14:01 GMT) Full text and rfc822 format available.

Message #20 received at 23139 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Lee B <lboc.home <at> gmail.com>
Cc: 23139 <at> debbugs.gnu.org
Subject: Re: bug#23139: [PATCH] test/automated/abbrev-tests.el
Date: Tue, 03 May 2016 00:13:15 +0200
Lee B <lboc.home <at> gmail.com> writes:

> OK, patch against master attached. Contrary to the bug title, the file
> is now test/lisp/abbrev-tests.el of course.

Thanks; applied to the trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 02 May 2016 22:14:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 25.2, send any further explanations to 23139 <at> debbugs.gnu.org and Lee B <lboc.home <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 02 May 2016 22:14:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 31 May 2016 11:24:03 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:11 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 26.1. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:11 GMT) Full text and rfc822 format available.

bug No longer marked as fixed in versions 25.2. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:11 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 01 Jan 2017 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.