Coder Social home page Coder Social logo

Comments (2)

robstewart57 avatar robstewart57 commented on August 18, 2024

@wismill are you able to take a look at 4cbd084

It's an adaptation of your xmlbf based XmlParser parser, without use of the monad transformers and the mtl instances.

It introduces 21 failing tests, e.g.

rdfms-rdf-names-use-error-011:                                          FAIL
    Exception: HUnitFailure (Just (SrcLoc {srcLocPackage = "main", srcLocModule = "W3C.W3CAssertions", srcLocFile = "testsuite/tests/W3C/W3CAssertions.hs", srcLocStartLine = 50, srcLocStartCol = 3, srcLocEndLine = 50, srcLocEndCol = 77})) (Reason "parsed unexpectantly:\nRight ")

Which I suspect is because of 4cbd084#diff-5d8dba8a62ef5dc84e43e2f5c27f1f4dR326 :

pAnyElement' :: StateT s Xmlbf.Parser a -> StateT s Xmlbf.Parser a                      
pAnyElement' sp = StateT (pAnyElement . runStateT sp)

Which is an adaptation of pElement' as suggested in https://gitlab.com/k0001/xmlbf/issues/25#note_181675959 .

from rdf4h.

robstewart57 avatar robstewart57 commented on August 18, 2024

For now, a snapshot of the Xmlbf files, which included the monad transformer, has been directly copied into this repository. See the commentary in the Xmlbf.hs file for details:

https://github.com/robstewart57/rdf4h/blob/master/src/Text/RDF/RDF4H/XmlParser/Xmlbf.hs#L12

from rdf4h.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.