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

Deprecate --monitorxxx options in favor of --consolexxx #2027

Closed
pekkaklarck opened this issue Jun 16, 2015 · 1 comment
Closed

Deprecate --monitorxxx options in favor of --consolexxx #2027

pekkaklarck opened this issue Jun 16, 2015 · 1 comment

Comments

@pekkaklarck
Copy link
Member

Options --monitorcolors, --monitorwidth and --monitormarkers are badly named. They affect how execution is reported on the console and should be called --consolecolors, --consolewidth and --consolemarkers instead. This is especially important when we added new --console option (#317) to control the overall console output style.

The change is backwards incompatible and thus we cannot just remove the old options but need to deprecate them first. We can keep old short options -C, -W and -K to ease transition to new options.

@pekkaklarck pekkaklarck self-assigned this Jun 16, 2015
@pekkaklarck pekkaklarck added this to the 2.9 milestone Jun 16, 2015
@pekkaklarck pekkaklarck changed the title Deprecate --monitorxxx options in favor of --consolexxx options Deprecate --monitorxxx options in favor of --consolexxx Jun 16, 2015
pekkaklarck added a commit that referenced this issue Jun 16, 2015
Old options aren't deprecated yet. All old tests pass with these changes
which means old options still work as earlier.
pekkaklarck added a commit that referenced this issue Jun 16, 2015
Also updated terminology to use console instead of monitor in test and
resource names. #2027
@pekkaklarck
Copy link
Member Author

Implemented, tested, and documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant