Martín Dias
Martín Dias
Hi, I wasn't aware of this issue (I should had search :P), but wanted to see why emojis didn't appear in Pharo 11. I debugged it down to FreeType bindings....
Yes, iirc these are used to create the strings shown in the diff morph. Maybe they were more complex before and now there is no reason to have them.
I just browsed the code, and see that the superclass of both visitors (EpContentStringVisitor) has some auxiliary methods. These methods are only 3 on this case, but it made me...
Ah, now I think you didn't suggest singleton but moving to class side. Well, we can try moving to the EpEvent hierarchy as extensions of package EpiceaBrowsers, and dependencies are...
I didn't think on that alternative, it sounds also right. BTW, this remembers me my unfinished pass to remove Ring1 dependencies, which lead me to clean up the change model...
Hi. I think it's the same issue reported as https://github.com/pharo-vcs/iceberg/issues/1426
I got this in a P11 downloaded yesterday
In my case, I tried with this modification in the class `IceClassDefinition`: ``` addModification: anIceModification toPatcher: aMCPatcher "If we are replacing an existing class, we need to handle the case....
It happens during the execution of this method: ``` LGitCommit >> commit_message: commit ^ self ffiCallSafely: #(String git_commit_message #(self)) options: #() ```
**Important** I can reproduce it with latest vm: `curl https://get.pharo.org/64/90+vmHeadlessLatest | bash` but not with: `curl https://get.pharo.org/64/90+vm | bash`