Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
New
Description
I don't think it makes sense for, say, an analysis module to not transitively expose the core module it depends on. We currently have plain requires everywhere but many of these should in fact be 'requires transitive' because the module they pull in is part of the API.