From: Gary P. <gpa...@gm...> - 2009-08-14 05:38:18
|
Hi, Could you be a little more specific regarding the type? The current version (0.7) uses a rather poor parser implementation. As a result, one of the key changes in the 0.7.1 release is the addition of a generated parser that is a lot more flexible. 0.7.1 will be released today. I'm currently finalizing the remainder of the patches and will be releasing in about 2 hours or so. With the new release, the DomainValidator and DomainBuilder classes fall away completely. This is definitely a step forward but it's a needed change :) Regards, Gary On Thursday 13 August 2009 18:08:36 lab...@gm... wrote: > Hello, > > I want to make a new type so that I could make specific updates for it. So, > I've extended the Int type to an Enum type and gave it a string > representation. However, DomainValidator does not recognize it. What to do? > > TIA, > > myriam |