mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-07 15:41:52 -07:00
Deprecation warnings were suppressed during recompilation, which made it difficult to improve things in the codebase and API as users did not (know they) have a transition period to adapt their configuration. See additional discussions about deprecations: - https://github.com/xmonad/xmonad-contrib/pull/404#issuecomment-731607447 - https://github.com/xmonad/xmonad-contrib/pull/410#issuecomment-732841235 Fixes: https://github.com/xmonad/xmonad/issues/304 Related: https://github.com/xmonad/xmonad-contrib/pull/404 Related: https://github.com/xmonad/xmonad-contrib/pull/410