Git Product home page Git Product logo

more-conditions's Issues

CLOSER-MOP does not match version 0.61

Hello.

You recently specified :depends-on ((:version :closer-mop "0.61"))
in the more-conditions.asd

But the latest closer-mop version, coming with Quicklisp, is 1.0.0.
asdf:version-satisfies-p in some versions of ASDF considers
0.61 and 1.0.0 to be incompatible.

In result more-conditions and the systems using it fail to load
on Lisps where such ASDF is used:
http://common-lisp.net/project/cl-test-grid/ql/qlalpha-2014-04-21-diff2.html.

I would recomend to just specify :depends-on (:closer-mop), leaving
the choice of correct version to external configuration (Quicklisp).

FYI, this problem was dicussed some time ago in asdf-devel,
when moptilities failed because specified :depends-on ((:version :closer-mop "0.55")) :
https://www.mail-archive.com/[email protected]/msg03384.html

Can not be loaded on lisps with older ASDF, due to "Package UIOP does not exist"

On many lisps, including even the recent CCL 1.9, more-conditions can't be loaded due to (uiop:symbol-call '#:more-conditions.test "RUN-TESTS") in more-conditions.asd, because UIOP package is included only into very recent ASDF.

CCL 1.9 logs:
http://cl-test-grid.appspot.com/blob?key=1pefbsgzz0
Results from all lisps:
http://common-lisp.net/project/cl-test-grid/library/more-conditions.html

But UIOP may be loaded as a separate library even with old ASDF, so the problem may be fixed by adding :defsystem-depends-on (:uiop) to the :more-conditions-test system definition, or just using (funcall (read-from-string "more-conditions.test:run-tests")) instead of uiop:symbold-call.

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.