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-06-29 10:01:06 +01:00
2026-08-20 16:10:36 +01:00
2026-08-25 18:12:02 +01:00
2026-07-20 13:30:26 +01:00
2026-06-24 11:43:13 +01:00
2026-08-16 18:30:13 +01:00
2026-06-10 15:50:38 +01:00
2026-08-15 17:12:16 +01:00
2026-07-25 15:44:50 +01:00
2026-08-12 14:20:21 +01:00
2026-08-25 18:09:25 +01:00
2026-08-21 19:21:20 +01:00
2026-08-06 17:29:18 +01:00
2026-07-14 13:19:16 +01:00
2026-08-25 18:09:25 +01:00
2026-07-01 11:52:50 +01:00
2026-06-01 16:05:07 +01:00
2026-08-24 14:09:46 +01:00
2026-08-24 13:22:09 +01:00
2026-08-17 15:34:16 +01:00
2026-08-25 15:52:10 +01:00
2026-07-17 00:09:02 +01:00
2026-08-21 19:22:21 +01:00
2026-08-25 18:10:43 +01:00
2026-08-21 16:57:29 +01:00
2026-07-16 23:48:07 +01:00
2026-07-20 15:28:59 +01:00
2026-08-25 18:06:46 +01:00
2026-08-17 19:00:46 +01:00
2026-06-24 11:43:13 +01:00
2026-08-16 18:30:13 +01:00
2026-08-21 16:50:44 +01:00
2026-08-13 14:17:41 +01:00
2026-04-04 18:56:38 +01:00
2026-06-28 16:57:00 +01:00
2026-05-22 13:22:51 +01:00
2026-07-09 00:32:21 +01:00
2026-08-14 14:24:01 +01:00
2026-08-25 15:44:52 +01:00
2026-07-18 12:03:47 +01:00
2026-07-12 10:36:00 +01:00
2026-08-25 18:06:46 +01:00
2026-08-13 13:30:24 +01:00
2026-06-29 09:40:22 +01:00
2026-08-25 18:12:02 +01:00
2026-05-22 13:22:51 +01:00
2026-07-08 01:03:28 +01:00
2026-07-16 23:36:49 +01:00
2026-08-24 14:07:48 +01:00
2026-08-07 22:49:51 +01:00
2026-08-05 22:08:29 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-05 22:08:29 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-07 22:49:51 +01:00
2026-08-25 18:06:46 +01:00
2026-08-07 22:49:51 +01:00
2026-08-18 16:02:02 +01:00
2026-06-22 21:15:51 +01:00
2026-08-07 22:49:25 +01:00
2026-06-24 08:54:11 +01:00
2026-08-25 18:06:46 +01:00
2026-08-14 14:26:12 +01:00