Skip to content
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 (4 of 12) #214

Closed
jkeenan opened this issue Aug 17, 2020 · 4 comments
Closed

Study changes to t/op/*.t (4 of 12) #214

jkeenan opened this issue Aug 17, 2020 · 4 comments
Assignees
Labels
study Study changes made by developers since 5.32.0

Comments

@jkeenan
Copy link
Collaborator

jkeenan commented Aug 17, 2020

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:

t/op/delete.t
t/op/die.t
t/op/die_keeperr.t
t/op/dor.t
t/op/each.t
t/op/eval.t
t/op/evalbytes.t
t/op/exec.t
t/op/exists_sub.t
t/op/exp.t

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.

@jkeenan jkeenan added the study Study changes made by developers since 5.32.0 label Aug 17, 2020
@oodler577
Copy link
Contributor

@jkeenan interested in taking this

@oodler577
Copy link
Contributor

t/op/delete.t

  • looks good
  • added "no warnings 'uninitialized';"
  • added block,
   +    no strict 'subs';
   +    no warnings 'reserved';
   +    no warnings 'numeric';

t/op/die.t

  • looks good

t/op/die_keeperr.t

  • looks good

t/op/dor.t

  • looks good

t/op/each.t

  • looks good
  • trailing white space line 11

t/op/eval.t

  • looks good

t/op/evalbytes.t

  • looks good
  • has a large block affected by, "no strict 'subs';"

t/op/exec.t

  • looks good

t/op/exists_sub.t

  • looks good

t/op/exp.t

  • looks good

@oodler577
Copy link
Contributor

back to you @jkeenan

jkeenan added a commit that referenced this issue Oct 10, 2020
As suggested in #214 by oodler577.
@jkeenan
Copy link
Collaborator Author

jkeenan commented Oct 10, 2020

I've fixed the trailing whitespace in t/op/each.t in 863b9d3.

Thank you very much.
Jim Keenan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
study Study changes made by developers since 5.32.0
Projects
None yet
Development

No branches or pull requests

2 participants