pharo
pharo copied to clipboard
Package does not understand buildMicroDownUsing: builder withComment: aString
So we lost this method from P11.
I do not really get this
ClyPackageRichTextCommentEditorToolMorph >> renderComment: aString of: aClassOrPackage
"The actual implementation is moved to BeautifulComments - basically to allow Testing"
^ BeautifulComments renderComment: aString of: aClassOrPackage
I fixed it here https://github.com/pillar-markup/Microdown/pull/675 But tests are failing and then 99.9% of changes are formatting.
Should I open another issue in Microdown to fix the failing tests?
Thanks hernan. I'm flooded by work. So I do not know. I will check for the tests before integrating this change.
No problem Stef. I just opened an issue here: https://github.com/pillar-markup/Microdown/issues/681 So it would be necessary to fix Microdown issues.
Ok I released a version of microdown for P12 and it should fix this problem. It is V2.5.0. Now we should merge it into pharo12. But I want to do it with people around and not when many are on vacation.
I merge V2.5.0 of microdown in the microdown branch Pharo12 so this bug should be fixed.
I confirm this is done
nice to know.