Alexander Udalov
94e5cafb61
JVM: fix "module reads" check in JavaModuleGraph
...
There was a bug in the DFS. Whenever we encountered a "requires
transitive X" directive in some module, we recursively invoked DFS not
on X but on `dependencyName`, which is the target module that we're
trying to find the path to. And that always failed, because no module
requires itself.
#KT-66275 Fixed
2024-03-19 15:51:01 +00:00
..
2024-03-15 14:39:56 +00:00
2024-03-19 11:12:31 +00:00
2024-03-09 01:36:22 +00:00
2024-03-19 15:51:01 +00:00
2024-02-20 17:56:46 +00:00
2024-03-13 20:38:44 +00:00
2024-03-11 18:07:52 +00:00
2024-02-23 23:59:13 +01:00
2024-02-20 17:56:46 +00:00
2024-03-19 15:38:35 +00:00
2024-03-15 11:33:10 +00:00
2024-03-10 15:35:47 +00:00
2024-02-21 20:24:13 +00:00
2024-02-21 14:10:44 +00:00
2024-03-11 18:03:49 +00:00
2024-03-12 11:38:06 +00:00
2024-03-19 11:12:31 +00:00
2024-03-15 14:39:56 +00:00
2024-03-15 09:56:13 +00:00
2024-03-18 21:14:36 +00:00
2024-03-18 15:52:50 +00:00
2024-02-19 18:17:37 +00:00
2024-03-15 11:40:55 +00:00
2024-03-14 11:04:02 +00:00
2024-03-19 15:51:01 +00:00
2024-03-19 15:51:01 +00:00
2024-02-28 21:20:18 +00:00
2024-03-19 13:57:23 +00:00
2024-03-19 15:38:35 +00:00
2024-03-12 06:43:58 +00:00
2024-03-04 22:12:24 +00:00
2024-03-06 18:30:22 +00:00
2024-03-19 13:57:23 +00:00
2024-02-16 12:48:24 +00:00
2024-03-13 17:05:48 +00:00
2024-03-14 22:39:03 +00:00
2024-01-23 11:01:58 +00:00
2024-03-19 14:09:44 +00:00
2024-03-14 10:33:00 +00:00
2024-03-06 18:30:22 +00:00