-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Fix perl script warnings #28046
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
Fix perl script warnings #28046
Conversation
It looks like some of the changes made the scripts not work; I'll be looking into it |
4cd4b55
to
2613dcc
Compare
This workflow https://github.com/openssl/openssl/actions/runs/16315338031/job/46079802189?pr=28046 shows that the syntax error passes as awaited. After having proof for this PR, I remove the cherry pick from CI perl syntax checker PR #28024. |
Resolves: openssl/project#1273 Signed-off-by: Norbert Pocs <norbertp@openssl.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me as far as I can tell.
This pull request is ready to merge |
merged to master, thank you! |
Resolves: openssl/project#1273 Signed-off-by: Norbert Pocs <norbertp@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from #28046)
After creating a CI to check on issues in perl files (#28024), some syntax issues were uncovered. This PR addresses them.
The commit from the PR was cherry-picked to see the results of it. PLEASE keep in mind that. (outdated)Resolves: openssl/project#1273
Checklist