4paradigm / 4paradigm/OpenMLDB
some third-party library need upgrade
- 主要言語
- C++
- スター
- 1.7k
- フォーク
- 331
- 平均マージ
- 12日 12時間
- マージ済み PR(30日)
- 1
説明
with higher gcc version, old code may easy fail to compile because of more strict flags given from gcc by default.
here are few know problems:
- zookeeper c client:
- libcppunit change: https://github.com/apache/zookeeper/pull/803
- compile flag changes: https://issues.apache.org/jira/browse/ZOOKEEPER-3293
anyway, zookeeper need consider backward compatible
- libunwind
- https://github.com/libunwind/libunwind/pull/166
- boost: see if we can remove it, use abseil or std
コントリビューションガイド
調査の方向性
Identify the third-party dependencies in the build configuration (likely CMakeLists.txt or similar). Check the linked upstream issues for zookeeper and libunwind to understand the required changes. Assess if boost can be replaced with abseil or std by examining the code that uses it. Testing involves ensuring the project compiles with a higher GCC version.
索引モデルが issue の本文から書いたものです。
評価
- 領域
- build-system, tooling
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100