Add plugins for handling meson subprojects

未关闭
#5 12 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
25/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
冷清
领域
build-system

调研方向

从链接的 GitLab issue 和 Meson subprojects 文档开始,了解预期行为。研究 BuildStream 如何将 Elements 与 Sources 分离,以及如何暂存其他 Sources;当 Meson subprojects 能够可靠地工作且无需在构建时下载它们时,即视为完成。

由索引模型根据 Issue 内容生成。

描述

enhancement

See original issue on GitLab
In GitLab by [Gitlab user @coldtom] on May 16, 2019, 14:47

Background

Meson has an idea of subprojects, 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.

主要语言
Python
星标
8
派生
16
平均合并
36 分钟
30 天内合并 PR
2

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

apache/buildstream-plugins 的其他 Issue

查看 apache/buildstream-plugins 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。