Good First IssueTestCase
Repository-Metriken
- Stars
- (144 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Must include:
modnamespaces- successfully module resolution (import foo::bar)
- syntactically wrong module resolution (import foo::bar::{xxx}) // Not a Cyrus Syntax!!
- semantically wrong module resolution:
- module not found
- cyclic import
- ...