unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Pretest/release plans
@ 2012-05-13  1:46 Chong Yidong
  2012-05-13  8:48 ` Leo
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Chong Yidong @ 2012-05-13  1:46 UTC (permalink / raw)
  To: emacs-devel

Because there have been a number of non-trivial bugfixes since 24.0.96,
I will make a 24.0.97 pretest this coming Wednesday, the 16th.  Please
plan your commits accordingly.

The only other major issue I am concerned about for the release is the
mysterious GC problem on Mac OS (Bug#11395), so if some Mac user could
help track that down by providing concrete debbugging details or
bisecting, that would be great.

If nothing major crops up, I hope to make the release candidate at the
end of the month.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-13  1:46 Pretest/release plans Chong Yidong
@ 2012-05-13  8:48 ` Leo
  2012-05-15 15:22   ` Chong Yidong
  2012-05-16  7:21 ` Glenn Morris
  2012-05-29 13:35 ` Chong Yidong
  2 siblings, 1 reply; 12+ messages in thread
From: Leo @ 2012-05-13  8:48 UTC (permalink / raw)
  To: emacs-devel

On 2012-05-13 09:46 +0800, Chong Yidong wrote:
> If nothing major crops up, I hope to make the release candidate at the
> end of the month.

There are a few cc-mode regressions. I wonder if they will be fixed for
the release? Thanks.

Leo




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-13  8:48 ` Leo
@ 2012-05-15 15:22   ` Chong Yidong
  2012-05-15 16:22     ` Leo
  0 siblings, 1 reply; 12+ messages in thread
From: Chong Yidong @ 2012-05-15 15:22 UTC (permalink / raw)
  To: Leo; +Cc: emacs-devel

Leo <sdl.web@gmail.com> writes:

> On 2012-05-13 09:46 +0800, Chong Yidong wrote:
>> If nothing major crops up, I hope to make the release candidate at the
>> end of the month.
>
> There are a few cc-mode regressions. I wonder if they will be fixed
> for the release? Thanks.

Which are you referring to?



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-15 15:22   ` Chong Yidong
@ 2012-05-15 16:22     ` Leo
  2012-05-15 16:36       ` Alan Mackenzie
  0 siblings, 1 reply; 12+ messages in thread
From: Leo @ 2012-05-15 16:22 UTC (permalink / raw)
  To: emacs-devel

On 2012-05-15 23:22 +0800, Chong Yidong wrote:
>> There are a few cc-mode regressions. I wonder if they will be fixed
>> for the release? Thanks.
>
> Which are you referring to?

From my reports: bug#11152 and bug#11165. There might be others.

Leo





^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-15 16:22     ` Leo
@ 2012-05-15 16:36       ` Alan Mackenzie
  2012-05-15 20:01         ` Michael Welsh Duggan
  0 siblings, 1 reply; 12+ messages in thread
From: Alan Mackenzie @ 2012-05-15 16:36 UTC (permalink / raw)
  To: Leo; +Cc: Chong Yidong, emacs-devel

Hello, Yidong and Leo.

On Wed, May 16, 2012 at 12:22:34AM +0800, Leo wrote:
> On 2012-05-15 23:22 +0800, Chong Yidong wrote:
> >> There are a few cc-mode regressions. I wonder if they will be fixed
> >> for the release? Thanks.

> > Which are you referring to?

> >>From my reports: bug#11152 and bug#11165. There might be others.

Message received!

> Leo

-- 
Alan Mackenzie (Nuremberg, Germany).



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-15 16:36       ` Alan Mackenzie
@ 2012-05-15 20:01         ` Michael Welsh Duggan
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Welsh Duggan @ 2012-05-15 20:01 UTC (permalink / raw)
  To: Alan Mackenzie; +Cc: Chong Yidong, Leo, emacs-devel

Alan Mackenzie <acm@muc.de> writes:

> Hello, Yidong and Leo.
>
> On Wed, May 16, 2012 at 12:22:34AM +0800, Leo wrote:
>> On 2012-05-15 23:22 +0800, Chong Yidong wrote:
>> >> There are a few cc-mode regressions. I wonder if they will be fixed
>> >> for the release? Thanks.
>
>> > Which are you referring to?
>
>> >>From my reports: bug#11152 and bug#11165. There might be others.
>
> Message received!

#11448 is also technically a regression.

-- 
Michael Welsh Duggan
(mwd@cert.org)



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-13  1:46 Pretest/release plans Chong Yidong
  2012-05-13  8:48 ` Leo
@ 2012-05-16  7:21 ` Glenn Morris
  2012-05-16 10:51   ` Chong Yidong
  2012-05-29 13:35 ` Chong Yidong
  2 siblings, 1 reply; 12+ messages in thread
From: Glenn Morris @ 2012-05-16  7:21 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

Chong Yidong wrote:

> Because there have been a number of non-trivial bugfixes since 24.0.96,
> I will make a 24.0.97 pretest this coming Wednesday, the 16th.  Please
> plan your commits accordingly.

Some bugs to consider:

Wrong CPP (?) on several older platforms:
http://debbugs.gnu.org/11485

Emacs won't configure on Mac OS X with gcc 4.6 onwards (fix in trunk?):
http://debbugs.gnu.org/9755

Emacs won't dump on Mac OS X with gcc 4.6 onwards:
http://debbugs.gnu.org/9927
http://hydra.nixos.org/build/2630203


The last two seem like the kind of thing that might become an annoyance
as gcc 4.6 becomes more widespread.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-16  7:21 ` Glenn Morris
@ 2012-05-16 10:51   ` Chong Yidong
  2012-05-16 11:03     ` Chong Yidong
  0 siblings, 1 reply; 12+ messages in thread
From: Chong Yidong @ 2012-05-16 10:51 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Glenn Morris <rgm@gnu.org> writes:

> Wrong CPP (?) on several older platforms:
> http://debbugs.gnu.org/11485

Off the top of my head, this seems a bit too non-trivial to introduce
now.  We can add a description to PROBLEMS, including a patch.

> Emacs won't configure on Mac OS X with gcc 4.6 onwards (fix in trunk?):
> http://debbugs.gnu.org/9755

I think removing -no-cpp-precomp should be ok for emacs-24, if that is
only for supporting a bug in a nearly 10-year-old vendor-modified
compiler.  But could someone with access to Mac OS please first verify
that emacs-24 builds when this change is made?

> Emacs won't dump on Mac OS X with gcc 4.6 onwards:
> http://debbugs.gnu.org/9927
> http://hydra.nixos.org/build/2630203

If there is no fix on hand for that, I'd rather not wait.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-16 10:51   ` Chong Yidong
@ 2012-05-16 11:03     ` Chong Yidong
  2012-05-16 17:56       ` Paul Eggert
  0 siblings, 1 reply; 12+ messages in thread
From: Chong Yidong @ 2012-05-16 11:03 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Chong Yidong <cyd@gnu.org> writes:

> I think removing -no-cpp-precomp should be ok for emacs-24, if that is
> only for supporting a bug in a nearly 10-year-old vendor-modified
> compiler.  But could someone with access to Mac OS please first verify
> that emacs-24 builds when this change is made?

Actually, nevermind---I just saw your message that even with this
change, Emacs still doesn't dump with gcc-4.6 on OS X.  So it's not
worth it.

Does anyone know if Bug#9927 exists for Emacs 23 as well, or if it is an
Emacs 24 regression?



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-16 11:03     ` Chong Yidong
@ 2012-05-16 17:56       ` Paul Eggert
  0 siblings, 0 replies; 12+ messages in thread
From: Paul Eggert @ 2012-05-16 17:56 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

On 05/16/2012 04:03 AM, Chong Yidong wrote:

> Does anyone know if Bug#9927 exists for Emacs 23 as well, or if it is an
> Emacs 24 regression?

I just now asked Peter Dyballa (the original reporter)
about that, here:

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9927#13



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-13  1:46 Pretest/release plans Chong Yidong
  2012-05-13  8:48 ` Leo
  2012-05-16  7:21 ` Glenn Morris
@ 2012-05-29 13:35 ` Chong Yidong
  2012-06-01  9:44   ` Chong Yidong
  2 siblings, 1 reply; 12+ messages in thread
From: Chong Yidong @ 2012-05-29 13:35 UTC (permalink / raw)
  To: emacs-devel

> If nothing major crops up, I hope to make the release candidate at the
> end of the month.

I will make the release candidate on the 31st.  Please plan your commits
accordingly, and let me know if there is any issue that you think is a
blocker.  Thanks.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Pretest/release plans
  2012-05-29 13:35 ` Chong Yidong
@ 2012-06-01  9:44   ` Chong Yidong
  0 siblings, 0 replies; 12+ messages in thread
From: Chong Yidong @ 2012-06-01  9:44 UTC (permalink / raw)
  To: emacs-devel

Chong Yidong <cyd@gnu.org> writes:

> I will make the release candidate on the 31st.  Please plan your
> commits accordingly, and let me know if there is any issue that you
> think is a blocker.  Thanks.

Sorry for the delay.  (I wanted to see if there was a quick solution for
Bug#11541; but that is not a regression against Emacs 23 and
unreproducible on some setups, so I don't think it's worth waiting for
it now.)  I will make the release candidate shortly.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-06-01  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-13  1:46 Pretest/release plans Chong Yidong
2012-05-13  8:48 ` Leo
2012-05-15 15:22   ` Chong Yidong
2012-05-15 16:22     ` Leo
2012-05-15 16:36       ` Alan Mackenzie
2012-05-15 20:01         ` Michael Welsh Duggan
2012-05-16  7:21 ` Glenn Morris
2012-05-16 10:51   ` Chong Yidong
2012-05-16 11:03     ` Chong Yidong
2012-05-16 17:56       ` Paul Eggert
2012-05-29 13:35 ` Chong Yidong
2012-06-01  9:44   ` Chong Yidong

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).