Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.25 KB

tasks.org

File metadata and controls

36 lines (28 loc) · 1.25 KB

TRIVIAL-TIMEOUT style-warning

-+ style-warning (1) `– The variable COM.METABANG.TRIVIAL-TIMEOUT::C is defined but never used. -+ warning (1) `– COMPILE-FILE warned while performing #<COMPILE-OP NIL {100617AD41}> on #<CL-SOURCE-FILE “nispbot” {1004A69201}>.

BUG Clozure drops to debugger on nispbot input

Not totally sure why atm, needs fixed at some point. The problem is the timeout seems to also abort the debugger which is different behavior then with sbcl.

Define property-list type

Verify input is a property list etc.

Huh?

Split functional-tests from nisp

  • State “DONE” from “TODO” [2010-04-22 Thu 18:00]
This is starting to become independent of :nisp itself. I don’t want to force others to pull in all of nisp for just that framework.

Update: Now has its own asd definition, needs to be split into its own repository at some point in the future.

Some kind of a str (string) command…

I’d like something better then doing (format nil “blah ~A” stuff)… and concatenate just does not fit my fancy.