Conversation
This may not have been done because `throwIfNull` can't be used directly. A wrapper using `coerce` works, though. Prevents xmonad from dumping core in `XMonad.Prompt.printPrompt` if an invalid font is specified.
|
BTW, |
Users will need to know that they need to check for exceptions.
|
@liskin , as most recent maintainer, are we okay to bump the version and then make xmonad depend on it? Do you think we need a major version bump for anyone else who might be using it? |
Yeah, bumping to 0.3.5 is definitely okay. Don't think it's worth bumping the major. |
|
I pushed a further simplification but a rebase squashing these little changes would be preferred pre-merge. |
This may not have been done because
throwIfNullcan't be used directly. A wrapper usingcoerceworks, though. Prevents xmonad from dumping core inXMonad.Prompt.printPromptif an invalid font is specified.