Skip to content

Refactoring Reline core#40

Merged
aycabta merged 10 commits intoruby:masterfrom
osyo-manga:refactoring-reline-core
Aug 23, 2019
Merged

Refactoring Reline core#40
aycabta merged 10 commits intoruby:masterfrom
osyo-manga:refactoring-reline-core

Conversation

@osyo-manga
Copy link
Contributor

@osyo-manga osyo-manga commented Jul 14, 2019

Refactoring class Reline and add tests.

TODO

  • add reline::history
  • remove class variables
  • implement reline to reline::core
  • add test for reline

@osyo-manga osyo-manga force-pushed the refactoring-reline-core branch 2 times, most recently from c474d31 to b6066a4 Compare July 20, 2019 06:12
@osyo-manga osyo-manga force-pushed the refactoring-reline-core branch from b6066a4 to 6c02a85 Compare August 18, 2019 06:53
@osyo-manga osyo-manga changed the title [WIP] Refactoring Reline core Refactoring Reline core Aug 20, 2019
@osyo-manga
Copy link
Contributor Author

@aycabta Please reviewing

Copy link
Member

@aycabta aycabta left a comment

Choose a reason for hiding this comment

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

Thank you for the great works! I'll merge after the requested changes.

lib/reline.rb Outdated

ATTR_ACCESSOR_NAMES = %i(
completion_case_fold
).each(&method(:attr_accessor)).freeze
Copy link
Member

Choose a reason for hiding this comment

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

Please separate #freeze to another request.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, removed it.

@aycabta aycabta merged commit 73ac990 into ruby:master Aug 23, 2019
@aycabta
Copy link
Member

aycabta commented Aug 23, 2019

Thank you, merged!

@osyo-manga
Copy link
Contributor Author

Thanks! :)

@osyo-manga osyo-manga deleted the refactoring-reline-core branch August 23, 2019 22:31
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.

2 participants