Uh oh!
There was an error while loading. Please reload this page.
Actions: adobe/elixir-styler
Actions
Showing runs from all workflows
117 workflow runs
117 workflow runs
fix: piped versions of the DateTime.shift microseconds bug. closes #256
Build & Test
#1004:
Commit d4ff7fc
pushed
by
novaugust
fix: do not rewrite
DateTime.add(..., :microsecond) to shift. Clo…
Build & Test
#1001:
Commit 1ae5a60
pushed
by
novaugust
fix meta swap in duration shrinking logic
Build & Test
#994:
Commit 0391531
pushed
by
novaugust
fix meta swap in duration shrinking logic
Build & Test
#993:
Commit df8bc7c
pushed
by
novaugust
fix 1.16 failures: disable duration tests in elixir < 1.17
Build & Test
#992:
Commit 3c36f71
pushed
by
novaugust
fix shift |> shift not working when there are 3+ calls piped
Build & Test
#990:
Commit 3268da0
pushed
by
novaugust
pipes: DateTime.shift(a) |> DateTime.shift(b) => DateTime.shift(a ++ …
Build & Test
#989:
Commit a14a414
pushed
by
novaugust
pipes: DateTime.shift(a) |> DateTime.shift(b) => DateTime.shift(a ++ …
Build & Test
#988:
Commit f848be9
pushed
by
novaugust
dont unpipe dbg pipes. h/t @mhanberg
Build & Test
#987:
Commit 1788686
pushed
by
novaugust
add test for bug in duration shrinking
Build & Test
#986:
Commit 1c65b7e
pushed
by
novaugust
DateTime.shift: shrink durations like we do with to_timeout
Build & Test
#985:
Commit 021f831
pushed
by
novaugust
Add DateTime.add/3 -> DateTime.shift/2 rewrite (#253)
Build & Test
#984:
Commit d0f3ee0
pushed
by
novaugust