Skip to content

[2pt] feedback: box.space._func | Tarantool #1860

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

Closed
1 task
TarantoolBot opened this issue Feb 23, 2021 · 0 comments · Fixed by #2826
Closed
1 task

[2pt] feedback: box.space._func | Tarantool #1860

TarantoolBot opened this issue Feb 23, 2021 · 0 comments · Fixed by #2826
Labels
typo [nature] Just a typo. Typically tickets created by online bug reporter.

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Feb 23, 2021

<…>dy}]).
Кортежи в данном спейсе включают в себя следующие поля:

|id (integer identifier),
owner (integer identifier),
имя функции,
the setuid flag,
название языка (необязательно): „LUA“ (по умолчанию) or „C“.
the body
the is_deterministic flag
the is_sandboxed flag
options|

If the function tuple was made in the older way without specif<…>

https://www.tarantool.io/ru/doc/latest/reference/reference_lua/box_space/_func/

Items in the bulleted list end with different punctuation marks


@NickVolynkin: the real task here is to establish rules for list punctuation. #2028

DoD

  • fix this list
@NickVolynkin NickVolynkin added the typo [nature] Just a typo. Typically tickets created by online bug reporter. label Feb 23, 2021
@NickVolynkin NickVolynkin added this to the Docs contribution guide milestone Mar 19, 2021
@NickVolynkin NickVolynkin changed the title feedback: box.space._func | Tarantool [2pt] feedback: box.space._func | Tarantool Mar 19, 2021
@veod32 veod32 removed their assignment Apr 23, 2021
@NickVolynkin NickVolynkin removed this from the Docs contribution guide milestone Apr 28, 2021
patiencedaur added a commit that referenced this issue Apr 25, 2022
patiencedaur added a commit that referenced this issue Apr 26, 2022
* Fix a translation
Resolves #1887

* Fix typo
Resolves #1888

* Make list punctuation uniform
Resolves #1860

* Remove Tarantool declension in Russian
Resolves #2386
Used the following workflow:
```
grep -nr "Tarantool'ом" locale/ | cut -d ":" -f 1 | uniq | grep -v "Binary file" > tarantool-declension.txt
cat tarantool-declension.txt | while read line; do sed -i "s,Tarantool'а,Tarantool,g" ${line}; done
```

* Fix a syntax error
Resolves #1895

* Fix an error in an example
Resolves #2223

* Fix spelling
Resolves #2480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typo [nature] Just a typo. Typically tickets created by online bug reporter.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants