Skip to content

Commit 48f23e8

Browse files
authored
Update and rename 1-Draft/RFC0017-Domain-Specific-Language-Specifications.md to 3-Experimental/RFC0017-Domain-Specific-Language-Specifications.md
1 parent f6890b5 commit 48f23e8

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

1-Draft/RFC0017-Domain-Specific-Language-Specifications.md renamed to 3-Experimental/RFC0017-Domain-Specific-Language-Specifications.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
RFC: RFC0017
33
Author: Robert Holt
4-
Status: Draft
4+
Status: Experimental
55
Area: Domain Specific Languages, Object Schemas
66
Comments Due:
77
---
@@ -324,4 +324,27 @@ keyword support, and proposed C# syntax:
324324
| Custom types (enums) | `DynamicKeywordProperty.Values` | `enum` |
325325
| Parse time action | `DynamicKeyword.(Pre|Post)Parse` | C# code/interface |
326326
| Semantics check | `DynamicKeyword.SemanticCheck` | C# code/interface |
327-
| Runtime action | None | Out of scope |
327+
| Runtime action | None | Out of scope |
328+
329+
-----
330+
PowerShell Committee Decision
331+
332+
Voting Results
333+
334+
Jason Shirk: Accept
335+
336+
Joey Aiello: Accept
337+
338+
Bruce Payette: Accept
339+
340+
Steve Lee: Accept
341+
342+
Hemant Mahawar: Accept
343+
344+
Majority Decision
345+
346+
Commmittee agrees that this RFC is sufficient to move to experimental stage and begin prototype code for further feedback.
347+
348+
Minority Decision
349+
350+
N/A

0 commit comments

Comments
 (0)