swiftlang/swift-package-manager
在 GitHub 查看dynamically generate flag expectations in tests
Open
#5,474 创建于 2022年5月7日
enhancementgood first issue
仓库指标
- Star
- (10,145 star)
- PR 合并指标
- (平均合并 9天 4小时) (30 天内合并 62 个 PR)
描述
Many of the tests are currently statically generating the flags for expectations in BuildPlanTests.swift based upon #if os which changes behaviour based on the OS rather than the target. This can cause subtle bugs to arise. We should dynamically compute the arguments.