Re: [lang] Better Validate.isInstance messages

2011-09-08 Thread Gary Gregory
Now in SVN :) Gary On Thu, Sep 8, 2011 at 2:22 AM, Henri Yandell wrote: > +1 :) > > On Wed, Sep 7, 2011 at 12:54 PM, Gary Gregory > wrote: > > On Wed, Sep 7, 2011 at 2:42 PM, sebb wrote: > > > >> On 7 September 2011 19:26, Gary Gregory wrote: > >> > Hi All: > >> > > >> > The message for the

Re: [lang] Better Validate.isInstance messages

2011-09-07 Thread Henri Yandell
+1 :) On Wed, Sep 7, 2011 at 12:54 PM, Gary Gregory wrote: > On Wed, Sep 7, 2011 at 2:42 PM, sebb wrote: > >> On 7 September 2011 19:26, Gary Gregory wrote: >> > Hi All: >> > >> > The message for the exception thrown by Validate.isInstance does not >> mention >> > the actual type, only the expe

Re: [lang] Better Validate.isInstance messages

2011-09-07 Thread Gary Gregory
On Wed, Sep 7, 2011 at 2:42 PM, sebb wrote: > On 7 September 2011 19:26, Gary Gregory wrote: > > Hi All: > > > > The message for the exception thrown by Validate.isInstance does not > mention > > the actual type, only the expected type. > > > > Is there any objection to changing this? > > > > tr

Re: [lang] Better Validate.isInstance messages

2011-09-07 Thread sebb
On 7 September 2011 19:26, Gary Gregory wrote: > Hi All: > > The message for the exception thrown by Validate.isInstance does not mention > the actual type, only the expected type. > > Is there any objection to changing this? > > trunk: "The validated object is not an instance of %s" > > Proposal