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

Perltidy run #557

Merged
merged 23 commits into from
Dec 5, 2015
Merged

Perltidy run #557

merged 23 commits into from
Dec 5, 2015

Conversation

hollie
Copy link
Owner

@hollie hollie commented Nov 15, 2015

This is the second pull request for the perltidy cleanup. This time it contains all changes created by the perltidy_all script, plus a few manual fixes for files that were not handled correctly by perltidy.

Please check if MisterHouse is still running fine on your system after this pull request.

krkeegan and others added 19 commits November 14, 2015 20:37
Disable Pod::Tidy as it doesn't do much, and would require an additional annoying install.
Batch files are freaking annoying
No "need" to tidy these.  This saves us time and headaches.
The problems are predominantly in the code examples and likely exist because these files are not normally run.  As a side note, this really demonstrates how awful our failure to remove non functioning code has become.

A few bugs also existed in some lib items.  I did my best to fix them in what I believe to be the proper manner.  However, not using these libraries I can't be sure I did it right.
Enable fast deletion of backup and error logs.
Perltidy will split long lines at equal signs.  This can cause issues with the MH User_Code parser that attempts to location 'new' statements.  This attempts to fix the problem by merging multi line statements that fit this format into a single line before parsing.
@hollie hollie added this to the Next stable 3.2 milestone Nov 15, 2015
@john-
Copy link

john- commented Nov 19, 2015

Been running for a few days with my numerous insteon devices and all is well. I was going to replace a switch soon which will test more of the mh insteon features.

@hollie
Copy link
Owner Author

hollie commented Nov 19, 2015

John, thanks for testing and reporting!

hollie added a commit that referenced this pull request Dec 5, 2015
Perltidy run: cleanup of the codebase before releasing new stable.
@hollie hollie merged commit 8941197 into master Dec 5, 2015
@hollie hollie deleted the perltidy_run branch December 5, 2015 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants