Skip to content

Commit 3aa2bc4

Browse files
authored
Start the review for 0450-swiftpm-package-traits.md
1 parent 51c3118 commit 3aa2bc4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

proposals/NNNN-swiftpm-package-traits.md renamed to proposals/0450-swiftpm-package-traits.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Package traits
22

3-
* Proposal: [SE-NNNN](NNNN-swiftpm-package-traits.md)
3+
* Proposal: [SE-0450](0450-swiftpm-package-traits.md)
44
* Authors: [Franz Busch](https://github.com/FranzBusch), [Max Desiatov](https://github.com/MaxDesiatov)
5-
* Review Manager: TBD
6-
* Status: **Experimental implementation available, gated on `@_spi(ExperimentalTraits)` in package manifests and `--experimental` prefix for CLI options**
5+
* Review Manager: [Mishal Shah](https://github.com/shahmishal)
6+
* Status: **Active Review (October 24th...November 7th, 2024**)
7+
* Experimental Implementation: Gated on `@_spi(ExperimentalTraits)` in package manifests and `--experimental` prefix for CLI options
78

89
- https://github.com/swiftlang/swift-package-manager/pull/7704
910
- https://github.com/swiftlang/swift-package-manager/pull/7703
@@ -669,4 +670,4 @@ and conditional compilation.
669670
- [Gradle](https://gradle.org/) has [feature variants](https://docs.gradle.org/current/userguide/feature_variants.html) that allow conditional compilation and optional dependencies.
670671
- [Go](https://golang.org/) has [build constraints](https://golang.org/pkg/go/build/#hdr-Build_Constraints) which can conditionally include a file.
671672
- [pip](https://pypi.org/project/pip/) dependencies can have [optional dependencies and extras](https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies).
672-
- [Hatch](https://hatch.pypa.io/latest/) offers [optional dependencies](https://hatch.pypa.io/latest/config/metadata/#optional) and [features](https://hatch.pypa.io/latest/config/dependency/#features).
673+
- [Hatch](https://hatch.pypa.io/latest/) offers [optional dependencies](https://hatch.pypa.io/latest/config/metadata/#optional) and [features](https://hatch.pypa.io/latest/config/dependency/#features).

0 commit comments

Comments
 (0)