hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Error and exception handling in RDF parsing #21

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

Queries on the RDF graph generates a lot of Maybe values which are not handled properly. This is a problem throughout the code, and some refactoring will be needed to tidy up and find out where error handling has to be added.

hgeorgsch commented 2 years ago

This should be done as part of refactoring to simplify JSON output (see #24 )

hgeorgsch commented 2 years ago

Some cases remain, but these have been given specific issues.