Jim writes:
Modified NEXT-TIMESLOT so if it is called without the optional scheduler and there is no *DEFAULT-SCHEDULER*, a default scheduler is created and bound to *DEFAULT-SCHEDULER*.
Good one!
Glad I didn't screw things up too bad ;P
Managed to get bitter by the lack of a PROCESS method for CPU-MONITOR this morning (no, yesterday morning).
Quick cheat, until we know what to do with it: (defmethod process ((mon cpu-monitor)) nil)
I did the same in my REPL :)
I'm populating a LINUX-HOST equipment with data and will hopefully have time to get data flowing from one lisp instance to another either beginning of next week or over the weekend, depending on how much hack time there is.
Unfortunately, this means my source code is FULL of stuff that really should be submitted together, so I'll hold off checking in any changes for now.
Big commits kinda suck, don't they? :P :)
I'm working on some web stuff which, simularly, I am planning on committing in one fell swoop.
Does anyone have an opinion on if the web UI stuff should have its own subdirectory?
Jim