boostorg / boostorg/fiber

Build script relies on third party to import Context before Fiber

Abierto
#305 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C++
Estrellas
510
Forks
123
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Fiber build script uses `` feature https://github.com/boostorg/fiber/blob/2cb72f5dcefdeffbb36636234e6ccb36282f8ae3/build/Jamfile.v2#L23-L26 which is defined in Context library build script. It works currently by pure luck that `boost-cpp.jam` (main Boost build script) was unintentionally consistently importing Context before Fiber.

Possible solutions:
1. If `-fsplit-stack -DBOOST_USE_SEGMENTED_STACKS` is not needed by Fiber itself -- we can just delete these lines and issue will be resolved.
2. If `-fsplit-stack -DBOOST_USE_SEGMENTED_STACKS` is needed by Fiber -- we can put there in Context usage requirements and Fiber will get them automatically by using `/boost/context//boost_context`.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.