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

Reduce perl #137

Closed
wants to merge 3 commits into from
Closed

Reduce perl #137

wants to merge 3 commits into from

Conversation

jreidinger
Copy link
Member

No description provided.

Copy link
Member

@lslezak lslezak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for touching this tricky Perl part! 👍

@start_dialog ||= "summary"
end

def assign_use_next_time(value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The usual prefixes are get and set, I'm fine with leaving out get but I'd rather prefer set instead of assign, e.g. use set_use_next_time here.

@@ -3979,7 +3829,6 @@ sub WriteLoginDefaults {

##------------------------------------
# Save Security settings (encryption method) if changed in Users module
BEGIN { $TYPEINFO{WriteSecurity} = ["function", "boolean"]; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd keep the type data in a comment, it might be useful later when reimplementing in Ruby. Maybe you could use the yardoc format now so the refactoring it will be easier in the future...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, keeping in comment make sense.

@lslezak
Copy link
Member

lslezak commented Apr 4, 2017

BTW fix also the spec file, see the Travis log for more details.

@teclator
Copy link
Contributor

@jreidinger do you plan to work on it? There is still some changes pending. If we do not plan to work on it during a while maybe we could close it by now.

@teclator
Copy link
Contributor

@jreidinger closing it by now. Feel free to reopen it if you plan to finish the requested changes.

@teclator teclator closed this Apr 13, 2018
@shundhammer shundhammer deleted the reduce_perl branch November 20, 2018 15:35
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.

None yet

3 participants