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

configure local End Of Statement symbol in Lua console output #3314

Closed
Tracked by #3543
TarantoolBot opened this issue Feb 1, 2023 · 0 comments · Fixed by #3604
Closed
Tracked by #3543

configure local End Of Statement symbol in Lua console output #3314

TarantoolBot opened this issue Feb 1, 2023 · 0 comments · Fixed by #3604
Assignees
Labels
2.11 2.11 release and the associated technical debt behavior change [nature] Сhange in existing behavior

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Feb 1, 2023

Related dev. issue(s): tarantool/tarantool#7031

Product: Tarantool
Since: 2.11
Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/interactive_console/
SME: @ Lord-KA

Details

The old behavior was:

tarantool> \set output lua
true;
tarantool> 123
123;

Now default EOS is '', you can set it like this:

tarantool> \set output lua
true
tarantool> 123
123
tarantool> \set output lua,local_eos=#
true#
tarantool> 123
123#
tarantool> \set output lua,local_eos=
true
tarantool> 123
123

If you don't provide a symbol, it would be configured to ''.
Requested by @ Lord-KA in tarantool/tarantool@ef283c6.

@veod32 veod32 added 2.11 2.11 release and the associated technical debt behavior change [nature] Сhange in existing behavior labels Mar 6, 2023
@p7nov p7nov self-assigned this Aug 2, 2023
@p7nov p7nov changed the title configure local End Of Stream symbol in Lua console configure local End Of Statement symbol in Lua console output Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.11 2.11 release and the associated technical debt behavior change [nature] Сhange in existing behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants