boostorg / boostorg/fiber

Build script relies on third party to import Context before Fiber

オープン
#305 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
510
フォーク
123
PR マージ指標
30日以内にマージされた PR はありません

説明

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`.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。