[threeten-dev] DateTimeBuilder
Stephen Colebourne
scolebourne at joda.org
Tue Jan 29 09:54:42 PST 2013
DateTimeBuilder is now non-public. The latest commits added Queries
for localDate() and localTime() to make it work.
There is more work to do making the builder work with chrono.
Stephen
On 27 January 2013 21:07, Stephen Colebourne <scolebourne at joda.org> wrote:
> These commits are actually pushed now...
> Stephen
>
>
> On 27 January 2013 00:22, Stephen Colebourne <scolebourne at joda.org> wrote:
>> I've made the first set of changes to DateTimeBuilder. I pushed them
>> directly as they should be pretty uncontroversial.
>>
>> They change the public API of DateTimeFormatter to only refer to
>> TemporalAccessor, rather than DateTimeBuilder. This mostly involved
>> test changes.
>>
>> I also ensured that parsing a weird string with the same field twice
>> (like the month twice) will report a problem at the parsing stage
>> rather than at the resolving stage.
>>
>> I intend to continue work on the TemporalField API to remove builder
>> there if possible, and to see if there is a better way to code the
>> builder internally.
>>
>> Stephen
More information about the threeten-dev
mailing list