[Vm-dev] Passed: OpenSmalltalk/opensmalltalk-vm#1904 (dtl/build-script-patch - afbf9e0)

Travis CI builds at travis-ci.org
Sun Jan 5 01:35:15 UTC 2020


Build Update for OpenSmalltalk/opensmalltalk-vm
-------------------------------------

Build: #1904
Status: Passed

Duration: 1 hr, 58 mins, and 24 secs
Commit: afbf9e0 (dtl/build-script-patch)
Author: David T. Lewis
Message: 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].

View the changeset: https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/afbf9e015cf0

View the full build log and details: https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/632789536?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the OpenSmalltalk/opensmalltalk-vm repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=8795279&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200105/a58faa37/attachment-0001.html>


More information about the Vm-dev mailing list