-
Notifications
You must be signed in to change notification settings - Fork 145
Quicklisp libraries in Clasp
Karsten Poeck edited this page Mar 25, 2019
·
52 revisions
In the following table one can find the state of popular quicklisp distributions in clasp. Libraries selected according to http://blog.quicklisp.org/2018/03/download-stats-for-february-2018.html
System | Compiles | Testsuite | Testresults | Tweaks |
---|---|---|---|---|
(ql:quickload "alexandria" :verbose t) | Yes | (ql:quickload "alexandria-tests" :verbose t) (alexandria-tests::run-tests :compiled nil) (alexandria-tests::run-tests :compiled t) | 226 tests ok | circular-tree-p.2 crashes to the os |
(ql:quickload "closer-mop" :verbose t) | Yes | No tests | ||
(ql:quickload "babel" :verbose t) | Yes | (ql:quickload "babel-tests")(babel-tests:run) | #<test-run: 56 tests, 473 assertions, 0 failures in 52.81187 sec> | Needs https://github.com/clasp-developers/clasp/pull/714, Needs to fix test so that "?" is not a string of base-char |
(ql:quickload "cl-ppcre" :verbose t) | Yes | (ql:quickload :cl-ppcre-test) (cl-ppcre-test::run-all-tests) | Some tests failed. | |
(ql:quickload "split-sequence" :verbose t) | Yes | (ql:quickload :split-sequence/tests) (split-sequence/tests::run! :split-sequence) | Pass: 7 (100%) | |
(ql:quickload "trivial-features" :verbose t) | Yes | (ql:quickload :trivial-features-tests) (trivial-features-tests::do-tests) | No tests failed. | |
(ql:quickload "iterate" :verbose t) | Yes | (ql:quickload :iterate/tests) (REGRESSION-TEST:do-tests) | 9 out of 268 total tests failed: | |
(ql:quickload "trivial-gray-streams" :verbose t) | Yes | (ql:quickload :trivial-gray-streams-test) (trivial-gray-streams-test::run-tests) | 4 failed tests | |
(ql:quickload "bordeaux-threads" :verbose t) | Yes | (ql:quickload :bordeaux-threads/test)(bordeaux-threads/test::run! :bordeaux-threads) | Did 25 checks Pass: 23 (92%) Skip: 0 ( 0%) Fail: 2 ( 8%) | Need (https://github.com/sionescu/bordeaux-threads.git , master). Loops in DEFAULT-SPECIAL-BINDINGS, probably wrong test (thread-alive-p is used as if returns true if the thread terminates, thread-join would be better) |
(ql:quickload "anaphora" :verbose t) | Yes | (ql:quickload :anaphora/test :verbose t)(rt:do-tests) | No tests failed. | |
(ql:quickload "let-plus" :verbose t) | Yes | (ql:quickload :let-plus/tests)(let-plus-tests::run) | #<Results for LET-PLUS-TESTS [24 Successful tests]> | requires lift fix, see above |
(ql:quickload "cffi" :verbose t) | Yes | |||
(ql:quickload "trivial-garbage" :verbose t) | Yes | |||
(ql:quickload "flexi-streams" :verbose t) | Yes | |||
(ql:quickload "nibbles" :verbose t) | Yes | (setq cmp::*compile-file-parallel* nil) |
||
(ql:quickload "puri" :verbose t) | Yes | |||
(ql:quickload "usocket" :verbose t) | Yes | |||
(ql:quickload "trivial-backtrace" :verbose t) | Yes | |||
(ql:quickload "more-conditions" :verbose t) | Yes | |||
(ql:quickload "chunga" :verbose t) | Yes | |||
(ql:quickload "cl-fad" :verbose t) | Yes | |||
(ql:quickload "cl+ssl" :verbose t) | Yes | |||
(ql:quickload "cl-base64" :verbose t) | Yes | |||
(ql:quickload "esrap" :verbose t) | Yes | |||
(ql:quickload "chipz" :verbose t) | Yes | |||
(ql:quickload "named-readtables" :verbose t) | Yes | |||
(ql:quickload "drakma" :verbose t) | Yes | |||
(ql:quickload "local-time" :verbose t) | Yes | |||
(ql:quickload "ironclad" :verbose t) | Compiling forever | export GC_INITIAL_HEAP_SIZE=40G | ||
(ql:quickload "parse-number" :verbose t) | Yes | |||
(ql:quickload "fiveam" :verbose t) | Yes | |||
(ql:quickload "closure-common" :verbose t) | Yes | |||
(ql:quickload "cxml" :verbose t) | Yes | |||
(ql:quickload "log4cl" :verbose t) | No | |||
(ql:quickload "optima" :verbose t) | Yes | |||
(ql:quickload "parser.common-rules" :verbose t) | Yes | |||
(ql:quickload "cl-unicode" :verbose t) | Yes | |||
(ql:quickload "cl-interpol" :verbose t) | Yes | |||
(ql:quickload :lparallel-test) | Yes | (lparallel-test:execute) | -> Success: 171 tests, 119190 checks. | |
(ql:quickload "lift" :verbose t) | Yes | (ql:quickload :lift-test)(lift:run-tests :suite 'lift-test::lift-test) | #<Results for LIFT-TEST 107 Tests, 2 Failures> | use version from https://github.com/kpoeck/lift.git (master) until pr is acceted upstream |
(ql:quickload "cl-dot" :verbose t) | Yes | |||
(ql:quickload "cl-syntax" :verbose t) | Yes | |||
(ql:quickload "cl-annot" :verbose t) | Yes | |||
(ql:quickload "cxml-stp" :verbose t) | No | |||
(ql:quickload "cl-store" :verbose t) | No | |||
(ql:quickload "fare-utils" :verbose t) | Yes | |||
(ql:quickload "fare-quasiquote" :verbose t) | Yes | |||
(ql:quickload "xml.location" :verbose t) | No | |||
(ql:quickload "cl-utilities" :verbose t) | Yes | |||
(ql:quickload "utilities.print-tree" :verbose t) | No | |||
(ql:quickload "trivial-utf-8" :verbose t) | Yes | |||
(ql:quickload "static-vectors" :verbose t) | No | |||
(ql:quickload "fare-mop" :verbose t) | Yes | |||
(ql:quickload "inferior-shell" :verbose t) | Yes | (ql:quickload "inferior-shell/test") (inferior-shell-test::test-suite) | #<test-run: 2 tests, 1 assertion, 1 failure in 24.73289 sec (0 failed assertions, 1 error, none expected)> | Need to define #\cr |
(ql:quickload "quri" :verbose t) | Yes | |||
(ql:quickload "metabang-bind" :verbose t) | Yes | |||
(ql:quickload "trivial-indent" :verbose t) | Yes | |||
(ql:quickload "md5" :verbose t) | Yes | |||
(ql:quickload "documentation-utils" :verbose t) | Yes | |||
(ql:quickload "fast-io" :verbose t) | Yes | |||
(ql:quickload "uuid" :verbose t) | No | ironclad | ||
(ql:quickload "array-utils" :verbose t) | Yes | |||
(ql:quickload "plump" :verbose t) | Yes | |||
(ql:quickload "djula" :verbose t) | No | |||
(ql:quickload "symbol-munger" :verbose t) | Yes | |||
(ql:quickload "cl-slice" :verbose t) | Yes | |||
(ql:quickload "collectors" :verbose t) | Yes | |||
(ql:quickload "gettext" :verbose t) | Yes | |||
(ql:quickload "arnesi" :verbose t) | Yes | |||
(ql:quickload "hunchentoot" :verbose t) | Yes | |||
(ql:quickload "access" :verbose t) | Yes | |||
(ql:quickload "cl-locale" :verbose t) | No | |||
(ql:quickload "simple-date-time" :verbose t) | Yes | |||
(ql:quickload "ieee-floats" :verbose t) | Yes | |||
(ql:quickload "prove" :verbose t) | Yes | |||
(ql:quickload "yason" :verbose t) | No | |||
(ql:quickload "asdf-system-connections" :verbose t) | Yes | |||
(ql:quickload "metatilities-base" :verbose t) | No | |||
(ql:quickload "cl-containers" :verbose t) | No | |||
(ql:quickload "rfc2388" :verbose t) | Yes | |||
(ql:quickload "postmodern" :verbose t) | No | |||
(ql:quickload "fast-http" :verbose t) | No | |||
(ql:quickload "trivial-mimes" :verbose t) | Yes | |||
(ql:quickload "salza2" :verbose t) | Yes | |||
(ql:quickload "cl-colors" :verbose t) | Yes | |||
(ql:quickload "jonathan" :verbose t) | No | |||
(ql:quickload "proc-parse" :verbose t) | Yes | |||
(ql:quickload "xsubseq" :verbose t) | Yes | |||
(ql:quickload "cl-ansi-text" :verbose t) | Yes |