Skip to content

Conversation

@jecisc
Copy link
Contributor

@jecisc jecisc commented Dec 8, 2025

This is a redo of the PR I reverted with a fix so that Iceberg's UI work again.

But this still has a problem. @guillep introduced the IceTipRepositoryStatusModel so that we access less the commit info through FFI. This was based on the idea that #displayColor:, #displayBold: and #displayItalic: are based on the result of #evaluated:. Like this, we could compute the status and descriptions only once and reuse them.

But this does not work like this. Those methods are called directly on the object of the line making the optimization useless because it will still recompute the status and description for each column all the time.

For more info see discussion there: pharo-spec/Spec#1861

So this still needs more work. We need to find a way to cache those info and to know when to invalidate them because the current PR will not bring much improvements

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.

1 participant