Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • meld meld
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 197
    • Issues 197
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • meldmeld
  • Issues
  • #359
Closed
Open
Issue created Aug 14, 2019 by Gergely Polonkai (naurYl)@gergelypolonkai

"Action was taken on a missing chunk" during three-way merges

Reproducing steps:

  • do a three-way merge
  • have a chunk that is available only on the rightmost side
  • in the middle panel, press Alt-Left

A backtrace appears on the console:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/meld/filediff.py", line 572, in action_push_change_left
    self.replace_chunk(src, dst, self.get_action_chunk(src, dst))
  File "/usr/lib/python3.7/site-packages/meld/filediff.py", line 562, in get_action_chunk
    raise ValueError("Action was taken on a missing chunk")
ValueError: Action was taken on a missing chunk

There are bugs in the RedHat bugzilla:

  • https://bugzilla.redhat.com/show_bug.cgi (opened by me)
  • https://bugzilla.redhat.com/show_bug.cgi?id=1712715 (opened by someone else, but looks like the exact same issue)
Assignee
Assign to
Time tracking