[tarantool-patches] [PATCH v1 1/1] implement mp_stack class

Alexander Turenko alexander.turenko at tarantool.org
Thu Jan 17 14:58:43 MSK 2019


Look at the `make doc` warnings, the doxygen format is slightly
different then yours one.

Please, start the commit mesaage from the upper letter (because it has
no prefix).

Can you please share how do you intend to use it? One or more real
cases.

WBR, Alexander Turenko.

On Wed, Jan 16, 2019 at 04:36:12PM +0300, Kirill Shcherbatov wrote:
> From: Kirill Shcherbatov <kshcherbatov at gmail.com>
> 
> https://github.com/tarantool/tarantool/tree/kshch/gh-1012-msgpuck-class

It is tarantool/small, not tarantool/tarantool.

> +/**
> + * \brief Advance a mp_stack::curr attribute of the mp_stack.
> + * \stack top frame. The \stack must not be empty.
> + * \retval true, when the top frame have already parsed:
> + *         mp_stack::curr >= mp_stack::size; false otherwise.

mp_stack::curr -> mp_stack_top()::curr
mp_stack::size -> mp_stack_top()::size



More information about the Tarantool-patches mailing list