[squeak-dev] The Trunk: Monticello-mt.723.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Tue Jun 9 14:28:26 UTC 2020


Hi all!

I don't think that's the issue but I want to rule it out. If it would be related to read-only objects, CI on squeak-app would have started failing weeks ago. This one is the debugger I get when calling "ReleaseBuilder prepareEnvironment" in my local image.

Best,
Marcel
Am 09.06.2020 16:26:02 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.723.mcz

==================== Summary ====================

Name: Monticello-mt.723
Author: mt
Time: 9 June 2020, 4:25:51.863525 pm
UUID: c851a345-4eb8-1142-bf75-29e9a04ff2d9
Ancestors: Monticello-jr.722

Try to make CI on squeak-app pass again.

=============== Diff against Monticello-jr.722 ===============

Item was changed:
----- Method: MCHttpRepository>>clearCredentials (in category 'accessing') -----
clearCredentials
+ user beWritableObject.
user ifNotNil: [user atAllPut: $x].
+ password beWritableObject.
password ifNotNil: [password atAllPut: $x].
user := password := String empty!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200609/64f7d31c/attachment.html>


More information about the Squeak-dev mailing list