-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Study changes to t/op/*.t (1 of 12) #211
Comments
I'll take this issue. |
I've reviewed these test files and they are all passing on a Linux system.
|
Thanks. Were there any locations where our adaptations to the files to get them to run under strict-by-default seemed problematic? |
I've redone the assignment and updated my results. I recommend one change to remove use strict at line 7 of anonsub. should I submit a PR? |
On 9/16/20 2:58 PM, John Karr wrote:
I've redone the assignment and updated my results. I recommend one
change to remove use strict at line 7 of anonsub. should I submit a PR?
Yes.
That test also has a todo failure which may be quite old.
That would have to be taken up https://github.com/Perl/perl5/issues. It
still fails for me on Linux.
|
proposed revision #211 to remove stricture.
In this ticket we will study our progress in pursuit of Objective 2, "strict-by-default", for the following files in the Perl core distribution:
These files should be evaluated in light of the guidelines presented on this wiki page. Please post the summary of your findings in a single comment in this issue.
First-time contributors: (1) Please post a comment to this ticket indicating you are working on it. That will enable us to assign the ticket to you. (GitHub won't let us do that until it already thinks you're part of the project.) (2) You should subscribe to this repository so that you get email updates.
Thank you for helping to improve the Perl programming language.
The text was updated successfully, but these errors were encountered: