projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1350f66
)
remove oustanding_propositions from hypothesis deparse
Matt S Trout [Sat, 2 Apr 2016 21:48:55 +0000 (21:48 +0000)]
lib/DX/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Deparse.pm
b/lib/DX/Deparse.pm
index
2df9a0f
..
5350b58
100644
(file)
--- a/
lib/DX/Deparse.pm
+++ b/
lib/DX/Deparse.pm
@@
-81,7
+81,7
@@
sub _fmt_hypothesis {
my ($self, $hyp, $meta) = @_;
$self->_fmt_object([
map [ $_ => $hyp->$_ ],
- qw(actions outstanding_propositions resolved_propositions scope)
+ qw(actions resolved_propositions scope)
], $meta);
}