* bug#16435: Missing email notification for commit in ELPA
@ 2014-01-14 2:29 ` Dmitry Gutov
2014-01-14 9:12 ` Rüdiger Sonderfeld
` (3 more replies)
0 siblings, 4 replies; 18+ messages in thread
From: Dmitry Gutov @ 2014-01-14 2:29 UTC (permalink / raw)
To: 16435
This one: d3d8e780d8ea77339231e232adefca01d042d927
I've never received a personal email notification (as diff-hl author).
Now that I've looked closely in
http://lists.gnu.org/archive/html/emacs-elpa-diffs/2013-12/threads.html,
this commit was hidden among unrelated ones:
http://lists.gnu.org/archive/html/emacs-elpa-diffs/2013-12/msg00011.html
Which made it nearly impossible to notice even when subscribed to the
list.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: Missing email notification for commit in ELPA
2014-01-14 2:29 ` bug#16435: Missing email notification for commit in ELPA Dmitry Gutov
@ 2014-01-14 9:12 ` Rüdiger Sonderfeld
2014-01-14 14:03 ` Dmitry Gutov
2014-01-14 13:54 ` Barry OReilly
` (2 subsequent siblings)
3 siblings, 1 reply; 18+ messages in thread
From: Rüdiger Sonderfeld @ 2014-01-14 9:12 UTC (permalink / raw)
To: 16435; +Cc: dgutov
The mail hook was recently changed to the new git-multimail which should send
one message per commit and fix this problem.
https://savannah.gnu.org/support/?108467
Regards,
Rüdiger
On Tuesday 14 January 2014 04:29:36 Dmitry Gutov wrote:
> This one: d3d8e780d8ea77339231e232adefca01d042d927
>
> I've never received a personal email notification (as diff-hl author).
>
> Now that I've looked closely in
> http://lists.gnu.org/archive/html/emacs-elpa-diffs/2013-12/threads.html,
> this commit was hidden among unrelated ones:
> http://lists.gnu.org/archive/html/emacs-elpa-diffs/2013-12/msg00011.html
>
> Which made it nearly impossible to notice even when subscribed to the
> list.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: Missing email notification for commit in ELPA
2014-01-14 2:29 ` bug#16435: Missing email notification for commit in ELPA Dmitry Gutov
2014-01-14 9:12 ` Rüdiger Sonderfeld
@ 2014-01-14 13:54 ` Barry OReilly
2014-01-14 15:34 ` Dmitry Gutov
2014-01-14 22:13 ` Stefan Monnier
[not found] ` <handler.16435.C.139058804223464.notifdonectrl.0@debbugs.gnu.org>
3 siblings, 1 reply; 18+ messages in thread
From: Barry OReilly @ 2014-01-14 13:54 UTC (permalink / raw)
To: 16435, Dmitry Antipov
[-- Attachment #1: Type: text/plain, Size: 361 bytes --]
I remember those, they were 3 local commits then a push. diff-hl was
the only package to not build with latest Emacs at the time. I
repaired it so as 'make' would succeed all the way through. I didn't
raise the issue because it seemed trivial. Also Eli has posted before
that repairing a broken build can be done without delay. Sorry if I
stepped on your toes.
[-- Attachment #2: Type: text/html, Size: 418 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: Missing email notification for commit in ELPA
2014-01-14 9:12 ` Rüdiger Sonderfeld
@ 2014-01-14 14:03 ` Dmitry Gutov
0 siblings, 0 replies; 18+ messages in thread
From: Dmitry Gutov @ 2014-01-14 14:03 UTC (permalink / raw)
To: Rüdiger Sonderfeld; +Cc: 16435
On 14.01.2014 11:12, Rüdiger Sonderfeld wrote:
> The mail hook was recently changed to the new git-multimail which should send
> one message per commit and fix this problem.
I'll likely fix the second part of the problem (doesn't work yet, see my
comment at the Savannah ticket), but author notifications are something
specific to ELPA.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: Missing email notification for commit in ELPA
2014-01-14 13:54 ` Barry OReilly
@ 2014-01-14 15:34 ` Dmitry Gutov
2014-01-14 16:15 ` Barry OReilly
0 siblings, 1 reply; 18+ messages in thread
From: Dmitry Gutov @ 2014-01-14 15:34 UTC (permalink / raw)
To: Barry OReilly; +Cc: Dmitry Antipov, 16435
Barry OReilly <gundaetiapo@gmail.com> writes:
> Sorry if I stepped on your toes.
No problem, and thanks for the fix.
The only thing you should have done differently is push this commit
separately from the rest, but with git-multimail, this should be a
non-issue in the future.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: Missing email notification for commit in ELPA
2014-01-14 15:34 ` Dmitry Gutov
@ 2014-01-14 16:15 ` Barry OReilly
2014-01-14 16:16 ` Dmitry Gutov
0 siblings, 1 reply; 18+ messages in thread
From: Barry OReilly @ 2014-01-14 16:15 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: 16435
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
> The only thing you should have done differently is push this commit
> separately from the rest
If this restriction is to workaround deficiencies of mailing
notifications, then I understand. But I don't see why pushing multiple
local commits at once would be necessarily wrong going forward.
[-- Attachment #2: Type: text/html, Size: 351 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: Missing email notification for commit in ELPA
2014-01-14 16:15 ` Barry OReilly
@ 2014-01-14 16:16 ` Dmitry Gutov
0 siblings, 0 replies; 18+ messages in thread
From: Dmitry Gutov @ 2014-01-14 16:16 UTC (permalink / raw)
To: Barry OReilly; +Cc: 16435
On 14.01.2014 18:15, Barry OReilly wrote:
> If this restriction is to workaround deficiencies of mailing
> notifications, then I understand.
Precisely.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: Missing email notification for commit in ELPA
2014-01-14 2:29 ` bug#16435: Missing email notification for commit in ELPA Dmitry Gutov
2014-01-14 9:12 ` Rüdiger Sonderfeld
2014-01-14 13:54 ` Barry OReilly
@ 2014-01-14 22:13 ` Stefan Monnier
[not found] ` <handler.16435.C.139058804223464.notifdonectrl.0@debbugs.gnu.org>
3 siblings, 0 replies; 18+ messages in thread
From: Stefan Monnier @ 2014-01-14 22:13 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: 16435
> This one: d3d8e780d8ea77339231e232adefca01d042d927
> I've never received a personal email notification (as diff-hl author).
Thanks. I have to rewrite the personal notification script for the new
email format anyway, so this bug will probably be replaced by others.
Stefan
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
[not found] ` <handler.16435.C.139058804223464.notifdonectrl.0@debbugs.gnu.org>
@ 2014-01-25 11:12 ` Dmitry Gutov
2014-01-25 19:59 ` Glenn Morris
0 siblings, 1 reply; 18+ messages in thread
From: Dmitry Gutov @ 2014-01-25 11:12 UTC (permalink / raw)
To: 16435
I don't think this should be closed yet, notifications still don't work
like they should.
Specifically, while the "summary" emails do arrive now, the emails with
individuals diffs don't.
On 24.01.2014 20:28, GNU bug Tracking System wrote:
> This is an automatic notification regarding your bug report
> #16435: Missing email notification for commit in ELPA,
> which was filed against the emacs package.
>
> Thank you for your report, which has now been closed.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2014-01-25 11:12 ` bug#16435: acknowledged by developer (control message for bug 16435) Dmitry Gutov
@ 2014-01-25 19:59 ` Glenn Morris
2014-01-25 20:21 ` Dmitry Gutov
0 siblings, 1 reply; 18+ messages in thread
From: Glenn Morris @ 2014-01-25 19:59 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: 16435
Feel free to reopen it then.
The original issue you reported is no longer relevant, and there had
been no comments for 10 days.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2014-01-25 19:59 ` Glenn Morris
@ 2014-01-25 20:21 ` Dmitry Gutov
2016-07-14 1:54 ` npostavs
0 siblings, 1 reply; 18+ messages in thread
From: Dmitry Gutov @ 2014-01-25 20:21 UTC (permalink / raw)
To: Glenn Morris; +Cc: control, 16435
reopen 16435
thanks
On 25.01.2014 21:59, Glenn Morris wrote:
>
> Feel free to reopen it then.
Done.
> The original issue you reported is no longer relevant, and there had
> been no comments for 10 days.
I would rather expect to see a comment after something was fixed.
Anyway, like I said in the previous message, "notifications" seem to
happen now (although I've only had a chance to see one of them, for a
package other than diff-hl), but the diffs messages, which are now
separate, don't get sent yet.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2014-01-25 20:21 ` Dmitry Gutov
@ 2016-07-14 1:54 ` npostavs
2016-07-14 2:16 ` Dmitry Gutov
0 siblings, 1 reply; 18+ messages in thread
From: npostavs @ 2016-07-14 1:54 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: control, 16435
Dmitry Gutov <dgutov@yandex.ru> writes:
> Anyway, like I said in the previous message, "notifications" seem to
> happen now (although I've only had a chance to see one of them, for a
> package other than diff-hl), but the diffs messages, which are now
> separate, don't get sent yet.
This is fixed now, right? I've received some diffs for yasnippet.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2016-07-14 1:54 ` npostavs
@ 2016-07-14 2:16 ` Dmitry Gutov
2016-07-14 2:25 ` Noam Postavsky
2020-09-08 14:16 ` Stefan Kangas
0 siblings, 2 replies; 18+ messages in thread
From: Dmitry Gutov @ 2016-07-14 2:16 UTC (permalink / raw)
To: npostavs; +Cc: control, 16435
On 07/14/2016 04:54 AM, npostavs@users.sourceforge.net wrote:
> This is fixed now, right? I've received some diffs for yasnippet.
Not sure it's working properly. I've received four emails for Paul's
f105338 commit, but all of them were addressed to emacs-elpa-diffs (I'm
subscribed to it, so I can't tell if any of them had me in BCC).
And three of them were the same, a truncated version of the fourth that
stopped at 268th line.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2016-07-14 2:16 ` Dmitry Gutov
@ 2016-07-14 2:25 ` Noam Postavsky
2020-09-08 14:16 ` Stefan Kangas
1 sibling, 0 replies; 18+ messages in thread
From: Noam Postavsky @ 2016-07-14 2:25 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: 16435
On Wed, Jul 13, 2016 at 10:16 PM, Dmitry Gutov <dgutov@yandex.ru> wrote:
> On 07/14/2016 04:54 AM, npostavs@users.sourceforge.net wrote:
>
>> This is fixed now, right? I've received some diffs for yasnippet.
>
>
> Not sure it's working properly. I've received four emails for Paul's f105338
> commit, but all of them were addressed to emacs-elpa-diffs (I'm subscribed
> to it, so I can't tell if any of them had me in BCC).
I'm not subscribed to emacs-elpa-diffs, but I did recieve one email for f105338.
>
> And three of them were the same, a truncated version of the fourth that
> stopped at 268th line.
Yes, I assumed the truncation is on purpose.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2016-07-14 2:16 ` Dmitry Gutov
2016-07-14 2:25 ` Noam Postavsky
@ 2020-09-08 14:16 ` Stefan Kangas
2020-09-08 14:19 ` Dmitry Gutov
1 sibling, 1 reply; 18+ messages in thread
From: Stefan Kangas @ 2020-09-08 14:16 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: 16435, npostavs
Dmitry Gutov <dgutov@yandex.ru> writes:
> On 07/14/2016 04:54 AM, npostavs@users.sourceforge.net wrote:
>
>> This is fixed now, right? I've received some diffs for yasnippet.
>
> Not sure it's working properly. I've received four emails for Paul's f105338
> commit, but all of them were addressed to emacs-elpa-diffs (I'm subscribed to
> it, so I can't tell if any of them had me in BCC).
>
> And three of them were the same, a truncated version of the fourth that stopped
> at 268th line.
Is this still an issue?
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2020-09-08 14:16 ` Stefan Kangas
@ 2020-09-08 14:19 ` Dmitry Gutov
2020-09-08 14:59 ` Stefan Kangas
0 siblings, 1 reply; 18+ messages in thread
From: Dmitry Gutov @ 2020-09-08 14:19 UTC (permalink / raw)
To: Stefan Kangas; +Cc: 16435, npostavs
On 08.09.2020 17:16, Stefan Kangas wrote:
> Is this still an issue?
Could you make a couple of cosmetic changes, to test it out?
One in diff-hl, another in company.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2020-09-08 14:19 ` Dmitry Gutov
@ 2020-09-08 14:59 ` Stefan Kangas
2020-09-08 21:55 ` Dmitry Gutov
0 siblings, 1 reply; 18+ messages in thread
From: Stefan Kangas @ 2020-09-08 14:59 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: 16435, npostavs
Dmitry Gutov <dgutov@yandex.ru> writes:
> On 08.09.2020 17:16, Stefan Kangas wrote:
>> Is this still an issue?
>
> Could you make a couple of cosmetic changes, to test it out?
>
> One in diff-hl, another in company.
Done.
^ permalink raw reply [flat|nested] 18+ messages in thread
* bug#16435: acknowledged by developer (control message for bug 16435)
2020-09-08 14:59 ` Stefan Kangas
@ 2020-09-08 21:55 ` Dmitry Gutov
0 siblings, 0 replies; 18+ messages in thread
From: Dmitry Gutov @ 2020-09-08 21:55 UTC (permalink / raw)
To: Stefan Kangas; +Cc: 16435, Stefan Monnier, npostavs
On 08.09.2020 17:59, Stefan Kangas wrote:
> Dmitry Gutov <dgutov@yandex.ru> writes:
>
>> On 08.09.2020 17:16, Stefan Kangas wrote:
>>> Is this still an issue?
>>
>> Could you make a couple of cosmetic changes, to test it out?
>>
>> One in diff-hl, another in company.
>
> Done.
Thanks.
I received only one email for each, both addressed to
emacs-elpa-diffs@gnu.org. So these don't seem to be author
notifications, just normal subscriber emails.
So this doesn't seem like expected behavior, at least according to my
recollections of past discussions, as well as
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=16435#29.
If we don't expect separate emails anymore, someone please correct me.
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2020-09-08 21:55 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1W6lTK-0004ws-UD@fencepost.gnu.org>
2014-01-14 2:29 ` bug#16435: Missing email notification for commit in ELPA Dmitry Gutov
2014-01-14 9:12 ` Rüdiger Sonderfeld
2014-01-14 14:03 ` Dmitry Gutov
2014-01-14 13:54 ` Barry OReilly
2014-01-14 15:34 ` Dmitry Gutov
2014-01-14 16:15 ` Barry OReilly
2014-01-14 16:16 ` Dmitry Gutov
2014-01-14 22:13 ` Stefan Monnier
[not found] ` <handler.16435.C.139058804223464.notifdonectrl.0@debbugs.gnu.org>
2014-01-25 11:12 ` bug#16435: acknowledged by developer (control message for bug 16435) Dmitry Gutov
2014-01-25 19:59 ` Glenn Morris
2014-01-25 20:21 ` Dmitry Gutov
2016-07-14 1:54 ` npostavs
2016-07-14 2:16 ` Dmitry Gutov
2016-07-14 2:25 ` Noam Postavsky
2020-09-08 14:16 ` Stefan Kangas
2020-09-08 14:19 ` Dmitry Gutov
2020-09-08 14:59 ` Stefan Kangas
2020-09-08 21:55 ` Dmitry Gutov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.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).