box: remove `cord_slab_cache` symbol from public API export
`cord_slab_cache` was not designed to offer a backward compatible API, and leaving it exposed inevitably leads to errors like those highlighted in #7124 and tarantool/memcached#96: hence, remove it from the public API export. Closes #7124 @TarantoolBot document Title: `cord_slab_cache` was removed from public API export The `cord_slab_cache` needs to be removed from the C API reference of the fiber module.
Showing
- changelogs/unreleased/gh-7124-remove-cord-slab-cache-symbol-from-public-api-export.md 4 additions, 0 deletions...4-remove-cord-slab-cache-symbol-from-public-api-export.md
- extra/exports 0 additions, 1 deletionextra/exports
- src/lib/core/fiber.c 0 additions, 6 deletionssrc/lib/core/fiber.c
- src/lib/core/fiber.h 9 additions, 8 deletionssrc/lib/core/fiber.h
- test/app-tap/module_api.c 19 additions, 31 deletionstest/app-tap/module_api.c
- test/app-tap/module_api.test.lua 9 additions, 1 deletiontest/app-tap/module_api.test.lua
Loading
Please register or sign in to comment