4paradigm / 4paradigm/OpenMLDB
some third-party library need upgrade
- Vorherrschende Sprache
- C++
- Sterne
- 1.7k
- Forks
- 331
- Ø Merge
- 12 T. 12 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
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
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Bereich
- build-system, tooling
- Issue-Typ
- Refactoring
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100