Giter VIP home page Giter VIP logo

protest's People

Contributors

phoe avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

protest's Issues

Need to use :mix when using both closer-mop and common-lisp

in src/base/package.lisp it uses both common-lisp and closer-mop, which create various clashes. It tries to get over it by using :shadowing-import-from, but because closer-mop either import from the implementation or create new symbols in some cases, it doesn't work form all implementations. The current version errors on LispWorks because both closer-mop and common-lisp export standard-class.

uiop:define-package has a keyword :mix that can be used instead of :use to cope with these situations. Just change the :use to :mix fixes the problem, and it can run the 1am tests successfully.

Backwards incompatible change in DEFINE-PROTOCOL-CLASS

Currently, PROTEST/BASE:DEFINE-PROTOCOL-CLASS defines a method on INITIALIZE-INSTANCE. This is buggy, since this means that it is still possible to create instances of the protocol class by e.g. using CHANGE-CLASS. This means that, in the future, DEFINE-PROTOCOL-CLASS will also define methods on UPDATE-INSTANCE-FOR-REDEFINED-CLASS to prevent such.

This issue is a warning to all clients of this method to ensure that they do not have. It's unlikely to have them, since changing classes to/from protocol classes is a weird thing to do, but I nonetheless post this here.

In parachute, FAIL shold take an erroring form

in src/parachute/test.lisp, it has a form (fail :failure), which doesn't give the expected result, because fail in parachute expects the form it takes to invoke error. In the bottom the file there is an output of running the tests showing this test fails.

It should take a form that invokes error, for example (fail (* 3 :a)).

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.