Skip to content

Issues with almost empty Monticello versions #161

Description

@LinqLover

I don't understand the full pattern, but I want to collect some observations here:

  1. Occasionally I encounter bogus versions in the trunk such as source.squeak.org/trunk/Tools-eem.1168.mcz, which apparently include definitions for only the changed items and whoses diff (source.squeak.org/trunk/Tools-eem.1168.diff) consequently seems to remove all remaining definitions from the previous version.
  2. I have an image (built on CI by squeak-app, only installed smalltalkCI into it) where a package (KernelTests) is marked as dirty, pressing Save will show no changes, but pressing Changes will show over 900 changed items. Debugging this, MCWorkingCopy>>#changesRelativeToRepository: identifies an MCDiffyVersion as the closest ancestor of my working copy, whose snapshot only contains ~180 definitions in total. If I try to recompute this snapshot by reifying the base version of that diffy version, I recursively encounter further diffy versions that likewise lack most definitions of the package.

Not sure where the root cause sits, though, and if both observations are causally related to each other, and if yes in which direction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug[WHAT] Something isn't working as expected. Automated tests beneficial. :-challenging[RATING] This issue entails technical or design challenges such as a big and unclear scope.programmer[SCOPE] It is for the (maybe professional) programmertools and libraries[SCOPE] From #asTextToHtml over JSON parsing to Debugger and Browser.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions