Skip to content

Commit 128d565

Browse files
authored
Update and rename 1-Draft/RFC0018-Get-StringHash.md to 2-Draft-Accepted/RFC0018-Get-StringHash.md
Added Committee vote and notes
1 parent 3b6309d commit 128d565

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

1-Draft/RFC0018-Get-StringHash.md renamed to 2-Draft-Accepted/RFC0018-Get-StringHash.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
RFC: 0018
33
Author: Ilya Sazonov
4-
Status: Draft
4+
Status: Draft-Accepted
55
SupercededBy: n/a
66
Version: 0.1
77
Area: Cmdlet
@@ -178,3 +178,26 @@ Best behavior is to create null as result hash for null string and generate non-
178178
We cosider `Base64` as special encoding and not a hash. It is recomended to implement `Base64` encoding in some `ConvertTo-Base64` and `ConvertFrom-Base64` cmdlets.
179179

180180
We could split the `Get-Hash` functionality on `Get-FileHash` and `Get-StringHash` cmdlets or even `Get-FileHash`, `Get-StreamHash` and `Get-StringHash`.
181+
182+
---------------
183+
## PowerShell Committee Decision
184+
185+
### Voting Results
186+
187+
Jason Shirk: Accept
188+
189+
Joey Aiello: Accept
190+
191+
Bruce Payette: Accept
192+
193+
Steve Lee: Accept
194+
195+
Hemant Mahawar: Accept
196+
197+
### Majority Decision
198+
199+
Commmittee agrees that this RFC satisfies the motivation for supporting hashing of objects other than files. Request is to ensure default parameter set matches existing `Get-FileHash` to maintain compatibility. This should be in Microsoft.PowerShell.Utility module.
200+
201+
### Minority Decision
202+
203+
N/A

0 commit comments

Comments
 (0)