@@ -28,62 +28,8 @@ These files describe the process we are trialling
28
28
* [ future.md] ( docs/future.md ) - how we see the process evolving
29
29
* [ others.md] ( docs/others.md ) - what others do (or did), and what we can learn from them
30
30
31
- ## RFCs by status
31
+ ## The Tracker
32
32
33
- ### Shipped
34
-
35
- * present in a shipped release of Perl*
36
-
37
- | ID | Title | Version |
38
- | ----| -------| ---------|
39
- | 0001| [ Multiple-alias syntax for foreach] ( rfcs/rfc0001.md ) | 5.36.0|
40
- | 0004| [ Deferred block syntax] ( rfcs/rfc0004.md ) | 5.36.0|
41
- | 0008| [ Stable SV Boolean Type] ( rfcs/rfc0008.md ) | 5.36.0|
42
- | 0009| [ Namespace for Builtin Functions] ( rfcs/rfc0009.md ) | 5.36.0|
43
- | 0011| [ Command-line flag for slurping] ( rfcs/rfc0011.md ) | 5.36.0|
44
- | 0016| [ A built-in for getting index-and-value pairs from a list] ( rfcs/rfc0016.md ) | 5.36.0|
45
- | 0017| [ built-in functions for checking the original type of a scalar] ( rfcs/rfc0017.md ) | 5.36.0|
46
-
47
- ### Implemented
48
-
49
- * docs, tests and implementation*
50
-
51
- | ID | Title |
52
- | ----| -------|
53
-
54
- ### Accepted
55
-
56
- * we think that this plan looks viable*
57
-
58
- | ID | Title |
59
- | ----| -------|
60
- | 0006| [ New module loading function] ( rfcs/rfc0006.md ) |
61
- | 0012| [ Configure option for not including taint support] ( rfcs/rfc0012.md ) |
62
- | 0013| [ Support overloaded objects in join(), substr() builtins] ( rfcs/rfc0013.md ) |
63
-
64
- ### Provisional
65
-
66
- * we think that this idea is worth implementing*
67
-
68
- | ID | Title |
69
- | ----| -------|
70
-
71
- <!-- If some RFCs are "Deferred", they should be in a second table here -->
72
-
73
- ### Exploratory
74
-
75
- * we think that this idea is worth exploring*
76
-
77
- | ID | Title |
78
- | ----| -------|
79
- | 0002| Re-implement number to string conversion|
80
- | 0007| source::encoding to declare encoding of source|
81
-
82
- ### Rejected
83
-
84
- * we don't think that this is a good idea - here's why...*
85
-
86
- | ID | Title |
87
- | ----| -------|
88
- | 0003| [ Issue a warning "-np better written as -p"] ( rfcs/rfc0003.md ) |
89
- | 0005| Everything slices|
33
+ The status of proposals is tracked in "[ the RFC
34
+ Tracker] ( https://docs.google.com/spreadsheets/d/1hVOS7ePuLbVkYcf5S-e_eAodj4izm9Cj7AVs25HvngI ) ",
35
+ a Google Sheets spreadsheet. Keep up to date there!
0 commit comments