xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
584 stars 274 forks source link

Address all remaining `Wx-partial` warnings #839

Closed slotThe closed 11 months ago

slotThe commented 11 months ago

Fixes (hopefully): https://github.com/xmonad/xmonad-contrib/issues/830 It also makes way for #838 (with which we can even check if we got everything!)

(N.b.: so many good uses for non-empty lists that can't be changed due to backwards compatibility :/)

Commit Summary

1c299d0c Fix partial uses of head

Fixes: https://github.com/xmonad/xmonad-contrib/issues/830 Related: https://github.com/xmonad/xmonad-contrib/pull/836

42179b86 X.U.EZConfig: Make readKeySequence return non-empty list

d668e4cb X.Prelude: Add takeS

Checklist