issues Search Results · repo:cdepillabout/servant-checked-exceptions language:Haskell
Filter by
23 results (130 ms)
23 results
incdepillabout/servant-checked-exceptions (press backspace or delete to remove)I’m trying to use the servant-checked-exceptions package with NamedRoutes. But I want to add the Throws at the top of
the api, for instance:
data ApiFoo mode = ApiFoo
{
get :: mode :- Get [JSON] ...
enhancement
help wanted
The doctests for servant-checked-exceptions-core appear to not work on GHC-9.
See https://github.com/commercialhaskell/stackage/issues/6092 for an example of what this looks like.
This should be fixed ...
beginner-friendly
enhancement
help wanted
Servant recently got support for returning multiple types of responses from a single endpoint with the UVerb:
https://github.com/haskell-servant/servant/pull/1314
It might be possible to rewrite servant-checked-exceptions ...
enhancement
help wanted
Thanks @snoyberg for reporting this.
servant-0.16 is out and there are several breaking changes for us to work around.
help wanted
[3 of 6] Compiling Servant.Checked.Exceptions.Internal.Servant.Server ( src/Servant/Checked/Exceptions/Interna
l/Servant/Server.hs, dist/build/Servant/Checked/Exceptions/Internal/Servant/Server.o )
src/Servant/Checked/Exceptions/Internal/Servant/Server.hs:49:5: ...
I m seeing unusual behaviour with the following piece of client code:
getLocationById
:: Integer
- ClientM (Envelope [InvalidLocationError, NoSuchLocationError] Location)
getLocationById = ...
Full reproduction: https://github.com/bergmark/sce
Using servant-0.13.1 and servant-checked-exceptions-2.0.0.0
data BadReq = BadReq deriving Show
deriveJSON defaultOptions BadReq
instance ErrStatus ...
bug
help wanted
We use servant-checked-exceptions in the frontend, and would like to avoid a transitive dependency on servant-server,
servant-client, conduit etc.
What do you think of having two packages here servant-checked-exceptions-core ...
help wanted
https://github.com/haskell-servant/servant/issues/732#issuecomment-365264872
The documentation should be updated to talk about the ErrStatus class.
help wanted

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.