StéphaneDucasse

Results 622 issues of StéphaneDucasse

the method visitInternalLink: references referenceAsHTML defined in the Pillar-ExporterHTML package. This is not really good

- added archetype mooc pillar/build/pillar build pdf FileDoesNotExistException: '/Users/ducasse/Workspace/FirstCircle/MyBooks/Bk-Writing/MoocPharo80/_support/templates/beamer/presentation.template' File>>openForWrite:

Because it means that we cannot change between the two ``` postWriteTransform: aFile | relativePath outputFileReference | relativePath := file file asAbsolute relativeTo: project baseDirectory asAbsolute. outputFileReference := outputDirectory resolve:...

executeOnWindowsCommand: command arguments: arguments workingDirectory: aWorkingDirectory | process success commandString | commandString := 'cd "', aWorkingDirectory, '" && ', command, ' ', (' ' join: arguments). process := ProcessWrapper new....

because this is annoying sometimes it fails just because the file .DS_Store has not been removed.

BookTestGeneratorTest >> testMethodCreationFailingCodeBlock ScreenshotTransformerTest >> testTransformerCreatesFile Are apparently failing the first time they are executed

Should split Pillar-RichTextRenderer into UI and Renderer and add this to the baseline. S.

spec project: 'PetitParser' with: [ spec className: #ConfigurationOfPetitParser; versionString: #stable; loads: #('Tests'); repository: 'http://www.smalltalkhub.com/mc/Moose/PetitParser/main' ]; project: 'PetitParserTest' with: [ spec className: #ConfigurationOfPetitParser; versionString: #stable; loads: #('Tests'); repository: 'http://www.smalltalkhub.com/mc/Moose/PetitParser/main' ];

RIght now [[[language=smalltalk|caption=Declaring that ==CrossMorph== will react to mouse clicks|label=scr:mouseEvent CrossMorph >> handlesMouseDown: anEvent ^ true ]]] or [[[language=smalltalk|caption=Declaring that ==CrossMorph== will react to mouse clicks CrossMorph >> handlesMouseDown: anEvent...

May be we should add on PRProject the possibility to specify a stdout or stderror and use it to report error (for example when we do not find top level...