libgit2 / libgit2/libgit2sharp

Exception: "An item with the same key has already been added" while comparing commits

未关闭
#1,801 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
C#
星标
3.5k
派生
925
PR 合并指标
30 天内没有已合并 PR

描述

Reproduction steps

repository.Diff.Compare<Patch>(commitB.Tree, commitA.Tree);

Expected behavior

patch

Actual behavior

"exception": "System.ArgumentException: An item with the same key has already been added. Key: tools/firmware-utils/src/bcm_tag.h\n at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)\n at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)\n at LibGit2Sharp.Patch..ctor(DiffHandle diff)\n at LibGit2Sharp.Diff.u003cu003ec.u003c.cctoru003eb__36_0(DiffHandle diff)\n at LibGit2Sharp.Diff.BuildDiffResult[T](DiffHandle diff)\n at LibGit2Sharp.Diff.Compare[T](Tree oldTree, Tree newTree, IEnumerable`1 paths, ExplicitPathsOptions explicitPathsOptions, CompareOptions compareOptions)\n at

Version of LibGit2Sharp (release number or SHA1)

libgit2sharp/0.26.2

Operating system(s) tested; .NET runtime tested

ubuntu docker mcr.microsoft.com/dotnet/core/aspnet:3.1-bionic

贡献指南

打开贡献指南

从这里开始

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

调研方向

首先,使用报告中的提交复现 repository.Diff.Compare< Patch >(commitB.Tree, commitA.Tree),并检查经过 Diff.Compare 和 LibGit2Sharp.Patch 的堆栈跟踪。检查重复路径 tools/firmware-utils/src/bcm_tag.h 的处理方式;当比较返回 patch 而不是抛出重复键异常时,即表示完成。

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

评估

技术栈
csharp, git
领域
devtools
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

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