show resolve step dependency info
[scpubgit/DX.git] / lib /
2016-08-09 Matt S Trout show resolve step dependency info
2016-08-09 Matt S Trout move dependency expansion earlier in the process
2016-08-03 Matt S Trout re-add basic step tracing
2016-08-02 Matt S Trout blow away current trace calls since they were insuffici...
2016-07-23 Matt S Trout tug firmly, and recursion pops out into iteration
2016-07-17 Matt S Trout chained rechecks
2016-07-17 Matt S Trout switch recheck to using an on_completion_step
2016-07-17 Matt S Trout tweak naming in recheck code
2016-07-16 Matt S Trout switch recheck completion handling into a step
2016-07-15 Matt S Trout extract recheck setup logic into its own step
2016-07-15 Matt S Trout cleanup resolveprop apply_to logic a bit
2016-07-10 Matt S Trout further threading of SearchState through ResolveProposition
2016-07-10 Matt S Trout manual search process assembly in recheck
2016-07-10 Matt S Trout recheck one at a time
2016-06-29 Matt S Trout move recheck logic into resolution step
2016-06-26 Matt S Trout move calling of recheck out into Resolve step
2016-06-26 Matt S Trout have with_actions return the recheck list
2016-06-26 Matt S Trout move with_actions call to within with_resolution
2016-06-26 Matt S Trout move recheck to post-all-actions rather than per-action
2016-06-25 Matt S Trout rename Step::Normal to Step::ResolveProposition
2016-06-25 Matt S Trout rename InvokeNextPredicate to ConsiderPropositon
2016-06-25 Matt S Trout tighten up SearchState new() signature slightly
2016-06-25 Matt S Trout use is_solution_state flag in find_solution
2016-06-25 Matt S Trout move to on_solution_step concept
2016-06-25 Matt S Trout create explicit on_exhaustion_step attribute
2016-06-23 Matt S Trout mark propositionless search states as solutions
2016-06-23 Matt S Trout add is_solution_state flag on SearchState
2016-06-23 Matt S Trout switch force_backtrack to execute a backtrack step
2016-06-22 Matt S Trout extract backtrack decisions out into steps
2016-06-22 Matt S Trout switch SearchState to using Backtrack step
2016-06-22 Matt S Trout move backtracing out into a step
2016-06-21 Matt S Trout remove alternative addition handling from search state
2016-06-21 Matt S Trout add alternatives to search state inside normal step
2016-06-20 Matt S Trout switch next predicate to mutating searchstate instead...
2016-06-20 Matt S Trout move invoke predicate logic into normal step
2016-06-19 Matt S Trout make search state operate on search states a bit more
2016-06-19 Matt S Trout steps now operate on search states
2016-06-12 Matt S Trout initial creation of SearchProcess class
2016-04-03 Matt S Trout eliminate outstanding_propositions attribute
2016-04-03 Matt S Trout switch to passing prop to resolve in, fix bug in with_o...
2016-04-02 Matt S Trout cut over to next_proposition using resolved_count
2016-04-02 Matt S Trout remove oustanding_propositions from hypothesis deparse
2016-04-02 Matt S Trout add propositions method to searchstate
2016-03-26 Matt S Trout re-arranging resolution - thread proposition through...
2016-03-26 Matt S Trout restructure searching so with_one_step is actually...
2016-03-17 Matt S Trout only traverse keys given unset and lock selected value
2016-03-17 Matt S Trout actually, I implemented this a few commits ago
2016-03-17 Matt S Trout add missing dependency
2016-03-17 Matt S Trout perl 5.22 was kind enough to point out I'm an idiot
2016-03-16 Matt S Trout switch binding to use value_path
2016-03-16 Matt S Trout add value_path method and give action builders a path
2016-03-16 Matt S Trout always overwrite alternatives in case @alt has been...
2016-03-16 Matt S Trout better tracing in SearchState
2016-03-16 Matt S Trout trace recheck failure
2016-03-16 Matt S Trout trace step actions as well as old/new hyp
2016-03-16 Matt S Trout deparse steps
2016-03-12 Matt S Trout switch scope to using lex_map to lookup locals
2016-03-12 Matt S Trout rules are created and installed. they just don't work...
2016-03-12 Matt S Trout add member proxy for new key + unset value
2016-03-12 Matt S Trout add state command for creating mutable globals
2016-03-12 Matt S Trout AddBoundValue action
2016-03-12 Matt S Trout refactor action stuff to be recursive on dicts
2016-03-12 Matt S Trout rename is_dict to dict, add proto argument
2016-03-12 Matt S Trout basic trace level control from the shell
2016-03-12 Matt S Trout clear resume step on first step after forced backtrack
2016-03-12 Matt S Trout const and basic tracing
2016-03-12 Matt S Trout slightly janky attempt at show all solutions
2016-03-12 Matt S Trout make member_at with unbound key actually work
2016-03-07 Matt S Trout less terrible deparsing for BindValue
2016-03-07 Matt S Trout track action applications
2016-03-05 Matt S Trout disturbingly, bound values appear to actually work
2016-03-05 Matt S Trout deparse needs to show ?X for introduced names
2016-03-05 Matt S Trout can haz use strict
2016-03-05 Matt S Trout order dependency constants by strength
2016-03-05 Matt S Trout add qdeps debug command
2016-03-05 Matt S Trout find solution on proposition addition and output action...
2016-03-05 Matt S Trout searchstate setup, introduce qvars diagnostic
2016-03-05 Matt S Trout add qlist debug predicate, actually add propositions...
2016-03-05 Matt S Trout updated shell code to register query commands with...
2016-02-27 Matt S Trout sketch some actual shell internal modules
2016-02-27 Matt S Trout add trace primitive
2016-01-14 Matt S Trout beginnings of a shell prototype
2016-01-14 Matt S Trout rename Equals to Eq
2015-12-04 Matt S Trout significantly prettier deparses
2015-12-04 Matt S Trout operational recheck
2015-12-04 Matt S Trout slightly less incomplete deparse output
2015-12-04 Matt S Trout types and deparsing and recalculation part working
2015-11-09 Matt S Trout implement ->equals for values
2015-11-01 Matt S Trout basic formatting of resolved props
2015-11-01 Matt S Trout deparse actually sorta working
2015-10-26 Matt S Trout initial skeleton for deparser
2015-10-12 Matt S Trout member_at starting to work
2015-10-10 Matt S Trout dependency map up, some code running
2015-08-30 Matt S Trout initial partial sketch