Skip to content

Conversation

@haarg
Copy link
Contributor

@haarg haarg commented Jun 2, 2020

One of the statements in warnings.pm was terminated with a comma rather
than a semicolon, most likely as a typo. There's no reason for it to be
a comma, so change it to a semicolon for clarity and to avoid potential
issues with statement reordering.

@xsawyerx
Copy link
Member

xsawyerx commented Jun 2, 2020

Nice catch!

@xsawyerx xsawyerx added this to the 5.33.1 milestone Jun 2, 2020
One of the statements in warnings.pm was terminated with a comma rather
than a semicolon, most likely as a typo. There's no reason for it to be
a comma, so change it to a semicolon for clarity and to avoid potential
issues with statement reordering.
@haarg haarg force-pushed the warnings-semicolon branch from ece802a to 6a76c32 Compare June 3, 2020 12:42
@xsawyerx xsawyerx added the do not merge Don't merge this PR, at least for now label Jun 20, 2020
@scottchiefbaker
Copy link
Contributor

@xsawyerx can you explain the do not merge tag on these and a lot of the other 5.33.1 milestone stuff? Is this just to prevent it from going in to master?

Not following the work-flow here.

@jkeenan
Copy link
Contributor

jkeenan commented Jun 21, 2020

@xsawyerx can you explain the do not merge tag on these and a lot of the other 5.33.1 milestone stuff? Is this just to prevent it from going in to master?

Not following the work-flow here.

Yes, blead (what we in Perl 5 call 'master') is frozen until the pumpking issues the first development release of the next cycle. Patches and pull requests can be offered, and those with commit bits can create branches in the core repository -- but no commits to blead.

Thank you very much.
Jim Keenan

@toddr toddr removed the do not merge Don't merge this PR, at least for now label Jul 30, 2020
@toddr toddr merged commit 193e9da into Perl:blead Jul 30, 2020
@haarg haarg deleted the warnings-semicolon branch September 12, 2021 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants