GithubHelp home page GithubHelp logo

cl-vectors's People

Contributors

fare avatar fjolliton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cl-vectors's Issues

Please tag a version

Hey, I'm about to package the library for inclusion in Void Linux so I'd like to ask you to tag a version in Github. I see in the version file the current one is 0.1.5 but it simplifies our process and discussion greatly if there is a Github tagged versin :)

Thanks!

bug in discrete-bezier-curve

There is a bug in defun discrete-bezier-curve.
Sometimes it calls (atan 0.0 0.0), spec [1] specifies that:

If both are supplied, number2 can be zero provided number1 is not zero.
The problem is fixed using a safe version of atan:

 (safe-atan (x y)
	     (if (and (= x 0) (= y 0))
		 0
		 (atan x y)))

I'm not sure if "0" is the correct answer.

Regards,
Alessandro

[1] http://clhs.lisp.se/Body/f_asin_.htm

UIOP/UTILITY:PARSE-VERSION: "$VERSION$" doesn't follow asdf version numbering convention

Is use of $VERSION$ in the cl-vector .asd file a bug? a feature? what is that about? any idea?

I think it's the cause of warnings I see like those below.

I think it could be fixed by putting a real version x.y thingee with numbers in there instead. Presumably the version from the file named VERSION, but I don't know.

We are hoping to not have to see all these warnings every compile.

Thank you,

Mark

; Warning: UIOP/UTILITY:PARSE-VERSION: "$VERSION$" doesn't follow asdf version numbering convention
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID-PARSE ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: Invalid :version specifier "$VERSION$" for component "cl-vectors" from file #P"lisp/quicklisp/dists/quicklisp/software/cl-vectors-20130312-git/cl-vectors.asd", using NIL instead
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: Invalid :version specifier "$VERSION$" for component "cl-vectors" from file #P"lisp/quicklisp/dists/quicklisp/software/cl-vectors-20130312-git/cl-vectors.asd", using NIL instead
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: UIOP/UTILITY:PARSE-VERSION: "$VERSION$" doesn't follow asdf version numbering convention
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID-PARSE ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: Invalid :version specifier "$VERSION$" for component "cl-aa" from file #P"lisp/quicklisp/dists/quicklisp/software/cl-vectors-20130312-git/cl-aa.asd", using NIL instead
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: Invalid :version specifier "$VERSION$" for component "cl-aa" from file #P"lisp/quicklisp/dists/quicklisp/software/cl-vectors-20130312-git/cl-aa.asd", using NIL instead
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: UIOP/UTILITY:PARSE-VERSION: "$VERSION$" doesn't follow asdf version numbering convention
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID-PARSE ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: Invalid :version specifier "$VERSION$" for component "cl-paths" from file #P"lisp/quicklisp/dists/quicklisp/software/cl-vectors-20130312-git/cl-paths.asd", using NIL instead
; While executing: (:INTERNAL ASDF/DEFSYSTEM::INVALID ASDF/DEFSYSTEM::NORMALIZE-VERSION), in process repl-thread(11).
; Warning: Invalid :version specifier "$VERSION$" for component "cl-paths" from file #P"lisp/quicklisp/dists/quicklisp/software/cl-vectors-20130312-git/cl-paths.asd", using NIL instead

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.