swiftlang/swift-package-manager

dynamically generate flag expectations in tests

Ouverte

#5 474 ouverte le 7 mai 2022

 (6 commentaires) (0 réaction) (0 personne assignée)Swift (1 462 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (10 145 étoiles)
Métriques de merge PR
 (Merge moyen 9j 4h) (62 PRs mergées en 30 j)

Description

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.

Guide contributeur