Good First IssueTestCase
仓库指标
- Star
- (144 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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
- ...