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

FCM1: fix config parser lc problem #156

Merged
merged 3 commits into from
Nov 6, 2014

Conversation

matthewrmshin
Copy link
Member

It has started to given out a lot of warnings in newer versions of Perl5.

Fix #153.

It has started to given out a lot of warnings in newer versions of Perl5.
@matthewrmshin matthewrmshin added this to the next-release milestone Oct 27, 2014
@matthewrmshin matthewrmshin self-assigned this Oct 27, 2014
@matthewrmshin
Copy link
Member Author

@tomgreen66 Do you think you can test this branch in your environment?

@tomgreen66
Copy link

@matthewrmshin I have just run it through an incremental build of the UM test job (vn8.5) and it still generates the following:

      3 Use of uninitialized value in uc at /software/tools/fcm/fix-fcm1-cfg-lc/bin/../lib/FCM1/BuildSrc.pm line 409.
  22904 Use of uninitialized value in uc at /software/tools/fcm/fix-fcm1-cfg-lc/bin/../lib/FCM1/CfgFile.pm line 244.

Does that help understand the issue - not sure how I missed those if they were being generated with the earlier messages.

@matthewrmshin
Copy link
Member Author

I'll take another look.

@matthewrmshin
Copy link
Member Author

@tomgreen66 please take another look.

@tomgreen66
Copy link

@matthewrmshin - just rerun the test (and also a forced rebuild) and it seems to have fixed the warnings so thats great and a big thanks from me. Is there anything else I can do?

matthewrmshin added a commit that referenced this pull request Nov 6, 2014
FCM1: fix config parser lc problem
@matthewrmshin matthewrmshin merged commit 438f4cd into metomi:master Nov 6, 2014
@matthewrmshin matthewrmshin deleted the fix-fcm1-cfg-lc branch November 6, 2014 15:22
@matthewrmshin
Copy link
Member Author

@tomgreen66 I'll create an FCM release in the not so distant future.

matthewrmshin added a commit to matthewrmshin/fcm that referenced this pull request Dec 2, 2014
Configuration logic was broken by metomi#156.
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.

Perl 5.12 changed lc (and lcfirst) and uc (and ucfirst) behaviour with undef
2 participants