Coder Social home page Coder Social logo

cxml-stp's People

Contributors

ivan4th avatar lichtblau avatar scymtym avatar slyrus avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

erjoalgo 15831944

cxml-stp's Issues

5 failing tests

When one does:

(ql:quickload :cxml-stp-test)

one gets:

4 out of 246 total tests failed: TEXT.SERIALIZE, 
   ELEMENT.ADD-EXTRA-NAMESPACE.4, ELEMENT.COPY.7, ELEMENT.BASE-URI.

Notice I said 5, not 4, as pull request #1 fixes the with-attributes test, which still fails on the master branch.

Fixed:

  • TEXT.SERIALIZE
  • ELEMENT.ADD-EXTRA-NAMESPACE.4
  • ELEMENT.COPY.7
  • ELEMENT.WITH-ATTRIBUTES
  • ELEMENT.BASE-URI

check-type and (setf (nth-child ...))

We probably shouldn't use check-type here as it expects a place and nth-child isn't a place. Of course we could make it so, but I don't think it is at the moment, hence the error.

suspect SBCL declaim optimize form

There's a (declaim (optimize (debug 2))) form at the top of node.lisp. I think this is an attempt to ensure that tail calls are optimized so that we don't blow the stack. The problem is that this doesn't take effect when the compiler policy is restricted and may lead to globally setting the optimization forms (the spec says its undefined if this happens).

Thoughts on how to fix this?

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.