Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-31 Thread Luc Maisonobe
Le 31/05/2012 08:23, Sébastien Brisard a écrit : > Hi, > > 2012/5/27 Sébastien Brisard : >> Hi, >> >> 2012/5/27 Luc Maisonobe : >>> Le 27/05/2012 16:25, Jochen Wiedmann a écrit : On Thu, May 24, 2012 at 8:41 PM, Luc Maisonobe wrote: > Le 24/05/2012 21:27, Sébastien Brisard a écrit

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-30 Thread Sébastien Brisard
Hi, 2012/5/27 Sébastien Brisard : > Hi, > > 2012/5/27 Luc Maisonobe : >> Le 27/05/2012 16:25, Jochen Wiedmann a écrit : >>> On Thu, May 24, 2012 at 8:41 PM, Luc Maisonobe >>> wrote: Le 24/05/2012 21:27, Sébastien Brisard a écrit : > Hi, > commit 1342404 solves MATH-791. It turns out

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-27 Thread Sébastien Brisard
Hi, 2012/5/27 Luc Maisonobe : > Le 27/05/2012 16:25, Jochen Wiedmann a écrit : >> On Thu, May 24, 2012 at 8:41 PM, Luc Maisonobe wrote: >>> Le 24/05/2012 21:27, Sébastien Brisard a écrit : Hi, commit 1342404 solves MATH-791. It turns out that LocalizedFormats.ALPHA and BETA are no

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-27 Thread Luc Maisonobe
Le 27/05/2012 16:25, Jochen Wiedmann a écrit : > On Thu, May 24, 2012 at 8:41 PM, Luc Maisonobe wrote: >> Le 24/05/2012 21:27, Sébastien Brisard a écrit : >>> Hi, >>> commit 1342404 solves MATH-791. It turns out that >>> LocalizedFormats.ALPHA and BETA are no longer used. I wanted to remove >>> th

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-27 Thread Jochen Wiedmann
On Thu, May 24, 2012 at 8:41 PM, Luc Maisonobe wrote: > Le 24/05/2012 21:27, Sébastien Brisard a écrit : >> Hi, >> commit 1342404 solves MATH-791. It turns out that >> LocalizedFormats.ALPHA and BETA are no longer used. I wanted to remove >> them, but that breaks the compatibility. How should we d

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-24 Thread sebb
On 25 May 2012 03:40, Sébastien Brisard wrote: > Hi, > thanks for your answer! >> >> You can deprecate a field. >> > Good to know, I wasn't too sure it makes sense. > >> >> However, if a public field is not part of the user API - e.g. it's >> only public to allow access within CM code - then break

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-24 Thread Sébastien Brisard
Hi, thanks for your answer! > > You can deprecate a field. > Good to know, I wasn't too sure it makes sense. > > However, if a public field is not part of the user API - e.g. it's > only public to allow access within CM code - then breaking compat is > not a problem, because users should never ref

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-24 Thread sebb
On 25 May 2012 01:48, Sébastien Brisard wrote: > Hi Luc, > > 2012/5/24 Luc Maisonobe : >> Le 24/05/2012 21:27, Sébastien Brisard a écrit : >>> Hi, >>> commit 1342404 solves MATH-791. It turns out that >>> LocalizedFormats.ALPHA and BETA are no longer used. I wanted to remove >>> them, but that bre

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-24 Thread Sébastien Brisard
Hi Luc, 2012/5/24 Luc Maisonobe : > Le 24/05/2012 21:27, Sébastien Brisard a écrit : >> Hi, >> commit 1342404 solves MATH-791. It turns out that >> LocalizedFormats.ALPHA and BETA are no longer used. I wanted to remove >> them, but that breaks the compatibility. How should we do that >> cleanly? >

Re: [math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-24 Thread Luc Maisonobe
Le 24/05/2012 21:27, Sébastien Brisard a écrit : > Hi, > commit 1342404 solves MATH-791. It turns out that > LocalizedFormats.ALPHA and BETA are no longer used. I wanted to remove > them, but that breaks the compatibility. How should we do that > cleanly? Just remove the entries from the enum and

[math] LocalizedFormats.ALPHA and BETA no longer used

2012-05-24 Thread Sébastien Brisard
Hi, commit 1342404 solves MATH-791. It turns out that LocalizedFormats.ALPHA and BETA are no longer used. I wanted to remove them, but that breaks the compatibility. How should we do that cleanly? Best regards, Sébastien - To un