Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-10 | Improved restart messages for some standard hooks | colin | |
2023-09-10 | Added :do | colin | |
2023-09-09 | updating | colin | |
2023-09-09 | typo | colin | |
2023-09-09 | Testiere2 | colin | |
Add examples changed some internal names; improved some error messages Added more examples renaming exports Added New Readme | |||
2023-01-13 | Fix: typo in readme | colin | |
2022-11-26 | Fix: typo in readme | Colin Okay | |
2022-11-10 | Modify: eval-when in defun/t | Colin Okay | |
2022-09-09 | Modify: Only call :program type tests when function is bound | Colin Okay | |
This allows for a separation of long test functions into a separate system that need not be shipped with the code being tested. That is, the compiled tests can be separated from the compiled code that they are testing. With other sorts of testiere test forms, this is already the case since they run during compilation. | |||
2022-09-07 | Del: README.md | Colin Okay | |
2022-09-07 | Doc: readme change | Colin Okay | |
2022-09-07 | Add: README.org | Colin Okay | |
2022-09-07 | Change: with-bindings to let | Colin Okay | |
2022-09-07 | Change: :with-bindings to :let | Colin Okay | |
2022-09-07 | updated author info in asd | Colin Okay | |
2022-03-20 | [release] version 0.1.0 | Colin Okay | |
2022-03-20 | [doc] updated README | Colin Okay | |
2022-03-20 | typo | Colin Okay | |
2022-03-20 | [feature] added with-stubs, updated [docs] | Colin Okay | |
2022-03-20 | [refactor] using fdefinition to support setf definitions | Colin Okay | |
2022-03-20 | refactor defun/t to use symbol-function values, and restart-case | Colin Okay | |
2022-03-08 | updated examples | Colin Okay | |
2022-03-08 | changed name of defun+ to defun/t | Colin Okay | |
2021-09-03 | demethod+ not implemented | Colin Okay | |
2021-09-03 | added examples.lisp | Colin Okay | |
2021-09-02 | phrasing | Colin Okay | |
2021-09-02 | readme | Colin Okay | |
2021-09-01 | readme | Colin Okay | |
2021-07-08 | empty readme | Colin Okay | |
2021-07-08 | added license | Colin Okay | |
2021-07-01 | exporting defining forms. | Colin Okay | |
2021-06-29 | signals and fails test types | Colin Okay | |
2021-06-29 | initial commit, defun+ initial definitino | Colin Okay | |