pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.
MIT License
133 stars 83 forks source link

Red screen of death while attaching repository #1803

Closed hernanmd closed 4 months ago

hernanmd commented 5 months ago

Description

I cannot attach my own fork of Microdown to Pharo 12 because of Iceberg error.

How to reproduce

Screenshot 2024-01-29 at 15 06 56

Details

I did a diff between the two clones but couldn't see any significative so far difference leading to the error:

g clone git@github.com:pillar-markup/Microdown.git Microdown-upstream
g clone git@github.com:hernanmd/Microdown.git Microdown-hernanmd
diff -uprN Microdown-upstream Microdown-hernanmd > microdown-diffs.txt

Here's the output

microdown-diffs.txt

The debugger reports: NotFound: object not found - no match for id (0fa8e29a56914e51dcd9368f44c8f05719295602)

estebanlm commented 4 months ago

is this still a thing, @hernanmd?

hernanmd commented 4 months ago

Just tried and couldn't reproduce anymore, so I'm closing it.