Closed Ducasse closed 9 months ago
Got
But I cannot load Microdown-dev in P10 because Microdown-Utils depends on Package. WTF! Probably an extension but no idea why -> check in P12. I could not find the problem because there is extension on package in Microdown (which has the tag Utils). So I'm blocked.
IceRepository registry
detect: [ :each | #('Microdown' 'NewTools-DocumentationReader') includes: each name ]
ifFound: [ :aRepository | aRepository forget ].
"This, however, needs to stay :)"
#( 'BeautifulComments' 'BaselineOfBeautifulComments' 'BaselineOfMicrodownDev' 'BaselineOfMicrodown' 'Microdown' 'Microdown-Tests' 'Microdown-MicrodownRichTextComposer' 'Microdown-ResolvePath'
'Microdown-ResolvePath-Tests' 'NewTools-DocumentationReader-Tests' 'BaselineOfNewToolsDocumentationReader' 'Microdown-RichTextComposer' 'Microdown-RichTextPresenter' 'Microdown-RichTextPresenter-Tests' 'Spec2-Microdown'
'NewTools-DocumentationReader') do: [ :each |
(RPackageOrganizer default packageNamed: each ifAbsent: [ nil ])
ifNotNil: [ :aPackage | aPackage removeFromSystem ] ]
With this I still get this CustomHelp2 problem.
changed in PillarApp baseline
microdown: spec
spec baseline: 'Microdown' with: [ spec repository: 'github://pillar-markup/Microdown:v2.4.1/src' ]
Apparently with the version 2.4.1 of Microdown the CustomHelp2 problem disappear.
IceRepository registry
detect: [ :each | #('Microdown' 'NewTools-DocumentationReader') includes: each name ]
ifFound: [ :aRepository | aRepository forget ].
"This, however, needs to stay :)"
#( 'BeautifulComments' 'BaselineOfBeautifulComments' 'BaselineOfMicrodownDev' 'BaselineOfMicrodown' 'Microdown' 'Microdown-Tests' 'Microdown-MicrodownRichTextComposer' 'Microdown-ResolvePath'
'Microdown-ResolvePath-Tests' 'NewTools-DocumentationReader-Tests' 'BaselineOfNewToolsDocumentationReader' 'Microdown-RichTextComposer' 'Microdown-RichTextPresenter' 'Microdown-RichTextPresenter-Tests' 'Spec2-Microdown'
'NewTools-DocumentationReader') do: [ :each |
(RPackageOrganizer default packageNamed: each ifAbsent: [ nil ])
ifNotNil: [ :aPackage | aPackage removeFromSystem ] ]
No v9.0.0 is out and working
Flush all the MC and BC packages.
It resulted in a mess with MicrodownPresenter because there were some left over from the package removal.
Got a dependency Microdown-HTMLExcporter-CSS depends on CustomHelp2. I could not find the dependency when loading in P12. So I do not get it. :(