rohit-jsfreaky
984ff116d3
fix(ruby): match a qualified receiver by its constant path ( #3078 )
...
A call on a qualified constant receiver (ActiveRecord::Base.transaction) truncated the
receiver to its last segment (Base) and bound to any lone corpus class named Base, a false
EXTRACTED edge. Keep the full constant path and suffix-match it against declared classes,
emitting an edge only on a single unambiguous hit; a leading :: pins a whole-path match.
Bare receivers are unchanged.
2026-08-25 18:12:02 +01:00
..
2026-08-24 14:06:55 +01:00
2026-08-12 20:56:28 +01:00
2026-08-15 17:16:53 +01:00
2026-08-13 14:17:41 +01:00
2026-08-12 20:57:39 +01:00
2026-08-12 20:56:28 +01:00
2026-08-12 14:20:21 +01:00
2026-08-25 18:06:46 +01:00
2026-08-18 15:59:23 +01:00
2026-08-21 19:21:20 +01:00
2026-08-18 22:38:47 +01:00
2026-08-18 16:02:02 +01:00
2026-08-20 15:42:36 +01:00
2026-08-12 20:56:28 +01:00
2026-08-24 14:12:53 +01:00
2026-08-21 16:50:31 +01:00
2026-08-25 15:45:06 +01:00
2026-08-21 16:50:25 +01:00
2026-08-24 13:22:09 +01:00
2026-08-18 18:07:12 +01:00
2026-08-24 14:08:25 +01:00
2026-08-24 13:17:23 +01:00
2026-08-17 15:35:53 +01:00
2026-08-25 15:52:10 +01:00
2026-08-11 20:09:59 +01:00
2026-08-20 16:09:00 +01:00
2026-08-14 14:26:12 +01:00
2026-08-18 22:27:27 +01:00
2026-08-21 19:21:20 +01:00
2026-08-21 18:26:24 +01:00
2026-08-25 18:07:55 +01:00
2026-08-25 18:09:25 +01:00
2026-08-16 18:35:46 +01:00
2026-08-19 14:05:58 +01:00
2026-08-25 18:06:46 +01:00
2026-08-16 18:28:53 +01:00
2026-08-17 19:00:46 +01:00
2026-08-17 15:40:19 +01:00
2026-08-18 22:20:19 +01:00
2026-08-13 14:21:22 +01:00
2026-08-11 15:18:33 +01:00
2026-08-11 16:54:35 +01:00
2026-08-15 16:43:11 +01:00
2026-08-13 13:30:24 +01:00
2026-08-15 20:11:13 +01:00
2026-08-18 16:02:02 +01:00
2026-08-13 14:17:42 +01:00
2026-08-16 18:34:11 +01:00
2026-08-15 21:54:36 +01:00
2026-08-14 14:49:56 +01:00
2026-08-12 14:20:21 +01:00
2026-08-21 16:49:55 +01:00
2026-08-20 16:10:36 +01:00
2026-08-25 18:10:43 +01:00
2026-08-20 15:45:18 +01:00
2026-08-20 15:44:56 +01:00
2026-08-11 16:54:35 +01:00
2026-08-25 18:09:58 +01:00
2026-08-24 14:06:55 +01:00
2026-08-20 16:13:45 +01:00
2026-08-13 14:20:36 +01:00
2026-08-19 14:05:58 +01:00
2026-08-21 19:22:21 +01:00
2026-08-14 21:09:32 +01:00
2026-08-21 16:57:29 +01:00
2026-08-19 14:05:58 +01:00
2026-08-21 16:57:29 +01:00
2026-08-21 16:50:44 +01:00
2026-08-25 15:44:52 +01:00
2026-08-12 14:20:21 +01:00
2026-08-17 15:33:34 +01:00
2026-08-13 13:30:24 +01:00
2026-08-18 22:36:42 +01:00
2026-08-17 15:25:39 +01:00
2026-08-13 13:30:24 +01:00
2026-08-25 18:12:02 +01:00
2026-08-17 18:30:50 +01:00
2026-08-25 18:07:40 +01:00
2026-08-18 16:02:02 +01:00
2026-08-25 15:45:33 +01:00
2026-08-25 15:44:45 +01:00
2026-08-14 14:21:34 +01:00
2026-08-14 14:20:04 +01:00