6 years agoformat aperture in backtrack trace master
Matt S Trout [Sun, 22 Apr 2018 18:35:13 +0000]
format aperture in backtrack trace

6 years agouse the correct trace format type for failure_dependencies
Matt S Trout [Sun, 22 Apr 2018 18:32:24 +0000]
use the correct trace format type for failure_dependencies

6 years agosma backtracking (smart will be later ;)
Matt S Trout [Sun, 22 Apr 2018 18:21:16 +0000]
sma backtracking (smart will be later ;)

6 years agoadd notrace version for btdemo
Matt S Trout [Wed, 18 Apr 2018 22:16:33 +0000]
add notrace version for btdemo

6 years agocompact_deps function
Matt S Trout [Wed, 18 Apr 2018 21:54:39 +0000]
compact_deps function

6 years agoHi, I'm here tracing for exhaustion step
Matt S Trout [Mon, 16 Apr 2018 03:27:08 +0000]
Hi, I'm here tracing for exhaustion step

6 years agoshow dependencies before backtracking
Matt S Trout [Mon, 16 Apr 2018 02:38:01 +0000]
show dependencies before backtracking

6 years agoskip backtracking rspaces with no alternatives left
Matt S Trout [Mon, 16 Apr 2018 02:25:14 +0000]
skip backtracking rspaces with no alternatives left

6 years agonotes about actions being disallowed
Matt S Trout [Mon, 16 Apr 2018 02:17:23 +0000]
notes about actions being disallowed

6 years agomove resolution step construction later
Matt S Trout [Mon, 16 Apr 2018 02:15:34 +0000]
move resolution step construction later

6 years agoalternatives are correct rather than always backtrack
Matt S Trout [Mon, 16 Apr 2018 02:10:40 +0000]
alternatives are correct rather than always backtrack

6 years agomove remaining resolution_space selection into FailRecheck
Matt S Trout [Mon, 16 Apr 2018 02:08:49 +0000]
move remaining resolution_space selection into FailRecheck

6 years agoclean up resolveproposition code
Matt S Trout [Mon, 16 Apr 2018 01:51:22 +0000]
clean up resolveproposition code

6 years agofollow alternative rspace entries without backtracking, explicitly resolve
Matt S Trout [Mon, 16 Apr 2018 01:44:41 +0000]
follow alternative rspace entries without backtracking, explicitly resolve

6 years agoinline recheck code in resolveproposition to clarify logic
Matt S Trout [Sun, 15 Apr 2018 20:59:07 +0000]
inline recheck code in resolveproposition to clarify logic

6 years agoinline _apply_to in ResolveProposition to clarify logic
Matt S Trout [Sun, 15 Apr 2018 20:40:45 +0000]
inline _apply_to in ResolveProposition to clarify logic

6 years agoeliminate vestigial force_backtrack methods
Matt S Trout [Sat, 14 Apr 2018 21:43:26 +0000]
eliminate vestigial force_backtrack methods

6 years agoadd exhaustionstep and resumesearch concepts
Matt S Trout [Sat, 14 Apr 2018 20:14:10 +0000]
add exhaustionstep and resumesearch concepts

6 years agopass rspace to backtrack (as yet unused), tweak DependencyMap API
Matt S Trout [Sat, 14 Apr 2018 16:05:12 +0000]
pass rspace to backtrack (as yet unused), tweak DependencyMap API

6 years agoinclude backtrace demo in fragrun output
Matt S Trout [Mon, 9 Apr 2018 00:36:49 +0000]
include backtrace demo in fragrun output

6 years agoadd "trace *" and introduce a fragment using it to show backtracking
Matt S Trout [Sun, 8 Apr 2018 19:01:20 +0000]
add "trace *" and introduce a fragment using it to show backtracking

6 years agoreplace proposition sequence in-place rather than re-running from scratch
Matt S Trout [Sun, 8 Apr 2018 17:39:37 +0000]
replace proposition sequence in-place rather than re-running from scratch

6 years agoallocate new locals in consider instead of up-front
Matt S Trout [Sun, 8 Apr 2018 17:35:58 +0000]
allocate new locals in consider instead of up-front

6 years agoadd test to ensure attributes have types
Matt S Trout [Sat, 7 Apr 2018 20:11:06 +0000]
add test to ensure attributes have types

6 years agofinish adding type constraints
Matt S Trout [Sat, 7 Apr 2018 19:30:34 +0000]
finish adding type constraints

6 years agofully type Resolution* classes
Matt S Trout [Sat, 7 Apr 2018 19:10:28 +0000]
fully type Resolution* classes

6 years agomove dep expansion into predicates for the moment
Matt S Trout [Sat, 7 Apr 2018 18:20:32 +0000]
move dep expansion into predicates for the moment

6 years agopervasive type constraints
Matt S Trout [Sat, 7 Apr 2018 17:41:11 +0000]
pervasive type constraints

6 years agomake format indented call _format
Matt S Trout [Fri, 6 Apr 2018 01:16:38 +0000]
make format indented call _format

6 years agomuch better indentation on traces
Matt S Trout [Thu, 5 Apr 2018 19:21:18 +0000]
much better indentation on traces

6 years agorspace tracing
Matt S Trout [Wed, 4 Apr 2018 21:24:43 +0000]
rspace tracing

6 years agomake Role consistent with Class, specify strictures 2
Matt S Trout [Wed, 4 Apr 2018 21:24:24 +0000]
make Role consistent with Class, specify strictures 2

6 years agoprovide and preserve aperture information
Matt S Trout [Tue, 3 Apr 2018 19:53:52 +0000]
provide and preserve aperture information

6 years agoswitch over to storing rspace+ss as decision list
Matt S Trout [Sat, 31 Mar 2018 18:59:13 +0000]
switch over to storing rspace+ss as decision list

6 years agoswitchover to rspace next_step and dump step()
Matt S Trout [Fri, 30 Mar 2018 18:29:55 +0000]
switchover to rspace next_step and dump step()

6 years agomove backtrack step creation into rspace
Matt S Trout [Fri, 30 Mar 2018 16:43:58 +0000]
move backtrack step creation into rspace

6 years agointroduce next_step method to rspace
Matt S Trout [Fri, 30 Mar 2018 16:20:07 +0000]
introduce next_step method to rspace

6 years agorename Deparse to TraceFormatter and add ambient indent level
Matt S Trout [Sun, 4 Mar 2018 18:32:05 +0000]
rename Deparse to TraceFormatter and add ambient indent level

6 years agoadd depends_on info to resolve trace
Matt S Trout [Sat, 3 Mar 2018 20:39:52 +0000]
add depends_on info to resolve trace

6 years agoadd some basic tracing using the new deparser
Matt S Trout [Fri, 2 Mar 2018 22:06:33 +0000]
add some basic tracing using the new deparser

6 years agorewrite deparse system
Matt S Trout [Wed, 28 Feb 2018 21:24:10 +0000]
rewrite deparse system

6 years agomove ResolveProposition step over to rspace system
Matt S Trout [Sun, 14 Jan 2018 21:19:24 +0000]
move ResolveProposition step over to rspace system

6 years agoconvert dict predicate to rspace and refactor
Matt S Trout [Sun, 14 Jan 2018 20:56:53 +0000]
convert dict predicate to rspace and refactor

6 years agoremove vestigial method
Matt S Trout [Sun, 21 May 2017 16:01:54 +0000]
remove vestigial method

6 years agoremove unused variable
Matt S Trout [Sun, 21 May 2017 15:00:32 +0000]
remove unused variable

7 years agolift some of the rspace handling into the Resolution* classes
Matt S Trout [Tue, 25 Apr 2017 07:21:10 +0000]
lift some of the rspace handling into the Resolution* classes

7 years agoMemberAt cut over to rspace/rstrat
Matt S Trout [Sun, 23 Apr 2017 04:15:34 +0000]
MemberAt cut over to rspace/rstrat

7 years agofirst cut of rspace/rstrat code with eq semi cut over
Matt S Trout [Sun, 23 Apr 2017 04:00:49 +0000]
first cut of rspace/rstrat code with eq semi cut over

7 years agoadd a few more type annotations
Matt S Trout [Thu, 16 Feb 2017 19:37:20 +0000]
add a few more type annotations

7 years agoadd types to Proposition and PropositionSequence
Matt S Trout [Thu, 16 Feb 2017 19:12:09 +0000]
add types to Proposition and PropositionSequence

7 years agoadd types to ConsiderProposition step
Matt S Trout [Thu, 16 Feb 2017 17:59:27 +0000]
add types to ConsiderProposition step

7 years agoadd types to FailRecheck step
Matt S Trout [Thu, 16 Feb 2017 17:59:03 +0000]
add types to FailRecheck step

7 years agoadd types to CompleteRecheck step
Matt S Trout [Thu, 16 Feb 2017 17:58:37 +0000]
add types to CompleteRecheck step

7 years agoadd types to EnterRecheck step
Matt S Trout [Thu, 16 Feb 2017 17:57:50 +0000]
add types to EnterRecheck step

7 years agomove dep expansion into step() and clean up ResolveProposition.pm
Matt S Trout [Wed, 15 Feb 2017 21:10:23 +0000]
move dep expansion into step() and clean up ResolveProposition.pm

7 years agorecord all adjustments, even those without alternatives
Matt S Trout [Mon, 13 Feb 2017 21:20:38 +0000]
record all adjustments, even those without alternatives

7 years agoswitch adjustments to keep search state to preserve on_X_step values
Matt S Trout [Mon, 13 Feb 2017 21:08:57 +0000]
switch adjustments to keep search state to preserve on_X_step values

7 years agorename alternatives to adjustments
Matt S Trout [Mon, 13 Feb 2017 20:58:24 +0000]
rename alternatives to adjustments

7 years agoswitch to preserving original step in alt list
Matt S Trout [Mon, 13 Feb 2017 20:33:35 +0000]
switch to preserving original step in alt list

7 years agocomment out types from dependency group code
Matt S Trout [Sat, 11 Feb 2017 22:14:21 +0000]
comment out types from dependency group code

7 years agoexcise non-functioning depency group system
Matt S Trout [Sat, 11 Feb 2017 22:12:45 +0000]
excise non-functioning depency group system

7 years agolift _make_equal from predicate role to Eq.pm
Matt S Trout [Tue, 7 Feb 2017 17:52:20 +0000]
lift _make_equal from predicate role to Eq.pm

7 years agonerf member_at to prepare for decision dependency and aperture work
Matt S Trout [Tue, 7 Feb 2017 17:49:37 +0000]
nerf member_at to prepare for decision dependency and aperture work

7 years agoexcise remaining identity_path code
Matt S Trout [Sat, 17 Sep 2016 17:43:22 +0000]
excise remaining identity_path code

7 years agovalue_path will work fine for new-value binding, identity_path not required
Matt S Trout [Sat, 17 Sep 2016 17:38:15 +0000]
value_path will work fine for new-value binding, identity_path not required

7 years agovalue_path will work fine for dependencies, identity_path not required
Matt S Trout [Sat, 17 Sep 2016 17:34:11 +0000]
value_path will work fine for dependencies, identity_path not required

7 years agoshow resolve step dependency info
Matt S Trout [Tue, 9 Aug 2016 19:41:57 +0000]
show resolve step dependency info

7 years agomove dependency expansion earlier in the process
Matt S Trout [Tue, 9 Aug 2016 19:10:37 +0000]
move dependency expansion earlier in the process

7 years agore-add basic step tracing
Matt S Trout [Wed, 3 Aug 2016 17:29:40 +0000]
re-add basic step tracing

7 years agoblow away current trace calls since they were insufficiently thought through
Matt S Trout [Tue, 2 Aug 2016 18:38:43 +0000]
blow away current trace calls since they were insufficiently thought through

7 years agotug firmly, and recursion pops out into iteration
Matt S Trout [Sat, 23 Jul 2016 21:19:50 +0000]
tug firmly, and recursion pops out into iteration

7 years agochained rechecks
Matt S Trout [Sun, 17 Jul 2016 19:13:20 +0000]
chained rechecks

7 years agoswitch recheck to using an on_completion_step
Matt S Trout [Sun, 17 Jul 2016 18:44:02 +0000]
switch recheck to using an on_completion_step

7 years agotweak naming in recheck code
Matt S Trout [Sun, 17 Jul 2016 18:36:30 +0000]
tweak naming in recheck code

7 years agoswitch recheck completion handling into a step
Matt S Trout [Sat, 16 Jul 2016 20:37:45 +0000]
switch recheck completion handling into a step

7 years agoextract recheck setup logic into its own step
Matt S Trout [Fri, 15 Jul 2016 21:22:09 +0000]
extract recheck setup logic into its own step

7 years agocleanup resolveprop apply_to logic a bit
Matt S Trout [Fri, 15 Jul 2016 20:54:51 +0000]
cleanup resolveprop apply_to logic a bit

7 years agofurther threading of SearchState through ResolveProposition
Matt S Trout [Sun, 10 Jul 2016 14:04:20 +0000]
further threading of SearchState through ResolveProposition

7 years agomanual search process assembly in recheck
Matt S Trout [Sun, 10 Jul 2016 04:57:08 +0000]
manual search process assembly in recheck

7 years agorecheck one at a time
Matt S Trout [Sun, 10 Jul 2016 00:26:25 +0000]
recheck one at a time

7 years agomove recheck logic into resolution step
Matt S Trout [Wed, 29 Jun 2016 21:27:33 +0000]
move recheck logic into resolution step

7 years agomove calling of recheck out into Resolve step
Matt S Trout [Sun, 26 Jun 2016 20:17:54 +0000]
move calling of recheck out into Resolve step

7 years agohave with_actions return the recheck list
Matt S Trout [Sun, 26 Jun 2016 17:48:45 +0000]
have with_actions return the recheck list

7 years agomove with_actions call to within with_resolution
Matt S Trout [Sun, 26 Jun 2016 17:40:24 +0000]
move with_actions call to within with_resolution

7 years agomove recheck to post-all-actions rather than per-action
Matt S Trout [Sun, 26 Jun 2016 17:33:48 +0000]
move recheck to post-all-actions rather than per-action

7 years agorename Step::Normal to Step::ResolveProposition
Matt S Trout [Sat, 25 Jun 2016 19:40:14 +0000]
rename Step::Normal to Step::ResolveProposition

7 years agorename InvokeNextPredicate to ConsiderPropositon
Matt S Trout [Sat, 25 Jun 2016 19:24:48 +0000]
rename InvokeNextPredicate to ConsiderPropositon

7 years agotighten up SearchState new() signature slightly
Matt S Trout [Sat, 25 Jun 2016 17:48:57 +0000]
tighten up SearchState new() signature slightly

7 years agouse is_solution_state flag in find_solution
Matt S Trout [Sat, 25 Jun 2016 16:47:36 +0000]
use is_solution_state flag in find_solution

7 years agomove to on_solution_step concept
Matt S Trout [Sat, 25 Jun 2016 01:57:13 +0000]
move to on_solution_step concept

7 years agocreate explicit on_exhaustion_step attribute
Matt S Trout [Sat, 25 Jun 2016 01:40:05 +0000]
create explicit on_exhaustion_step attribute

7 years agomark propositionless search states as solutions
Matt S Trout [Thu, 23 Jun 2016 21:03:14 +0000]
mark propositionless search states as solutions

7 years agoadd is_solution_state flag on SearchState
Matt S Trout [Thu, 23 Jun 2016 19:59:22 +0000]
add is_solution_state flag on SearchState

7 years agoswitch force_backtrack to execute a backtrack step
Matt S Trout [Thu, 23 Jun 2016 17:30:06 +0000]
switch force_backtrack to execute a backtrack step

7 years agoextract backtrack decisions out into steps
Matt S Trout [Wed, 22 Jun 2016 17:22:36 +0000]
extract backtrack decisions out into steps

7 years agoswitch SearchState to using Backtrack step
Matt S Trout [Wed, 22 Jun 2016 16:16:30 +0000]
switch SearchState to using Backtrack step

7 years agomove backtracing out into a step
Matt S Trout [Wed, 22 Jun 2016 02:30:23 +0000]
move backtracing out into a step

7 years agoremove alternative addition handling from search state
Matt S Trout [Tue, 21 Jun 2016 19:48:18 +0000]
remove alternative addition handling from search state

7 years agoadd alternatives to search state inside normal step
Matt S Trout [Tue, 21 Jun 2016 19:47:46 +0000]
add alternatives to search state inside normal step

7 years agoswitch next predicate to mutating searchstate instead of using alt_step
Matt S Trout [Mon, 20 Jun 2016 00:49:50 +0000]
switch next predicate to mutating searchstate instead of using alt_step