chaos_detector 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/chaos_detector/tracker.rb +9 -10
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1904f22bb3190ba57e5cf9316cdc0093d74bb515595107dbece88ae51f90f864
|
4
|
+
data.tar.gz: 8ea228a0f381a9dccc934d6554b2b962c484f29678b974bff86458d63f8d4fb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af22dd938574d9f15843e52d9d3ca4358419f310e2fae4c117da3931e3c262d579db5c1ff2afb47a5860f518b863c684e0384fcbf0afd353fb5d82b6b4a58020
|
7
|
+
data.tar.gz: 25c93379917ea541b24fd65ab4b6fee724704d4b11cf06b6ba673a075e05e8cfd550d69ed11b26703cfb711468072ae34b83c38b3ed72c2318f89ff08fb74878
|
@@ -68,16 +68,15 @@ module ChaosDetector
|
|
68
68
|
caller_info = extract_caller(caller_locations: caller_locations, fn_info: fn_info)
|
69
69
|
write_event_frame(tp_event, fn_info: fn_info, mod_info: mod_info, caller_info: caller_info)
|
70
70
|
|
71
|
-
if tp_event==:call
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
end
|
80
|
-
|
71
|
+
# if tp_event==:call
|
72
|
+
# puts('<' * 50)
|
73
|
+
# puts("Binding: #{binding_info}")
|
74
|
+
# puts("Module: #{mod_info}")
|
75
|
+
# puts("Function: #{fn_info}")
|
76
|
+
# puts("Caller: #{caller_info.inspect}") if caller_info
|
77
|
+
# puts('>' * 50)
|
78
|
+
# puts
|
79
|
+
# end
|
81
80
|
|
82
81
|
# Detect superclass association:
|
83
82
|
ChaosUtils.with(superclass_mod_info(tp_class)) do |super_mod_info|
|