You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not 100% sure because I have very few experience with SmalltalkCI, but It seems SmalltalkCI doesn't support tonel formal when loading a project into GemStone
The workflow fails because it's trying to use filetree to load my tonel project (it fails in Gemstone but not in Pharo)
Hello
I'm not 100% sure because I have very few experience with SmalltalkCI, but It seems SmalltalkCI doesn't support tonel formal when loading a project into GemStone
The workflow fails because it's trying to use filetree to load my tonel project (it fails in Gemstone but not in Pharo)
The logic seems to be hard coded for GemStone:
https://github.com/hpi-swa/smalltalkCI/blob/master/repository/SmalltalkCI-GemStone-Core.package/SCIGemStoneMetacelloLoadSpec.class/instance/repositorySchemeIn..st
For comparison, Pharo:
https://github.com/hpi-swa/smalltalkCI/blob/master/repository/SmalltalkCI-Pharo-Core.package/SCIPharoMetacelloLoadSpec.class/instance/repositorySchemeIn..st
Is it possible to implement the GemStone logic the same way it's implemented for Pharo? or is there some limitation in GemStone?
The text was updated successfully, but these errors were encountered: