stephan wrote:
On 12-09-17 21:58, Herby VojÄÃk wrote:
Bump.
Can you pls help me with how to load proper version / finding what is wrong here?
As shown in replies, it loads two versions (eg. it seems it loads everything it finds in the repo).
Herby
Herby VojÄÃk wrote:
Hello!
As I need to load specific version of Glorp with my fix, and I did not find out how to force-override it in my baseline, I tried to load it post-the-baseline via Gofer:
(Gofer new smalltalkhubUser: 'DBXTalk' project: 'Glorp') package: 'Glorp'; version: 'Glorp-HerbyVojcik.127'; load.
But it actually looks like this: [see attached bogusgofer.png].
OTOH, after the image loads the tests pass and monticello browser looks like this: [see attached mbloaded127.png].
Am I doing something wrong? I am a bit afraid what is actually loaded / if it won't break b/c of inconsistent state.
No, it is fine. Telling Gofer package: means prepare to load the latest version, so you give Gofer two versions to load.
Thank you, sir. Changed it to: (Gofer new smalltalkhubUser: 'DBXTalk' project: 'Glorp') version: 'Glorp-HerbyVojcik.127'; load. and now it does exactly what I wanted. Herby
https://www.lukas-renggli.ch/blog/gofer
Stephan