Oct. 22, 2016
9:55 a.m.
Hi, I have this in stable pillar installation: PRHTMLWriter >>visitInternalLink: anInternalLink | href | href := String new. self configuration separateOutputFiles ifTrue: [ anInternalLink hasReference ifTrue: [ href := href , anInternalLink referenceAsHTML ] ] ifFalse: [ self internalLinkWillBeRender: anInternalLink ]. ⦠etc. now, turns out that: self configuration separateOutputFiles pillar configuration DNU separateOutputFiles :( since Iâm not a pillar dev, I donât know the rational behind the removal of that method so I donât know how to replace it. whatâs the correct way of fix that? any idea? Esteban