Skip to content

Use structured error representation for module cycle errors

Adam Gundry requested to merge wip/amg/module-cycle-error into master

See #18516. This changes cyclicModuleErr to use the structured error framework, meaning that module cycle errors are formatted correctly (with location info and an error code).

Merge request reports