bitwalker/timex

Most functions are incorrect for calendars other than Calendar.ISO

Open

#449 geöffnet am 30. Juli 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Elixir (406 Forks)batch import
feature/enhancementhelp wantedlevel:advanced

Repository-Metriken

Stars
 (1.807 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Most functions in Timex manipulate the Elixir data structures directly. In doing so, they assume a lot about the underlying calendar - in most cases the functions would just not work for anything other than Calendar.ISO. The prime example would be Timex.shift/2.

Timex should either amend those functions to be correct in case they are called with other calendars, or pattern match on the value and document the functions to only work with Calendar.ISO.

Contributor Guide