Skip to content

Commit 7937915

Browse files
author
joeyaiello
committed
add decision to RFC0002
1 parent a734e5d commit 7937915

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

1-Draft/RFC0002-Generalized-Splatting.md renamed to 2-Draft-Accepted/RFC0002-Generalized-Splatting.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
RFC: 0002
33
Author: Jason Shirk
4-
Status: Draft
4+
Status: Draft-Accepted
55
Area: Splatting
66
Comments Due: 3/31/2016
77
Edits: Joey Aiello
@@ -271,3 +271,33 @@ even though they correspond to Add and Remove, respectively.
271271
The actual operation is also similar to a union or intersection,
272272
so other operators should be considered, perhaps bitwise operators
273273
like '-bnot' and '-bor', or maybe new general purpose set operators.
274+
275+
---------------
276+
277+
## PowerShell Committee Decision
278+
279+
### Voting Results
280+
281+
Joey Aiello: Accept
282+
283+
Bruce Payette: Accept
284+
285+
Steve Lee: Accept
286+
287+
Hemant Mahawar: Accept
288+
289+
Dongbo Wang: Accept
290+
291+
Kenneth Hansen: Accept
292+
293+
### Majority Decision
294+
295+
Committee agrees that this is the above features would be useful to have in splatting.
296+
However, we do not currently have a plan to implement any of this,
297+
so it can be picked up by a member of the community.
298+
299+
Also, it would be useful to build a new RFC for hashtable manipulation per the alternate considerations.
300+
301+
### Minority Decision
302+
303+
N/A

0 commit comments

Comments
 (0)