StéphaneDucasse
StéphaneDucasse
Right now - checkProject: is looking for the transitive closure of the files via inputFile (using the fileCollector) - checkDirectory: does not look for the transitive closure and this is...
We should check this and decide what to do.
To be discussed but it hurts me :)
I could not reproduce. I faced the problem using experimental features of iceberg (merge when package is dirty) and I could not interact with the dialog. So looking for trim...
We decided to remove the closeDiscardingChanges from Spec
For this we need to introduce ``` \usepackage[many]{tcolorbox} % For colored boxes % Define a new environment called "boxB" \newenvironment{boxB}{ \begin{tcolorbox}[colback=white, colframe=black, rounded corners] }{ \end{tcolorbox} } ``` in the...
``` PRInputDocument >> contributeToPipelineBuilding: aPRPipelineBuilder 1halt. self flag: #maybeToRemove. aPRPipelineBuilder setInputDocument: file. aPRPipelineBuilder parser: self parser ``` So we should remove it because it is not invoked and setInputDocument: does...
I do not get it when I install pillar ``` pillar archetype microdown-nometa-presentation ``` barks telling me that FileDoesNotExistException: '/Users/ducasse/tests/pillar/build/archetypes/microdown-nometa-presentation/support' Now if I do the following ``` cp -r /Users/ducasse/tests/pillar/build/archetypes/microdown-nometa-presentation/support...