Update diff commands in UMDP3 fixer
@Pierre-siddall 已经在做这个了。
开始于 2026年3月19日。
评估
这个 Issue 还没有评估数据。
描述
UMDP3 fixer currently uses fcm diff and bdiff commands to take the difference between the equivalent of the main branch and the developers branch for example in this statement:
def get_branch_diff():
"""If in a local working copy of an FCM branch, return a
list of files returned by running a branch-diff command"""
# Use the bdiff command to extract a list of files that have changed
# on the user's branch
bdiff = subprocess.Popen(
"fcm bdiff --summarize", stdout=subprocess.PIPE, shell=True
)
bdiff_stdout, _ = bdiff.communicate()
bdiff_stdout = bdiff_stdout.decode(sys.stdout.encoding)
Therefore UMDP3 fixer needs to be refactored to reflect the move to GitHub.
- 主要语言
- Python
- 星标
- 9
- 派生
- 19
- 平均合并
- 5 天 48 分钟
- 30 天内合并 PR
- 4
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
MetOffice/SimSys_Scripts 的其他 Issue
-
enhancement
MetOffice/SimSys_Scripts#240 · 1 条评论 · 已指派 1 人 ·
-
MetOffice/SimSys_Scripts#235 · 9 条评论 · 已指派 1 人 ·
-
MetOffice/SimSys_Scripts#221 · 已指派 1 人 ·
-
bug
MetOffice/SimSys_Scripts#220 · 已指派 1 人 ·
-
enhancement
MetOffice/SimSys_Scripts#217 · 4 条评论 · 已指派 1 人 ·
查看 MetOffice/SimSys_Scripts 的全部 Issue
相似的 Issue
-
documentation help wanted
难度 2/5 1-3 小时 新手友好度 90/100
-
难度 2/5 1-3 小时 新手友好度 90/100
simonw/sqlite-utils#872 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
-
难度 2/5 1-3 小时 新手友好度 82/100
-
难度 2/5 1-3 小时 新手友好度 78/100