I am very much interested in using com.google.ical.iter package for my
rfc2445 dependent java module project.
However, I'd require iterators to be more granular than currently
(daily).
Before committing to this package and eventual contributing to it, can
you please tell me your assessment on how much effort is required for
further iterator granulation, down to minute levels...
While I'm not yet fully immersed into the code, I've seen the comments
at RecurrenceIteratorFactory.java, line 376, which are looking
promising in that aspect.
I'd like to know your thoughts whether there are any conceptual or
architectural obstacles to further granulation implementation, and
also some pointers on which direction to take when eventually
implementing it.
Thanks
Robert
cheers,
mike
2010/2/23 Robert <robert...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "google-rfc-2445" group.
> To post to this group, send email to google-...@googlegroups.com.
> To unsubscribe from this group, send email to google-rfc-24...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-rfc-2445?hl=en.
>
>
2010/2/24 Robert Simac <robert...@gmail.com>:
The comment
+ // don't update year so that the difference calculation
above is
+ // correct when this function is reentered with a
different year
seems a bit out of place.
2011/2/27 Robert Simac <robert...@gmail.com>:
As for testing and other improvements, I first have to actually
understand what I did. Nobody was more surprised than me when this
untidy copy/pasted changes produced expected results :).
I just took the code related to Months and down-scaled it, using it's
relation to Year - into Hour's relation to Day... I expected that
exercise will produce nonfunctional code and will gradually force me
into understanding the environment. Unfortunately :) it seems the code
framework was so strong it accommodated even my blind coding.
Now I have to understand entire framework I did the changes in. The
existing code comments and javadoc seems to be most useful and are
helping me a lot.
As for your code comments, please find attached the diff file
containing the fix attempts.
Regards,
Robert
That's always a nice feeling.
> I just took the code related to Months and down-scaled it, using it's
> relation to Year - into Hour's relation to Day... I expected that
> exercise will produce nonfunctional code and will gradually force me
> into understanding the environment. Unfortunately :) it seems the code
> framework was so strong it accommodated even my blind coding.
>
> Now I have to understand entire framework I did the changes in. The
> existing code comments and javadoc seems to be most useful and are
> helping me a lot.
>
> As for your code comments, please find attached the diff file
> containing the fix attempts.
Cool. Let me know when you've got something you're happy with and
I'll apply the patch.