StéphaneDucasse
StéphaneDucasse
Check gitbrigde changes on P14 made by cyril in PR https://github.com/pillar-markup/Microdown/pull/951 Because I want to - release a new version of Microdown for P13 - release a new version of...
I would expect that the following raw block get as body the
``` >[!todo] add class definition for the field and the methods > In initialization ``` leads to a runtime error
…selected items. No idea how to write a test for it :(
Hi I wanted to fix the fact that when we use directory in epicea it opens on /users/ducasse instead of the image location so the user has to know that...
We created a simple way to reproduce the problem ``` #( 'Microdown' ) do: [ :name | (IceRepository repositoryNamed: name) ifNil: [ self inform: 'Project not found: ' , name...
Most of the old commands that we removed were using old code but I removed one that I should not ClapMicrodownBookReferenceCheckerCommand was inside the Pillar-ExporterMicrodown (which contained many classes to...
PRCopyPhase is used while PRFileCopyVisitor but it looks like PRFileCopyVisitor was intended to be better.
``` #!/usr/bin/env bash # Bash3 Boilerplate. Copyright (c) 2014, kvz.io set -o errexit set -o pipefail set -o nounset set -o xtrace # Set magic variables for current file &...
``` pillar --version [10:46:30] SubclassResponsibility: ClapPillarCommand had the subclass responsibility to implement #execute ClapPillarCommand(Object)>>subclassResponsibility ClapPillarCommand(ClapApplication)>>execute ClapPillarCommand(ClapApplication)>>executeOrPrintHelp [ ```