projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4db57c0
)
Hi, I'm here tracing for exhaustion step
Matt S Trout [Mon, 16 Apr 2018 03:27:08 +0000 (
03:27
+0000)]
lib/DX/Step/MarkAsExhaustion.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Step/MarkAsExhaustion.pm
b/lib/DX/Step/MarkAsExhaustion.pm
index
cd58fd4
..
8196321
100644
(file)
--- a/
lib/DX/Step/MarkAsExhaustion.pm
+++ b/
lib/DX/Step/MarkAsExhaustion.pm
@@
-6,6
+6,7
@@
with 'DX::Role::Step';
sub apply_to {
my ($self, $ss) = @_;
+ trace exhaustion => [ statement => [ [ symbol => 'exhaustion' ] ] ];
$ss->but(
is_solution_state => 0,
is_exhaustion_state => 1,