Skip to content

Commit 9913d23

Browse files
authored
Assign SE-0422 to "Expression macro as caller-side default argument" (#2293)
I'll manage this review; we're just waiting on toolchain builds.
1 parent b934013 commit 9913d23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

proposals/nnnn-caller-side-default-argument-macro-expression.md renamed to proposals/0422-caller-side-default-argument-macro-expression.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Expression macro as caller-side default argument
22

3-
* Proposal: SE-NNNN
3+
* Proposal: SE-0422
44
* Authors: [Apollo Zhu](https://github.com/ApolloZhu)
5-
* Review Manager: TBD
5+
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
66
* Status: **Awaiting review**
7-
* Implementation: https://github.com/ApolloZhu/swift/tree/macro/expression-as-default-argument
8-
* Upcoming Feature Flag: `ExpressionMacroDefaultArguments`
7+
* Implementation: [PR #70602](https://github.com/apple/swift/pull/70602) with experimental feature flag `ExpressionMacroDefaultArguments`
98
* Review: ([pitch](https://forums.swift.org/t/pitch-expression-macro-as-caller-side-default-argument/69019))
109

1110
## Introduction

0 commit comments

Comments
 (0)