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

Issue 245 turn echo off on each exec #256

Merged
merged 6 commits into from
Jun 14, 2022

Conversation

eldipa
Copy link
Collaborator

@eldipa eldipa commented Jun 13, 2022

Closes #245

Change the echo status to OFF on each example execution. This helps to
reduce the need of an active echo-filtering at the expense of some
additional overhead.

Because this could break users' examples (very unlikely), we set this to
False by default (no turn off is done) and we delay the default to True
(turn the echo off) for byexample 11.0.0
… is introduced (may break)

The -x-turn-echo-off flag introduced in 10.5.4, disabled by default, is
enabled (set to True) by default on 11.0.0. This may break existing
examples if they relay on the echo *not* being filtered.

To reduce the impact of the change, if force-echo-filtering is on, the
-x-turn-echo-off has no effect. Cases where force-echo-filtering is off
and still the echo is required are very unlikely (but
docs/advanced/echo-filtering.md is on example).

We add -x-turn-echo-off-on-spawn flag (True by default) to control the
echo filtering at the spawn of a runner.
@eldipa eldipa added this to the 11.0.0 milestone Jun 13, 2022
@eldipa eldipa merged commit 60b4f8c into master Jun 14, 2022
@eldipa eldipa deleted the Issue-245-Turn-Echo-Off-on-each-Exec branch June 14, 2022 01:19
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.

Turn terminal echo off on each source code execution by the interpreter
1 participant