The Trunk: Monticello-mt.723.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-mt.723.mcz

commits-2
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!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Monticello-mt.723.mcz

marcel.taeumel
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 [hidden email] <[hidden email]>:

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!