StéphaneDucasse
StéphaneDucasse
Looks like a not so good name to me.
``` /home/runner/.smalltalkCI/_builds/TravisCI.image Pharo13.0.0SNAPSHOT Build information: Pharo-13.0.0+SNAPSHOT.build.87.sha.0ac6afe9a01de2cd856af00b775bf8b48d7a329a (64 Bit) > Done in 1.000ms. Loading project... Syntax Error on line 2: 'Undeclared variable' ============================================= 1: #( 'BaselineOfSpec2' 'BaselineOfSpecCore' ) do: [ :each...
``` SpListSearchTest ✗ #testSearchWithFunction (78ms) ✗ #testTypePerformsSearch (43ms) ✗ #testSearchWithFunction (39ms) ✗ #testTypePerformsSearch (30ms) SpTableCommonPropertiestTest ✗ #testTypePerformsSearch (38ms) ✗ #testTypePerformsSearch (41ms) SpTableSearchTest ✗ #testSearchWithFunction (54ms) ✗ #testTypePerformsSearch (26ms) ✗ #testSearchWithFunction...
Sure we should do that in another PR.
``` ReleaseTest ✗ #testUndeclared (151ms) Executed 131 Tests with 1 Failures and 0 Errors in 61.36s. To reproduce the failed build locally, download smalltalkCI, and try to run something like:...
I'm confused ``` ########### # Summary # ########### SpListSearchTest ✗ #testSearchWithFunction (78ms) ✗ #testTypePerformsSearch (43ms) ✗ #testSearchWithFunction (39ms) ✗ #testTypePerformsSearch (30ms) SpTableCommonPropertiestTest ✗ #testTypePerformsSearch (38ms) ✗ #testTypePerformsSearch (41ms) SpTableSearchTest ✗...
In fact the label in the Spec project is better than in the book repo. :) @estebanlm
Koen I thought about introducing a tag for book. What do you think? Like that we can help esteban knowing that this is important for the book.
So I will check this later because I cannot burn good energy on this.
I do not get it because the code did not change ``` installTemplateIn: baseDirectory | destination | destination := baseDirectory / '_support'. destination ensureDeleteAll. "Because we move the support folder...