4paradigm / 4paradigm/OpenMLDB
some third-party library need upgrade
- Lenguaje dominante
- C++
- Estrellas
- 1.7k
- Forks
- 331
- Merge medio
- 12 d 12 h
- PR fusionados (30 d)
- 1
Descripción
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
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- build-system, tooling
- Tipo de issue
- Refactorización
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100