develooper Front page | perl.perl5.porters | Postings from June 2021

please use the RFC process instead of "feature reqest" PRs

Thread Next
From:
Nicholas Clark
Date:
June 16, 2021 08:44
Subject:
please use the RFC process instead of "feature reqest" PRs
Message ID:
20210616084444.GY16703@etla.org
The PSC thinks that the RFC process looks to be heading in a useful
direction.

We are now asking people to stop using GitHub issues to submit "feature
requests". Instead, please write a mail to p5p summarising your idea. This
is the first step of the RFC process. Some ideas will be more appropriate
for an initial implementation, and others may be deemed inappropriate for
Perl. Otherwise you may be encouraged to submit a draft RFC. In the near
future we intend to steadily work through the existing backlog of open
feature requests and consider them for RFCs. The aim is to have no "feature
requests" remaining open, and to be able to promptly consider fresh ideas
sent to the list.

You don’t need to write a long e-mail - a few lines summarising your idea
and what problems it solves are just fine. A good example is the text of
https://github.com/Perl/perl5/issues/18641

    perlrun says:
    > A -p overrides a -n switch.
    
    OK, but `-pnw` should warn:
    "-np better written as -p"
    
    just like it warns:
    ```
    $ perl -awe 'print @F[1]'
    Scalar value @F[1] better written as $F[1] at -e line 1.
    ```

We intend to consider this suggestion as our next test RFC, because the
suggestion is short and simple, and we think that it will generate
insightful discussion in an area that isn't often explored.

Nick, Neil and Rik.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About