Drop support for wildcard imports #458
Labels
Type: Breaking Change π₯
Type: Feature Request ποΈ
New feature or request
Type: Need Investigation π¬
Milestone
Feature Request ποΈ
Concerto metamodel currently allows the user to import all types from a namespace:
Use Case
Wild card imports are risky as a new type can be introduced in the imported namespace that has a name collision with a type in the importing namespace.
Possible Solution
Drop support for wildcard imports.
Context
Makes it difficult to build a static dependency graph of namespaces and imported types.
Detailed Description
Efficient import resolution, at scale.
The text was updated successfully, but these errors were encountered: