-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New -Wx-partial
warnings with ghc 9.8
#830
Comments
|
There turn out to be a few in the core as well, I'll create an issue for that. |
slotThe
added a commit
to xmonad/X11
that referenced
this issue
Oct 24, 2023
GHC 9.8 comes with new and shiny warnings. Related: #89 Related: xmonad/xmonad-contrib#830
liskin
added a commit
to xmonad/X11-xft
that referenced
this issue
Oct 24, 2023
GHC 9.8 comes with new and shiny warnings. Related: #6 Related: xmonad/xmonad-contrib#830
slotThe
added a commit
to slotThe/xmonad-contrib
that referenced
this issue
Oct 27, 2023
Fixes: xmonad#830 Related: xmonad#836
slotThe
added a commit
to slotThe/xmonad-contrib
that referenced
this issue
Oct 27, 2023
Fixes: xmonad#830 Related: xmonad#836
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Description
ghc 9.8 produces a great many warnings about partial functions, mostly
head
andtail
.Steps to Reproduce
Build
xmonad-contrib
with ghc 9.8 alpha3. (I will repeat this with alpha4 when it is available.)This currently requires a patched
setlocale
package and anallow-newer
onhsc2hs
, which I am taking up with the respective upstreams.A possibly useful
cabal.project
is:Configuration File
Please include the smallest full configuration file that reproduces
the problem you are experiencing:
Checklist
I've read CONTRIBUTING.md
I tested my configuration
xmonad
version 0.17.2xmonad-contrib
version 0.17.1.9 (commit 51ba23b if using git)The text was updated successfully, but these errors were encountered: