Skip to content

chore: update tarantool-sys submodule branch

Yaroslav Dynnikov requested to merge submodule-branch into master

Summary

  • chore: remove tarantool-sys submodule branch

Follow-up for 2b1bd622

submodule..branch

A remote branch name for tracking updates in the upstream submodule. If the option is not specified, it defaults to the remote HEAD.

The origin/HEAD is the default branch in GitLab. In case of tarantool-sys nowadays it corresponds to 2.11.0-picodata.

This option is responsible for the correct operation of

git submodule update --remote tarantool-sys

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Yaroslav Dynnikov

Merge request reports