Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STONReaderError when Using option as #directory: '' #594

Open
labordep opened this issue Apr 14, 2023 · 0 comments
Open

STONReaderError when Using option as #directory: '' #594

labordep opened this issue Apr 14, 2023 · 0 comments

Comments

@labordep
Copy link
Contributor

labordep commented Apr 14, 2023

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant