StéphaneDucasse
StéphaneDucasse
``` StMessageBrowser >> windowTitle ^ (title ifNil: [ 'Message Browser' ]), ' [' , messageList numberOfElements printString , ']' ```
Hi Eric Thanks for the report. I attract many bugs but I never saw this one. Are in Pharo 12? Do you have an idea of an action that could...
I have no idea how to fix these tests. Probably somewhere in the baseline the microdown inside Pharo should be unloaded but I have no idea where it is. I...
Hi Seb I'm about to make a new version of microdown. Here is what I will do. I will introduce a MicrodownOnlyUser extension of your definition of asInteger and use...
Hi cyril it is also related to this issue but I have no idea what to do to address the conflict https://github.com/pillar-markup/Microdown/issues/958 If you get an idea. Basically in MD...
and and:do: is correct because there is between:and:do: now it means that allSelectorsStartingWith: do: does not sort selectors based on size.
Even if we sort the Symbol selectorTable the order does not change.
I will close it for now because we do not want to sort global symbols (but this is a pity).