Skip to content

Commit ee052bb

Browse files
authored
Remove revision information
1 parent 5a3aafa commit ee052bb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

proposals/0480-swiftpm-warning-control.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* Implementation: [swiftlang/swift-package-manager#8315](https://github.com/swiftlang/swift-package-manager/pull/8315)
88
* Review: ([pitch](https://forums.swift.org/t/pitch-warning-control-settings-for-swiftpm/78666)) ([review](https://forums.swift.org/t/se-0480-warning-control-settings-for-swiftpm/79475)) ([returned for revision](https://forums.swift.org/t/se-0480-warning-control-settings-for-swiftpm/79475/8))
99
* Previous Proposal: [SE-0443](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0443-warning-control-flags.md)
10-
* Previous revisions: [1](https://github.com/swiftlang/swift-evolution/blob/eed1fed8339f3919cf5c0f36b804431022d44720/proposals/0480-swiftpm-warning-control.md)
1110

1211
## Introduction
1312

@@ -325,13 +324,6 @@ The warning control settings introduced by this proposal only apply when a packa
325324

326325
During the review of this proposal, it was suggested that this "development-only" characteristic could be made more explicit, perhaps by introducing a distinct category of settings (e.g., `devSwiftSettings`). This is an interesting avenue for future exploration. SwiftPM already has a few other settings that exhibit similar behavior. A dedicated future proposal for "development-only" settings could address all such use cases holistically, providing a clearer and more general mechanism for package authors to distinguish between "dev-only" settings and those that propagate to consumers.
327326

328-
## Revision History
329-
330-
Revisions based on review feedback:
331-
332-
- Added a future direction discussing potential support for C/C++ compilers beyond Clang.
333-
- Added a future direction to explore formalizing "dev-only" build settings.
334-
335327
## Acknowledgments
336328

337329
Thank you to [Doug Gregor](https://github.com/douggregor) for the motivation, and to both [Doug Gregor](https://github.com/douggregor) and [Holly Borla](https://github.com/hborla) for their guidance during the implementation of this API.

0 commit comments

Comments
 (0)