scpubgit/DX.git
2018-04-22 Matt S Trout format aperture in backtrack trace master
2018-04-22 Matt S Trout use the correct trace format type for failure_dependencies
2018-04-22 Matt S Trout sma backtracking (smart will be later ;)
2018-04-18 Matt S Trout add notrace version for btdemo
2018-04-18 Matt S Trout compact_deps function
2018-04-16 Matt S Trout Hi, I'm here tracing for exhaustion step
2018-04-16 Matt S Trout show dependencies before backtracking
2018-04-16 Matt S Trout skip backtracking rspaces with no alternatives left
2018-04-16 Matt S Trout notes about actions being disallowed
2018-04-16 Matt S Trout move resolution step construction later
2018-04-16 Matt S Trout alternatives are correct rather than always backtrack
2018-04-16 Matt S Trout move remaining resolution_space selection into FailRecheck
2018-04-16 Matt S Trout clean up resolveproposition code
2018-04-16 Matt S Trout follow alternative rspace entries without backtracking...
2018-04-15 Matt S Trout inline recheck code in resolveproposition to clarify...
2018-04-15 Matt S Trout inline _apply_to in ResolveProposition to clarify logic
2018-04-14 Matt S Trout eliminate vestigial force_backtrack methods
2018-04-14 Matt S Trout add exhaustionstep and resumesearch concepts
2018-04-14 Matt S Trout pass rspace to backtrack (as yet unused), tweak Depende...
2018-04-09 Matt S Trout include backtrace demo in fragrun output
2018-04-08 Matt S Trout add "trace *" and introduce a fragment using it to...
2018-04-08 Matt S Trout replace proposition sequence in-place rather than re...
2018-04-08 Matt S Trout allocate new locals in consider instead of up-front
2018-04-07 Matt S Trout add test to ensure attributes have types
2018-04-07 Matt S Trout finish adding type constraints
2018-04-07 Matt S Trout fully type Resolution* classes
2018-04-07 Matt S Trout move dep expansion into predicates for the moment
2018-04-07 Matt S Trout pervasive type constraints
2018-04-06 Matt S Trout make format indented call _format
2018-04-05 Matt S Trout much better indentation on traces
2018-04-04 Matt S Trout rspace tracing
2018-04-04 Matt S Trout make Role consistent with Class, specify strictures 2
2018-04-03 Matt S Trout provide and preserve aperture information
2018-03-31 Matt S Trout switch over to storing rspace+ss as decision list
2018-03-30 Matt S Trout switchover to rspace next_step and dump step()
2018-03-30 Matt S Trout move backtrack step creation into rspace
2018-03-30 Matt S Trout introduce next_step method to rspace
2018-03-04 Matt S Trout rename Deparse to TraceFormatter and add ambient indent...
2018-03-03 Matt S Trout add depends_on info to resolve trace
2018-03-02 Matt S Trout add some basic tracing using the new deparser
2018-02-28 Matt S Trout rewrite deparse system
2018-01-14 Matt S Trout move ResolveProposition step over to rspace system
2018-01-14 Matt S Trout convert dict predicate to rspace and refactor
2017-05-21 Matt S Trout remove vestigial method
2017-05-21 Matt S Trout remove unused variable
2017-04-25 Matt S Trout lift some of the rspace handling into the Resolution...
2017-04-23 Matt S Trout MemberAt cut over to rspace/rstrat
2017-04-23 Matt S Trout first cut of rspace/rstrat code with eq semi cut over
2017-02-16 Matt S Trout add a few more type annotations
2017-02-16 Matt S Trout add types to Proposition and PropositionSequence
2017-02-16 Matt S Trout add types to ConsiderProposition step
2017-02-16 Matt S Trout add types to FailRecheck step
2017-02-16 Matt S Trout add types to CompleteRecheck step
2017-02-16 Matt S Trout add types to EnterRecheck step
2017-02-15 Matt S Trout move dep expansion into step() and clean up ResolveProp...
2017-02-13 Matt S Trout record all adjustments, even those without alternatives
2017-02-13 Matt S Trout switch adjustments to keep search state to preserve...
2017-02-13 Matt S Trout rename alternatives to adjustments
2017-02-13 Matt S Trout switch to preserving original step in alt list
2017-02-11 Matt S Trout comment out types from dependency group code
2017-02-11 Matt S Trout excise non-functioning depency group system
2017-02-07 Matt S Trout lift _make_equal from predicate role to Eq.pm
2017-02-07 Matt S Trout nerf member_at to prepare for decision dependency and...
2016-09-17 Matt S Trout excise remaining identity_path code
2016-09-17 Matt S Trout value_path will work fine for new-value binding, identi...
2016-09-17 Matt S Trout value_path will work fine for dependencies, identity_pa...
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...
next