apache / apache/buildstream-plugins
Add plugins for handling meson subprojects
- 主要言語
- Python
- スター
- 8
- フォーク
- 16
- 平均マージ
- 36分
- マージ済み PR(30日)
- 2
説明
[See original issue on GitLab](https://gitlab.com/BuildStream/buildstream/-/issues/1026)
In GitLab by [[Gitlab user @coldtom]](https://gitlab.com/coldtom) on May 16, 2019, 14:47
## Background
Meson has an idea of [subprojects](https://mesonbuild.com/Subprojects.html), which seem to be like git submodules but in meson. As a result meson elements can try to download these subprojects at build time and cause errors. It would be nice for BuildStream to integrate nicely with this feature. Thankfully it is possible to just depend on the subprojects as additional sources if necessary and stage them in the correct place.
## Task description
Actually adding this support could be complicated by the fact that meson is an `Element`, and not a `Source`, so doesn't touch fetch or track. I don't know how it could be achieved in a nice way for users.
## Acceptance Criteria
Meson subprojects work nicely with BuildStream.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
リンクされた GitLab issue と Meson subprojects のドキュメントから始めて、期待される動作を理解してください。BuildStream が Elements と Sources をどのように分離しているか、追加の Sources がどのようにステージングされるかを調査してください。Meson subprojects がビルド時にダウンロードされることなく確実に動作すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- build-system
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 静か
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100