Code Monkey home page Code Monkey logo

dsm's People

Contributors

tfeb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dsm's Issues

Bad value for optimize in bench.

(values (funcall (make-dsb-bencher lambda-list body '(speed (debug 0))) thing n)

(funcall (make-dsm-bencher lambda-list body '(speed (debug 0))) thing n)))

In both lines it pass (speed(debug0)) as the optimize argument to make-dsb-bencher and make-dsm-bencher, which then use it to create a declaration (optimize (speed (debug 0))), which is just plain wrong.

The way make-dsb-bencher and make-dsm-bencher are currently written it can "optimize" only one thing, e.g. (speed 3), To allow it to optimize more things, an '@' character needs to be added in

`((declare (optimize ,optimize)))

`((declare (optimize ,optimize)))

inside make-dsb-bencher and make-dsm-bencher so they become

`((declare (optimize ,@optimize)))

and then bench can pass a list of optimizations like it does now.

Some systems failed to build for Quicklisp dist

Building with SBCL 2.2.7.28-02bc916fd / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 3c55d95

org.tfeb.dsm/bench fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package ORG.TFEB.TOOLS.REQUIRE-MODULE does not exist. Line: 5, Column: -1, File-Position: 76 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/dsm/44f5eae1f87dd5f3726203f4cea9a9ddca9835ed/dsm-20221116-git/bench/bench.lisp" {100B5E8353}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10016C8003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "org.tfeb.dsm/bench" "bench">

org.tfeb.dsm/test fails to build with the following error:

; caught ERROR:
;   READ error during COMPILE-FILE: Package ORG.TFEB.TOOLS.REQUIRE-MODULE does not exist. Line: 7, Column: -1, File-Position: 85 Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/quicklisp/quicklisp-controller/dist/build-cache/dsm/44f5eae1f87dd5f3726203f4cea9a9ddca9835ed/dsm-20221116-git/test/pkg.lisp" {100552B3A3}>
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10016C8003}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "org.tfeb.dsm/test" "pkg">

Full log here

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.