scpubgit/DKit.git
2014-03-04 Matt S Trout better naming and help command for KeyMangler master
2014-03-04 Matt S Trout commit sketch files
2014-02-26 Matt S Trout better action debug info
2014-02-26 Matt S Trout mostly fix "not" stuff
2014-02-26 Matt S Trout KeyMangler example app
2014-02-26 Matt S Trout fill out keyman example
2014-02-26 Matt S Trout add support for not rules
2014-02-26 Matt S Trout FS action bugfixes
2014-02-26 Matt S Trout generalize env_dir_on out of home_dir_on
2014-02-26 Matt S Trout key manager example
2014-02-26 Matt S Trout I implemented catdir. Use catdir FFS.
2014-02-26 Matt S Trout better debugging output
2014-02-26 Matt S Trout env dir code
2014-02-26 Matt S Trout query/solve/ensure
2014-02-22 Matt S Trout surprise! Object::Remote!
2014-02-22 Matt S Trout move the actual doing stuff code for FS lib into a...
2014-02-22 Matt S Trout eliminate support for dead arrayref argspec type
2014-02-22 Matt S Trout expunge [ value => $value ] style in favour of scalarrefs
2014-02-22 Matt S Trout expunge exists entirely
2014-02-22 Matt S Trout eliminate variable name requirement from query()
2014-02-22 Matt S Trout make exists unnecessary
2014-02-19 Matt S Trout refactor Lib::FS
2014-02-19 Matt S Trout add dump command to shell to start enabling debugging
2014-02-19 Matt S Trout allow observer to enter N facts
2014-02-19 Matt S Trout slightly less useless error on lack of variable
2014-02-18 Matt S Trout ghetto copy working - see body of commit message
2014-02-18 Matt S Trout factor out FindIsh, implement ForEach
2014-02-18 Matt S Trout findall
2014-02-14 Matt S Trout create file with initial content
2014-02-14 Matt S Trout rewrite file correctly chaining from create file
2014-02-14 Matt S Trout eval cage for the shell
2014-02-14 Matt S Trout file content handling
2014-02-14 Matt S Trout produce a useful error message
2014-02-14 Matt S Trout make MemberOf handle a bound RHS
2014-02-14 Matt S Trout add ->all method to SetOver
2014-02-14 Matt S Trout move actions to a separate state attribute
2014-02-14 Matt S Trout add cuts to avoid multiple action paths
2014-02-14 Matt S Trout SetPathMode action
2014-02-14 Matt S Trout add rule and exists built-ins to shell
2014-02-14 Matt S Trout create directory and create file, now with mode setting
2014-02-14 Matt S Trout predicate op forgot to expand constants
2014-02-14 Matt S Trout shell tweaks
2014-02-14 Matt S Trout add ModifyAction op
2014-02-14 Matt S Trout first sketch towards shell
2014-02-14 Matt S Trout beginnings of FS lib
2014-02-11 Matt S Trout move actions to being held by fact objects
2014-02-11 Matt S Trout use VarRef for derived bindings
2014-02-11 Matt S Trout use FactRef objects to sanify action handling
2014-02-11 Matt S Trout indirect via resolve_value method
2014-02-11 Matt S Trout new Op::Predicate
2014-02-11 Matt S Trout remove the _then bind methods
2014-02-11 Matt S Trout tweak action methods in Result
2014-02-11 Matt S Trout separate scope setup in rule bodies into its own op
2014-02-09 Matt S Trout factor action execution out into solver method
2014-02-08 Matt S Trout acion infrastructure
2014-02-03 Matt S Trout allow value scalarref, refactor
2014-02-03 Matt S Trout add exists, convert dot_ssh to use prop for everything
2014-02-03 Matt S Trout prop op
2014-02-03 Matt S Trout delete dead code from Not op
2014-02-03 Matt S Trout root set bind by id
2014-02-03 Matt S Trout introduce root set
2014-02-03 Matt S Trout bind_var_then -> bind_value
2014-02-03 Matt S Trout not and action infrastructure
2014-02-03 Matt S Trout observers
2014-02-03 Matt S Trout cut support
2014-02-03 Matt S Trout stop using return_stack directly in tests
2014-02-03 Matt S Trout start of dot_ssh test
2014-02-03 Matt S Trout add set_value API
2014-02-03 Matt S Trout factor out set/stream code
2014-02-03 Matt S Trout factor out arg handling
2014-02-03 Matt S Trout factor variable expansion out of assignment
2014-02-03 Matt S Trout remove member lookup op
2014-02-02 Matt S Trout cleanup, call-as-default
2014-01-30 Matt S Trout wheeeeeeeeee
2014-01-27 Matt S Trout ssh key sketch test
2014-01-20 Matt S Trout first test for observer code
2014-01-20 Matt S Trout or via backtracking
2014-01-20 Matt S Trout add but method to state
2014-01-20 Matt S Trout move return stack code back to test
2014-01-20 Matt S Trout basic return stack usage
2014-01-20 Matt S Trout test more complex stream
2014-01-20 Matt S Trout out of options handler
2014-01-20 Matt S Trout move backtracking into a stream
2014-01-20 Matt S Trout initial import