alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

Catch out of bounds date error; fix paging to 20 cards #19

Closed callummole closed 2 years ago

callummole commented 2 years ago

Branch was created to look at #18.

During debugging I found that some end-dates were specified like 9999-XX-XX, which raises a CalendarLib.Date.Out_of_bounds exception. This is now caught and logged appropriately.