Skip to content

fix: missing occurrences when there is a dst transition #398

fix: missing occurrences when there is a dst transition

fix: missing occurrences when there is a dst transition #398

Triggered via pull request January 3, 2024 13:22
Status Failure
Total duration 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Compile: lib/cocktail/validation/shift.ex#L49
** (CompileError) lib/cocktail/validation/shift.ex:49: undefined function shift/2 (expected Cocktail.Validation.Shift to define such a function or for it to be imported, but none are available)
Compile
Process completed with exit code 1.
Dialyzer: lib/cocktail/validation/shift.ex#L49
** (CompileError) lib/cocktail/validation/shift.ex:49: undefined function shift/2 (expected Cocktail.Validation.Shift to define such a function or for it to be imported, but none are available)
Dialyzer
Process completed with exit code 1.
Dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead