Skip to content

Fix browse commit in iceberg repository.#19388

Open
AlexisCnockaert wants to merge 2 commits intopharo-project:Pharo14from
AlexisCnockaert:browsecommit
Open

Fix browse commit in iceberg repository.#19388
AlexisCnockaert wants to merge 2 commits intopharo-project:Pharo14from
AlexisCnockaert:browsecommit

Conversation

@AlexisCnockaert
Copy link
Copy Markdown
Collaborator

I implemented missing method and check directly for RGComment to not have red squares.

Fixes #19350

I implemented missing method and check directly for `RGComment` to not have red squares.

Fixes pharo-project#19350
@AlexisCnockaert AlexisCnockaert requested a review from Ducasse March 6, 2026 13:39
@@ -19,7 +19,7 @@ ClyClassTableDecorator class >> decorateTableCell: anItemCellMorph of: aDataSour
labelMorphExtension := anItemCellMorph label assureExtension.
cmt := aDataSourceItem actualObject comment.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when is the case that cmt does not understand content?
Could not we get all objects returned there to understand comment (I mean solving the cause instead of the consequence)?

@AlexisCnockaert
Copy link
Copy Markdown
Collaborator Author

I mean besides RGComment, every objects are strings (class comments) so...

@AlexisCnockaert
Copy link
Copy Markdown
Collaborator Author

The content block is only for RGComment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot browse anymore a commit in iceberg, ClyRing2Environment did not understand #definedClassesInPackage:

2 participants