Commit c28e863 1 parent 5419d44 commit c28e863 Copy full SHA for c28e863
File tree 1 file changed +2
-2
lines changed
src/cdomain/value/cdomains
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3727,8 +3727,8 @@ module IntDomTupleImpl = struct
3727
3727
let pretty_diff () (x ,y ) = dprintf " %a instead of %a" pretty x pretty y
3728
3728
let printXml f x =
3729
3729
match to_int x with
3730
- | Some v -> BatPrintf. fprintf f " <value>\n <data>\n %s\n </data>\n </value>\n " (Z. to_string v)
3731
- | None -> BatPrintf. fprintf f " <value>\n <data>\n %s\n </data>\n </value>\n " (show x)
3730
+ | Some v when not ( GobConfig. get_bool " dbg.full-output " ) -> BatPrintf. fprintf f " <value>\n <data>\n %s\n </data>\n </value>\n " (Z. to_string v)
3731
+ | _ -> BatPrintf. fprintf f " <value>\n <data>\n %s\n </data>\n </value>\n " (show x)
3732
3732
3733
3733
let invariant_ikind e ik x =
3734
3734
match to_int x with
You can’t perform that action at this time.
0 commit comments