Closed alappe closed 8 months ago
My sincere apologies for how long this has taken to fix. In truth, I lose track of this issue still being open. I need to find a way to get a daily feed of open issues on my repos.
I've published ex_cldr_calendars version 1.23.1 with the following changelog entry:
Cldr.Calendar.plus/4
consistently applies a default for the :coerce
option to Cldr.Calendar.plus/4
and Cldr.Calendar.minus/4
. The default is true
. Previously the default for plus/minus months was true
but the default for years was false
. Thanks to @linusdm for raising the issue.
Fix specs for Cldr.Calendar.localize/{1..3}
. Thanks to @alappe for raising the issue. Closes #15.
Hello Kip,
I'm using
Cldr.Calendar.localize(month.first, :month)
and dialyzer complains:I'm not sure how to solve this. For now, I pass
[]
as the third argument to make it clear which function is used. Wanted to report it though…Thanks for your efforts! Andreas