Skip to content

level imports: Fix infinite loop with cyclic module imports

Matthew Pickering requested to merge wip/t26087 into master

I didn't anticipate that downsweep would run before we checked for cyclic imports. Therefore we need to use the reachability function which handles cyclic graphs.

Fixes #26087 (closed)

Merge request reports

Loading