OpenSmalltalk
/
opensmalltalk-vm
|
dtl/build-script-patch
|
1 hr, 58 mins, and 24 secs
|
David T. Lewis
|
Fix image MC loading glitch in image build scripts when checking package-cache.
MCRepository>>includesVersionNamed: does not check explicit version name, so this may do the wrong thing when checking the cache: version := ((MCCacheRepository default includesVersionNamed: latestVersion) ifTrue: [MCCacheRepository default] ifFalse: [repository]) versionNamed: latestVersion.
Therefore do this instead: version := (MCCacheRepository default versionNamed: latestVersion) ifNil: [repository versionNamed: latestVersion].
|
|
|
Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!
SIGN UP HERE
|
|
|
|
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"action": {
"@type": "ViewAction",
"url": "https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/632789536?utm_medium=notification&utm_source=email",
"name": "View Build"
},
"description": "View Build #1904 on Travis CI"
}
</script>