We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/yaml/ SME: @rosik
<…>rialize="sequence"}))tarantool> yaml = require('yaml') --- ... tarantool> yaml.encode(setmetatable({'A', 'B'}, { __serialize="sequence"})) --- - '--- - A - B ... ' ... tarantool> yaml.encode<…>
I suggest changing this example because yaml inside yaml looks awful
tarantool> print(yaml.encode(setmetatable({'A', 'B'}, { __serialize="sequence"}))) --- - A - B ... --- ...
There may be other options, e.g. \set output lua (see https://www.tarantool.io/en/doc/latest/reference/interactive_console/#interactive-console-output)
\set output lua
The text was updated successfully, but these errors were encountered:
Related to tarantool/tarantool#6304
Sorry, something went wrong.
Feedback fixes (#3565)
0664102
Fixes #3260, #3247, #2535, #2441, #2210, #2090, #1787
p7nov
No branches or pull requests
root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/yaml/
SME: @rosik
I suggest changing this example because yaml inside yaml looks awful
There may be other options, e.g.
\set output lua
(see https://www.tarantool.io/en/doc/latest/reference/interactive_console/#interactive-console-output)DoD
The text was updated successfully, but these errors were encountered: