Skip to content

fix: move stored_procs slice under the feature `stored_procs_slice`

Dmitry Ivanov requested to merge funbringer/linkme-go-brrr into master

Summary

  • fix: move stored_procs slice under the feature stored_procs_slice

In picodata, we cannot guarantee that tarantool module will be linked exactly once due to possible stale versions from various dependencies. This whole feature is here to disable the distributed slice definition in all but one instance of this crate; otherwise we'll trigger linkme's "duplicate distributed slice" check introduced in 0.3.1.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Dmitry Ivanov

Merge request reports