Cédrick Béler wrote
> Hi Paul, 
> 
> Thanks for the update, it solves most of the issues.
> 
> I have 2 errors left because of Chronos missing epoch method in TimeOfDay 
> TimeOfDay class >> epoch      
>       "{TimeOfDay epoch}"
>       ^AnsiStandardCalendarClock epoch
> 
> => Is it correct or this method comes form another package ?

That seems fine.   I did not install Chronos for the fixes I uploaded.  The
epoch should just return Jan 1 1901 00:00:00.00000   in whatever "Time"
class you're using


Cédrick Béler wrote
> Now (with epoch implemented), there are 3 failures and 2 errors left
> `
> 
> - For the 3 failures (the 2 export ones seems to be expected as it is said
> in the test "This test may FAIL because of Dictionary ordering »):
> 
> #testWeekDays is because of a recurrence rule printing.
> the expected string is : 'FREQ=MONTHLY;BYDAY=MO,2TU’
> and we get: 'FREQ=MONTHLY;BYDAY=2TU,MO'
> 
> The byday rule does not preserve chronologic order (the collection is a
> Set). Is it necessary ?

I don't know the spec (http://www.ietf.org/rfc/rfc2445.txt) to know whether
the ordering is necessary.  I would guess not as that rule means repeat
every monday and every other tuesday.   





Cédrick Béler wrote
> - The 2 errors are related to timezone.
> For instance with this message: "The resource that defines the ruleset for
> the VariableOffsetTimezone identified by 'Pacific/Wallis' is not
> accessible. »
> This is probably because of OSProcess not being installed.
> Do you have any idea where I have to look to try to use OSSubprocess
> instead ?

Chronos uses its own time zone rules that are derived from the Olson time
zone database.  You only need OSProcess if you want to generate the time
zone rules from Olson files.  You likely just need to put the time-zones
directory from this repo  https://github.com/pdebruic/ChronosTimeZones next
to your image so Chronos can find its time zone rules in its normal way.  



Cédrick Béler wrote
> 
> Cheers (it’s enough anyway now so that I can use iCal and Chronos),
> 
> Cédrik
> 
> 
> 
> 
> 
>> Le 15 juil. 2016 à 22:09, Paul DeBruicker <

> pdebruic@

> > a écrit :
>> 
>> Hi Cédrick,
>> 
>> I uploaded a new version of the iCal-Core package and iCal-Tests package
>> that should fix most of the issues shown below.  I didn't realize I wiped
>> out the #resetAlarms method and also some others with overrides.  
>> 
>> 
>> 
>> Hope this gets you on your way
>> 
>> 
>> Paul
>> 
>> 
>> 
>> --
>> View this message in context:
>> http://forum.world.st/iCal-Chronos-for-Pharo-5-OSProcess-tp4906567p4906748.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>> 
> 
> 
> 
> PastedGraphic-7.png (40K)
> <http://forum.world.st/attachment/4906821/0/PastedGraphic-7.png>





--
View this message in context: 
http://forum.world.st/iCal-Chronos-for-Pharo-5-OSProcess-tp4906567p4906836.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to