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

avoid warnings shown by TerminalMenus #874

Merged
merged 1 commit into from
May 10, 2023

Conversation

ThomasBreuer
Copy link
Member

resolves #872

According to ?REPL.TerminalMenus.config, the argument supress_output (sic!) is not supported anymore. The proposed change follows the advice to call request with a suppress_output keyword argument.

resolves oscar-system#872

According to `?REPL.TerminalMenus.config`, the argument `supress_output` (sic!) is not supported anymore.
The proposed change follows the advice to call `request` with a `suppress_output` keyword argument.
@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Merging #874 (91af25f) into master (62cb567) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #874   +/-   ##
=======================================
  Coverage   75.61%   75.61%           
=======================================
  Files          51       51           
  Lines        4117     4117           
=======================================
  Hits         3113     3113           
  Misses       1004     1004           
Impacted Files Coverage Δ
src/help.jl 32.55% <ø> (ø)

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

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

Thanks!

@fingolfin fingolfin merged commit 63eb2fb into oscar-system:master May 10, 2023
@ThomasBreuer ThomasBreuer deleted the TB_help_no_warning branch May 10, 2023 09:53
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.

Get rid of annoying Warning: TerminalMenus: Unable to enter raw mode when running test suite
2 participants