smalltalkCI icon indicating copy to clipboard operation
smalltalkCI copied to clipboard

STONReaderError when Using option as #directory: ''

Open labordep opened this issue 1 year ago • 0 comments

Using this script :

SmalltalkCISpec {
  #loading : [
    SCIMetacelloLoadSpec {
      #baseline : 'MyProject',
      #directory : '',
      #platforms : [ #pharo ]
    }
  ]
}

Does not work because of an error : SmalltalkCISpec is invalid: "STONReaderError: At character 163: ', expected'".

After remove #directory : '', this is ok !

My project have no /src directory :)

labordep avatar Apr 14 '23 15:04 labordep