Jim writes:
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 :)
Well, the bits that were, on the whole, localised to packages.lisp and network.lisp I checked in as I went. Now it's just the rest of the code... (that touches, at least, scheduler.lisp and classes.lisp).
What I have now is: head$ cvs status | grep File | grep -v Up-to-date cvs status: Examining . cvs status: Examining docs cvs status: Examining test-files File: classes.lisp Status: Needs Merge File: network-globals.lisp Status: Locally Modified File: network.lisp Status: Locally Modified File: packages.lisp Status: Locally Modified File: scheduler.lisp Status: Locally Modified
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?
Unless it's going to be more than 6-10 files, I think it can live in the same directory, though it should probably have its own ASDF file. However, I will not complain if it's subdirectoried off.
//Ingvar