Skip to content

Issue 245 turn echo off on each exec#256

Merged
eldipa merged 6 commits intomasterfrom
Issue-245-Turn-Echo-Off-on-each-Exec
Jun 14, 2022
Merged

Issue 245 turn echo off on each exec#256
eldipa merged 6 commits intomasterfrom
Issue-245-Turn-Echo-Off-on-each-Exec

Conversation

@eldipa
Copy link
Collaborator

@eldipa eldipa commented Jun 13, 2022

Closes #245

eldipa added 4 commits June 13, 2022 09:45
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