Re: [Math] Localization and Error Handling

2010-03-31 Thread Phil Steitz
Luc Maisonobe wrote: > Gilles Sadowski a écrit : >> Hi. >> >> [I'm not quoting previous messages because the mix of quotes and wrapped >> lines has become illegible.] >> >> I'll first list all of the problems (IMO) in the current handling of error >> reporting. Then I'll propose modifications that

Re: [Math] Localization and Error Handling

2010-03-31 Thread Luc Maisonobe
Gilles Sadowski a écrit : > Hi. > > [I'm not quoting previous messages because the mix of quotes and wrapped > lines has become illegible.] > > I'll first list all of the problems (IMO) in the current handling of error > reporting. Then I'll propose modifications that will hopefully solve them. >

Re: [Math] Localization and Error Handling

2010-03-31 Thread Gilles Sadowski
Hi. [I'm not quoting previous messages because the mix of quotes and wrapped lines has become illegible.] I'll first list all of the problems (IMO) in the current handling of error reporting. Then I'll propose modifications that will hopefully solve them. Difficulties for the CM developers: 1. T

Re: [Math] Localization and Error Handling

2010-03-25 Thread luc . maisonobe
- "Phil Steitz" a écrit : > Gilles Sadowski wrote: > > Hi. > > > >>> I'd like to suggest that there could be a nicer way to handle > localization > >>> of error messages. Please have a look at > >>>http://cal10n.qos.ch/ > >> This looks promising, and I also considered developing a mave

Re: [Math] Localization and Error Handling

2010-03-25 Thread Phil Steitz
Gilles Sadowski wrote: > Hi. > >>> I'd like to suggest that there could be a nicer way to handle localization >>> of error messages. Please have a look at >>>http://cal10n.qos.ch/ >> This looks promising, and I also considered developing a maven plugin >> with some asm magic to help make sure

Re: [Math] Localization and Error Handling

2010-03-25 Thread Gilles Sadowski
Hi. > > I'd like to suggest that there could be a nicer way to handle localization > > of error messages. Please have a look at > >http://cal10n.qos.ch/ > > This looks promising, and I also considered developing a maven plugin > with some asm magic to help make sure all messages are translat

Re: [Math] Localization and Error Handling

2010-03-24 Thread sebb
On 24/03/2010, Luc Maisonobe wrote: > Gilles Sadowski a écrit : > > > Hello. > > > > I'd like to suggest that there could be a nicer way to handle localization > > of error messages. Please have a look at > >http://cal10n.qos.ch/ > > > This looks promising, and I also considered developin

Re: [Math] Localization and Error Handling

2010-03-24 Thread Phil Steitz
Luc Maisonobe wrote: > Gilles Sadowski a écrit : >> Hello. >> >> I'd like to suggest that there could be a nicer way to handle localization >> of error messages. Please have a look at >>http://cal10n.qos.ch/ > > This looks promising, and I also considered developing a maven plugin > with some

Re: [Math] Localization and Error Handling

2010-03-24 Thread Luc Maisonobe
Gilles Sadowski a écrit : > Hello. > > I'd like to suggest that there could be a nicer way to handle localization > of error messages. Please have a look at >http://cal10n.qos.ch/ This looks promising, and I also considered developing a maven plugin with some asm magic to help make sure all

Re: [Math] Localization and Error Handling

2010-03-24 Thread sebb
On 24/03/2010, Gilles Sadowski wrote: > Hello. > > I'd like to suggest that there could be a nicer way to handle localization > of error messages. Please have a look at >http://cal10n.qos.ch/ > > Of course, the first point that will be raised is that it creates an > external dependency. I

[Math] Localization and Error Handling

2010-03-24 Thread Gilles Sadowski
Hello. I'd like to suggest that there could be a nicer way to handle localization of error messages. Please have a look at http://cal10n.qos.ch/ Of course, the first point that will be raised is that it creates an external dependency. Is this a "no-no" or, given some benefits, could it be acc