[Tarantool-patches] [PATCH 9/9] util: introduce binary heap data structure

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Feb 12 03:09:58 MSK 2021


On 11.02.2021 07:51, Oleg Babin wrote:
> Thanks for your fixes!
> 
> I found you've missed to add new file to "vshard/CMakeLists.txt" [1]
> 
> 
> [1] https://github.com/tarantool/vshard/blob/master/vshard/CMakeLists.txt#L9

Thanks for noticing! Fixed:

====================
diff --git a/vshard/CMakeLists.txt b/vshard/CMakeLists.txt
index 1063da8..78a3f07 100644
--- a/vshard/CMakeLists.txt
+++ b/vshard/CMakeLists.txt
@@ -7,4 +7,4 @@ add_subdirectory(router)
 
 # Install module
 install(FILES cfg.lua error.lua consts.lua hash.lua init.lua replicaset.lua
-        util.lua lua_gc.lua rlist.lua DESTINATION ${TARANTOOL_INSTALL_LUADIR}/vshard)
+        util.lua lua_gc.lua rlist.lua heap.lua DESTINATION ${TARANTOOL_INSTALL_LUADIR}/vshard)
====================


More information about the Tarantool-patches mailing list