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/uni/*.t (2 of 2) #248

Closed
jkeenan opened this issue Aug 20, 2020 · 3 comments
Closed

Study changes to t/uni/*.t (2 of 2) #248

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

Comments

@jkeenan
Copy link
Collaborator

jkeenan commented Aug 20, 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/uni/parser.t
t/uni/select.t
t/uni/sprintf.t
t/uni/stash.t
t/uni/tie.t
t/uni/tr_utf8.t
t/uni/universal.t
t/uni/variables.t
t/uni/write.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 20, 2020
@brainbuz
Copy link
Collaborator

I'll take this one.

@brainbuz
Copy link
Collaborator

file pass strictures not globally specified reviewed diffs  
t/uni/parser.t x --- x global stricture enabled after last test
t/uni/select.t x x x  
t/uni/sprintf.t x x x  
t/uni/stash.t x --- x Line 51 enables strict for 1 test when it should already be on.
t/uni/tie.t x x x  
t/uni/tr_utf8.t x x x  
t/uni/universal.t x x x  
t/uni/variables.t x x x  
t/uni/write.t x --- x strict at beginning of file.

jkeenan pushed a commit that referenced this issue Sep 21, 2020
t/uni/parser.t: remove global stricture from end of file
t/uni/stash.t: remove strict enabled for one test when on globally
t/uni/write.t: remove strict from beginning of file

For: #248
@jkeenan
Copy link
Collaborator Author

jkeenan commented Sep 25, 2020

I screwed up the first pass at merging this code. 117a21e should now be in the alpha branch.

@jkeenan jkeenan closed this as completed Sep 25, 2020
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