| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
test where I changed a command line syntax.
|
|
|
|
|
|
| |
exception
cleanup.
|
|
|
|
| |
all the way up the stack. Still not quite super-consistant, but getting there. Util functions still return true/false since they just ask questions, but API functions will throw errors to ensure they are being dealt with. Main CLI class needs to take advantage of this fact and become simpler. Tests are already modified to detect new exceptions with one exception :)
|
|
|
|
|
|
|
| |
reminded me of the
thing I hated most about Microsoft SDK/DDK programming (that being, last_error and inconsistant
error handling), so it had to go.
|
| |
|
| |
|
| |
|
|
|
|
| |
cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really.
|
| |
|
| |
|
| |
|
|
|
|
| |
of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??)
|
|
|
|
| |
When transcribing the constructors, moved one bracket too far to the right.
|
|
|
|
| |
Just to define Collections after Items.
|
|
|
|
|
|
|
|
|
|
| |
We define a top-level constructor in the base class and define an
_item_factory that is the class to be instantiated for each item.
The code as it is checked in now is broken because we reference the class
before we define it in the global scope; but wanted the checkins to be
separate, the next one will move all the Collection-related stuff after the
Item-related stuff (but the diff would have been difficult to read)
|
| |
|
|
|
|
|
| |
need to do something about that). Added some tests. Modified test
code so it never clobbers a working install.
|
|
|