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

Move UnixPlatform#simple_table into Announcer #932

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Jun 1, 2024

Summary

Move UnixPlatform#simple_table to Announcer.

Details

The #simple_table method is only used inside Announcer and is not platform-dependent. This changes moves that method to Announcer and makes it private. Specs for #simple_table are updated to test SimpleTable directly instead.

The implementation of SimpleTable is adjusted to only take one option.

Motivation and Context

This refactoring was part of a larger branch but it's useful to merge this already.

How Has This Been Tested?

I ran the specs. CI will run the cukes.

Types of changes

  • Internal change (refactoring, test improvements, developer experience or update of dependencies)

The #simple_table method is only used inside Announcer and is not
platform-dependent. This changes moves that method to Announcer and
makes it private. Specs for #simple_table are updated to test
SimpleTable directly instead.

The implementation of SimpleTable is adjusted to only take one option.
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.

1 participant